hi ppl..
i want to create form where one part of the form should be a browser(i have used web browser control s ) and other is a visual studio 2005 application.
i used the follwing code
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
System.Diagnostics.Process.Start("C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe")

End Sub


which only shoots up the application, but i need that visula studio to be opened inside my form and should be able to work on it..

please help me
thanks in advance

You're gonna have to get fancy with this one.... check attached project. You will Need to resize form1 in order to see the solitaire window. Probably should just maximize it after clicking "Kidnap". So click launch, click kidnap, maximize.

Comatose
Taboo Programmer

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.