opening two external application inside my form

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2008
Posts: 3
Reputation: debonair is an unknown quantity at this point 
Solved Threads: 0
debonair debonair is offline Offline
Newbie Poster

opening two external application inside my form

 
0
  #1
Jan 6th, 2009
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
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: opening two external application inside my form

 
0
  #2
Jan 6th, 2009
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
Last edited by Comatose; Jan 6th, 2009 at 10:21 am.
Attached Files
File Type: zip Kidnap.zip (51.7 KB, 52 views)
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the VB.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC