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

    specify the time a message box is visible?

    macinyat, In the case with the click event, if you are expecting either a msgbox box or a certain other window, you could set up a Do Until Loop to find your next window. If the message box is found, have the sub pause for however many seconds then click the link. If your click results...
  2. nulll

    specify the time a message box is visible?

    I'm not sure if this would be the best way to solve this problem, but this is what I would probably do... Set up a timer control and set it's interval to how often you want to check for a msgbox. Then use the FindWindow and FindWindowEx API functions to find your program and the msgbox. If the...
  3. nulll

    ErrHandler not catching multiple Errs?

    I was just looking through some error handling pages and I got another question. This could be part of the source of my problem, but i'm not sure... At the end of my errhandlers, I use sitecount = sitecount+1, which is to somewhat 'resume' to the next for cycle when I use GoTo BackFromErr...
  4. nulll

    Too many controls on a form?

    Yeah I'm kinda curious what kind of program you're making for this fella to have to use so many txtboxes. Would you share? =) -null
  5. nulll

    ErrHandler not catching multiple Errs?

    I'm werking on a site-checker project that checks to see if certain sites contains certain material using the Inet control. I've come across a little problem in one of my subs that handles the actual checking of the sites using the Inet.openURL method. Now this is where I'm running into my...
  6. nulll

    Looking for a book to learn VB

    dgillz, One series of books I always looked past when I strolled through the bookstore is the "for Dummies" series. I also wanted to learn a little vb6, noticed a copy of 'Visual Basic 6 fer Dummies', decided to give it a try, and bought it. Very good choice I might add. Unlike most...

Part and Inventory Search

Back
Top