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!

Timer Pls help

Status
Not open for further replies.

kensheehimura1

Programmer
Jun 2, 2003
19
0
0
PH
how can i create a program that has a timer and when the msgbox is displayed the timer will not stop, without using the messagebox API function, thanks,
 
Just use the object timer in your application. And if you need it to be working at windows startup, well, specify it in the system.ini
 
im displaying the time in hh:mm:ss format in the label, and when i use the msgbox function of VB the displaying of time will stop. I tried the API function MessageBox and it works fine, but can i do it without using the API function? how, tnx
 
can u be a bit more clear... why cant u use the usual msgbox "ADS"?

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top