Click to See Complete Forum and Search --> : How execute .exe from vb .net


Progrrammer
March 22nd, 2005, 05:45 AM
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.

Krzemo
March 22nd, 2005, 06:06 AM
but produce a assertion failure.
What assertion?

Try to use full paths - maybe it is "file not found".

Best regards,
Krzemo.