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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.