954,515 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

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
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
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

is there a reason why you cannot re-code the application as a webpage?

if you really need the application to run server-side in any browser, try something like citrix or like one of the web-application sharing-meeting/conference things

ericstenson
Posting Whiz in Training
Team Colleague
295 posts since Dec 2007
Reputation Points: 14
Solved Threads: 29
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You