running applications within vb.net app

JuggaloBrotha

VB.NET Forum Moderator
Staff member
Joined
Jun 3, 2004
Messages
4,530
Location
Lansing, MI; USA
Programming Experience
10+
i'm curious as to how to go about running a windows application inside the vb.net applications (literally)

as in say i have a vb.net application that starts up looking like an MDI parent form, now i want to allow the user to click a "Open IE" menu button and vb.net will open an instance of IE inside it, if the user clicks the maximize button on IE's title bar (yes IE's menu will not integrate with the vb.net app) the IE window will maximize to the vb.net form's border, or if IE's minimized it'll decend to a title bar in the bottom corner of the vb.net app

any articles or idea's on how to occomplish this? there's no rush on it either

also if i could i'd like to not allow full-screen app's (like games) to be opened within my vb.net app
 
Back
Top