Talk:Execute a system command: Difference between revisions

Content added Content deleted
m (typo)
Line 6: Line 6:


If there is agreement, I will revise the task to discuss this. --[[User:Kevin Reid|Kevin Reid]] 18:00, 6 August 2009 (UTC)
If there is agreement, I will revise the task to discuss this. --[[User:Kevin Reid|Kevin Reid]] 18:00, 6 August 2009 (UTC)

== Visual Basic - does it suck as much as this implies? ==

Okay, leaving aside the inflammatory title (yeah, I hate VB, let's move on). With the example code, waiting for a process is done by spinning; would it be possible instead to use WaitForSingleObject or MsgWaitForMultipleObjects[Ex]? If I were doing it in C++, I would use something like that.

I'm not an expert VB programmer, so is someone else interested in picking up the idea and moving with it?

[[User:Rosuav|Rosuav]] 12:26, 11 January 2010 (UTC)