Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Kamikaze

  1. Kamikaze

    Visual BASIC project- Screen Saver

    First of all, make your screen saver(standard EXE project) and when done you have to make procedures for all the controls on your project with Mousemove(keyascii as integer). For Example:<br> <br> Private Sub Image1_Mousemove(keyascii as integer)<br> End<br> End Sub<br> <br> You must...
  2. Kamikaze

    Visual BASIC project- Screen Saver

    First of all, make your screen saver(standard EXE project) and when done you have to make procedures for all the controls on your project with Mousemove(keyascii as integer). For Example:<br> <br> Private Sub Image1_Mousemove(keyascii as integer)<br>

Part and Inventory Search

Back
Top