Is it possible to Run vb application from vb.net application
hi all,
Is it possible to run visual basic's .exe file or application from vb.net application
If yes then can anybody tell me how n can tell me code for that.
Actually i want to run vb application from vb.net
if possible then please tell me as soon as possible
Thanks in advance
Regards
Guest11
guest11
Junior Poster in Training
59 posts since Nov 2007
Reputation Points: 10
Solved Threads: 2
to run any .exe is possible. You can use system.diagnostics or the "shell" command
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
Thanks Jbennet
My problem is solved
But i have one more problem regarding same if possible then tell me the solution
My problem is i want to run exe in browser i mean i want to run .exe file in asp page
is it possible if yes then plz tell the solution
Thanks in advance
Regards
Guest11
guest11
Junior Poster in Training
59 posts since Nov 2007
Reputation Points: 10
Solved Threads: 2
sort of.
you can make windows give one of those "security warning: this site is trying to download files to your computer" messages, with the options to run or save it but you cannot just run an .exe for security reasons
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601