|
-
March 22nd, 2005, 06:45 AM
#1
How execute .exe from vb .net
Hi,
I want to execute a VC++ .exe application from my VB .NET program. I already use Process.Start("Miexe.exe") and shell("Miexe.exe") but produce a assertion failure.
Somebody can say me how i can execute mi .exe program from VB .net?
Thank you very much.
-
March 22nd, 2005, 07:06 AM
#2
Re: How execute .exe from vb .net
but produce a assertion failure.
What assertion?
Try to use full paths - maybe it is "file not found".
Best regards,
Krzemo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|