loadin a .exe file at runtime

craftit

Member
Joined
Sep 19, 2006
Messages
23
Programming Experience
Beginner
i need to load a .exe file at runtime.
the exe file is a compiled and distributed crystal report application.
In java i create a runtime class and call its lodd method
but i am new to visual basic and .net.
can anyone help me out on this?.
 
Process.Start(path) is also available.
 
Process.Start(path) is also available.

For some odd reason, that I am not aware of, everytime I run an .exe application from within my app it errors out and wants to send an error report to MS. Is there somehting I am missing about using process.start?¿
 
Back
Top