Link to home
Start Free TrialLog in
Avatar of William White
William WhiteFlag for United States of America

asked on

How to embed a exe in VB .Net application and run it?

I need some help on how to embed a exe in VB .Net windows form and execute it.


Also extra bonus points if i can have to exe run inside of the windows form that would be great but not reccomended
ASKER CERTIFIED SOLUTION
Avatar of Jorge Paulino
Jorge Paulino
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of William White

ASKER

The application i am user is putty.exe, a telnet ssh software. All i want to do is call the embedded application. I am kind of new to VB can  you please help me a little more with this?
The problem is that i am having trouble understanding that solution to the last problem and i am not trying to send an argument i just want to call it
You cannot run from the resources, you have to extract it to the disk an then run it. That's what that code does.
Whe tou simply include your file in your solution ?
thanks you have been a big help sorry for seeming slow been crazy at the office
No problem ... glad I could help!