View Single Post
  #11 (permalink)  
Old 12-09-03, 02:38
CyberLynx CyberLynx is offline
Stuck on my opinions...
 
Join Date: Nov 2003
Posts: 1,487
Code:
If LaunchApp32(myFirstAppName) = True Then 
   If LaunchApp32(mySecondAppName) = True Then  
       '....Put your program code here....
       '.................................................
       '.................................................
   End If
 End If
There you go
Reply With Quote