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

Recent content by VBMaster

  1. VBMaster

    What is your opinion of Visual Basic

    "Distribution is also a little weak, since you've got to ship a large runtime with your program (this will change in VB7)." Actually it will be somewhat bigger I think. No more truely compiled code, just interpreted code (the same engine as C#).
  2. VBMaster

    Need a background program that hits enter key every 10 seconds

    Or you could use add a Timer, set the interval to 1min (about the maximum interval) add a counter inside the Timer_Timer event and when that timer hits 10 you use the SendKeys "{enter}" to send the enter key to the app that has focus. Be sure to reset the counter.

Part and Inventory Search

Back
Top