Embed application in VB.NET form

anguselvi

New member
Joined
Oct 14, 2003
Messages
3
Hello everyone,

Is there a way to embed any type of application within a VB .NET form. It should be like OLE control in Visual Basic 6.0. Is there any equivalent control.



Thanks,

Anguselvi
 
Instead try using shell, Createobject to get instance of apps and then control & use from your own app
 
Back
Top