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: *

  1. Buddy008

    Showing exe in system tray

    I am writing a program that needs to stay open all the time. However, my wife likes to close it. When she closes it, I want it to stay open in the system tray, so that it still runs. Like an antivirus program, or kazaa. Is there any way to do this?? Thanks, Josh
  2. Buddy008

    How To Make Cancel Button Work In InputBox

    Razvi, Your awesome! Thanks a lot!
  3. Buddy008

    How To Make Cancel Button Work In InputBox

    I have the Inputbox as a search, and I have it protected so that if you accidentally don't type any text an click ok a msgbox pops up and it allows you to try again. However if someone clicks on the search accidentally cancel won't work to exit the sub. so basically right now you must enter...
  4. Buddy008

    How To Make Cancel Button Work In InputBox

    How do you make the cancel button actually work in an inputbox??
  5. Buddy008

    How Can I Setup a ref to microsoft VBscript regular expressions

    I need to setup a reference to a VBscript, but I'm not sure how to do it?
  6. Buddy008

    Need Help with searching a text file and displaying

    How do I reference a VBscript??
  7. Buddy008

    Need Help with searching a text file and displaying

    BiggerBrother could you give me an example of yours??
  8. Buddy008

    Need Help with searching a text file and displaying

    Hey thanks a lot!! BiggerBrother the reason I use those lines is because the last time I had to write a progam, I was using visual basic 2.0, and I'm not real familiar with all the new stuff in 6.0 . I have basically been using trial and error to see if the stuff that I used to know works in 6...
  9. Buddy008

    Need Help with searching a text file and displaying

    Ok, I'm not searching for files, I'm trying to find text in a file... Now I used to know how to do this, but it's been 3 years since I've messed around with this stuff... Here is what I got for Open: wrap$ = Chr$(13) + Chr$(10) CommonDialog1.Filter = "Text files (*.TXT) | *.TXT&quot...
  10. Buddy008

    Need Help with searching a text file and displaying

    My program opens a file as a string, and I need to know how to use a text box to find a word in the string, and then display all the instances it finds to a listbox. Can anyone help me out here?

Part and Inventory Search

Back
Top