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 gkittelson 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: RaveT
  • Order by date
  1. RaveT

    Checkbox problems!

    if (Comp->Name.SubString("check_") > 0) sends me an error message, Substring needs (int, int) What to do??
  2. RaveT

    Checkbox problems!

    Im making a program which in the main form has about 15 checkboxes. 14 of them are different choices and the last one is for "include all". Now to the problem. When I checks the "Include all" button i want all the others checkboxes greyed out. But for now the code look like...
  3. RaveT

    Password protection

    when i try to use the code i get these errormessages: "Undefined symbol 'ENCRYPT'" "Undefined symbol 'keycount'" "Undefined symbol 'key_length'" "Undefined symbol 'DECRYPT'" Why?? Should I include some .h files or what am i doing wrong! I just copied the...
  4. RaveT

    Password protection

    Hi !! I would like to now how I will be able to password protect my program. I am buildning a login and account program to manage my accounts and logins for the web. Now i would like to have a loginform that will pop up when I start my program everytime so only I can access it. i would also...

Part and Inventory Search

Back
Top