PDA

View Full Version : Need Help About Vb6 Timers



king000
01-22-2008, 08:18 AM
hi,can somebody tell me how can i make my msgboxes run faster,i mean when i open the app the msgboxes auto start fast.i need to make a timer and what should i put in the timer?

wr194t
01-22-2008, 08:23 AM
Put the MsgBox in your coding (not in any buttons, or timers). This should make messages open as the application starts.

king000
01-22-2008, 08:29 AM
yes i know that,i mean when the msgboxes pops out i bdont need to press ok button they auto press ok and very fast.

wr194t
01-22-2008, 08:42 AM
yes i know that,i mean when the msgboxes pops out i bdont need to press ok button they auto press ok and very fast.I already said that. Just add the MsgBox codes in your coding, just don't use any buttons or timers.

Hammer
01-22-2008, 08:57 AM
In the General Tab, put the MsgBox "" code.