|
-
Jan 26th, 2009, 04:17 PM
#1
Thread Starter
Lively Member
[RESOLVED] [2005] Wait, pause, timeout, standby, ????
My program is supposed to display a randomly generated sentence on the screen (something like a screensaver) Then 'wait' for a random period between 1 and 5 minutes before cycling through to generate another sentence.
How do I do that?
Code:
Do
~~generate sentence
~~Display and speak sentence <---(I don't have a clue how to do either of those)
Dim Seconds As Integer
Dim MS As New Random
Seconds = MS.Next(60, 300)
Seconds = (Seconds * 1000)
'WAIT(Seconds)
Loop
Anyone who does not wonder, is either omnipotent or a fool.
Amerigoware <<<My Projects
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|