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

exe file inside the form panel

I have a form called Form1. wherein Form1 has a split panel container. on the right side of Form1 is a web browser window. the right side are the buttons.

one button there is calling another form. but there's a problem on this Form called Form2. I have google earth EXE and it's component files together with the same folder of the project. The Form2 will call the googleearth.exe file now... I know the program syntax

'on form load
Process.Start("C:\Users\ALDRICH\Documents\Visual Studio 2010\Projects\Google Locator\Google Locator\Google Earth\client\googleearth.exe")


My question now is... since process start will just open a window with that exe file... I want now to know if there's a possibility that an exe file will just open inside a form of VB .NET

My .NET framework is .NET 4.0

masterjiraya
Junior Poster
153 posts since Jul 2008
Reputation Points: 10
Solved Threads: 4
 
adam_k
Practically a Posting Shark
803 posts since Jun 2011
Reputation Points: 256
Solved Threads: 149
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: