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 SkipVought 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: jaji
  • Order by date
  1. jaji

    Prevent Reinstallation

    I am in the process of doing this also. I have not settle for a definite solution yet. But I have designed a protection scheme for my software that allows program to run on a single computer only using a 16 characters key. In the same line of thinking, I am trying to design a key that would...
  2. jaji

    Screen Scaling...

    Here is a piece of code that I use to adjust my form when some one resizes it with the border. The same idea could be used for your situation ================================================= Private Sub Form_Resize() On Error Resume Next Dim XCoeff As Single Dim YCoeff As Single...

Part and Inventory Search

Back
Top