PDA

View Full Version : how can we check whether application is run or not in vb


vikasg03
28-10-2005, 11:51 AM
i want to run 4 applications continuesly in vb by using shell or other commands. But one by one. Means i want 2nd application run only when first completed and so on. Is it possible.?

sakumar79
28-10-2005, 01:05 PM
If you have vb.net, you can do it as per http://www.devx.com/dotnet/Article/7914. For earlier versions, there is a link in the above site to http://support.microsoft.com/support/kb/articles/Q96/8/44.asp and http://support.microsoft.com/support/kb/articles/Q129/7/96.asp which will give a roundabout way to run programs one by one...

Arun

alib_i
28-10-2005, 02:16 PM
For VB 6 there are usercreated codes .. like
FWait
http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=6071&lngWId=1

-----
alibi