Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Wait for game to end and then continue

Ok here my issue. I start a game through VB. Now I want the VB application to wait for the game to end and then continue running.
Any help is much appreciated!
[163 byte] By [Leceur] at [2007-11-11 7:49:46]
# 1 Re: Wait for game to end and then continue
I didn't know you could program spaghetti! :)
Laurel at 2007-11-11 17:26:22 >
# 2 Re: Wait for game to end and then continue
Oh yeah and is there a way to stop the user from using ALT-TAB, ALT-ESCAPE?
Leceur at 2007-11-11 17:27:24 >
# 3 Re: Wait for game to end and then continue
I didn't know you could program spaghetti! :)

http://en.wikipedia.org/wiki/Spaghetti_code

there is also a definition of mine in some place, but it is lost in cyberspace...
mstraf at 2007-11-11 17:28:23 >
# 4 Re: Wait for game to end and then continue
Leceur: Here's the answer to your first question: http://www.vb-helper.com/howto_shell_wait.html

On Windows NT and above, I know of no way to prevent the user from Alt-Tabbing away from your application.
Phil Weber at 2007-11-11 17:29:28 >
# 5 Re: Wait for game to end and then continue
Leceur: Here's the answer to your first question: http://www.vb-helper.com/howto_shell_wait.html

On Windows NT and above, I know of no way to prevent the user from Alt-Tabbing away from your application.

Thx this really helped. Now to find a way to disable ALT_TAB
Leceur at 2007-11-11 17:30:26 >