S
Steve Lowe
Hi,
I'm getting into VB.net with the help of a few books, but have got a
problem grasping how to implement a system.timers.timer
Only 1 of my 3 books mentions timers and that's a Windows.Form.Timer
Basically I need to have a 30 second delay in some module code.
To help me get the hang of it - (that should really be start to get
the hang of it !!) could someone help me with some code that does the
following
Thanks
splowe.
Module Module1
Sub Main ()
MessageBox.Show("OK To start the Delay")
pause for 30 secs
MessageBox.Show("30 second delay has finished")
End Sub
End Module
- Steve Lowe
- E-Mail : (e-mail address removed)
- Before Replying Remove .NO.SPAM
- UK Resident although my e-mail address is usa.net
I'm getting into VB.net with the help of a few books, but have got a
problem grasping how to implement a system.timers.timer
Only 1 of my 3 books mentions timers and that's a Windows.Form.Timer
Basically I need to have a 30 second delay in some module code.
To help me get the hang of it - (that should really be start to get
the hang of it !!) could someone help me with some code that does the
following
Thanks
splowe.
Module Module1
Sub Main ()
MessageBox.Show("OK To start the Delay")
pause for 30 secs
MessageBox.Show("30 second delay has finished")
End Sub
End Module
- Steve Lowe
- E-Mail : (e-mail address removed)
- Before Replying Remove .NO.SPAM
- UK Resident although my e-mail address is usa.net