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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: johnny00
  • Order by date
  1. johnny00

    New VB Tricks...

    thats a great tip.. good job pointing that out, makes drawing mulitple controls more convient.. :D
  2. johnny00

    Code to create desktop shortcut. Need help.

    basically you just could make a ink file and pass it to the desktop, that way you can have it all setup and ready to go.. you can also do this with an installer.. like INNO.. gdlk
  3. johnny00

    ActiveX Comp?????

    hey thanks zemp.. I researched the code prior to this post and successfully built an installer, I used everything except the download option.. which is neat, but not necessary for my app.. thank you guys for telling me about INNO, it is a great tool to add to my programming archive :D
  4. johnny00

    pushing a button lists a word in a text field

    private sub cmdBicycle_Click() text1.text = "Bicycle" end sub etc... gdlk ;)
  5. johnny00

    Make a back button

    what I do is simply call the first form to be visible and unload the second form all in the same click.. :D

Part and Inventory Search

Back
Top