Mykro Posted December 2, 2003 Posted December 2, 2003 How do I add the Process Component to the tool box in VB.NET ?? :) Quote
*Experts* Volte Posted December 2, 2003 *Experts* Posted December 2, 2003 You don't need to. You can declare it from code:Dim p As New Process() p.Start("test.exe") 'etc Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.