Click here to Skip to main content
15,886,518 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: GDI+ help Pin
Luc Pattyn5-Mar-10 1:55
sitebuilderLuc Pattyn5-Mar-10 1:55 
GeneralRe: GDI+ help Pin
nyt19727-Mar-10 20:35
professionalnyt19727-Mar-10 20:35 
QuestionWorking with CR in VB.net Pin
C#Coudou3-Mar-10 23:03
C#Coudou3-Mar-10 23:03 
AnswerRe: Working with CR in VB.net Pin
Anubhava Dimri4-Mar-10 18:25
Anubhava Dimri4-Mar-10 18:25 
QuestionHow to Open a Third Party Application in a Form/Webbrowser in VB6 Pin
karthickmani633-Mar-10 17:31
karthickmani633-Mar-10 17:31 
AnswerRe: How to Open a Third Party Application in a Form/Webbrowser in VB6 Pin
Dalek Dave3-Mar-10 21:47
professionalDalek Dave3-Mar-10 21:47 
GeneralRe: How to Open a Third Party Application in a Form/Webbrowser in VB6 Pin
karthickmani633-Mar-10 23:33
karthickmani633-Mar-10 23:33 
GeneralRe: How to Open a Third Party Application in a Form/Webbrowser in VB6 Pin
Dave Kreskowiak4-Mar-10 1:47
mveDave Kreskowiak4-Mar-10 1:47 
There is no native option to doing this in VB6 or VB.NET.

You have to use the Win32 function SetParent to tell the main window of the app that it's new parent is the window handle to your form other other hosting control. Google for "VB6 SetParent" for examples.

Be warned. Some applications have rendering problems when doing this and you user gets to move the application around just as if it was running on the desktop. They also get to close the app any time they want. You cannot prevent these things from happening.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




QuestionReferences Pin
neverpleat3-Mar-10 12:45
neverpleat3-Mar-10 12:45 
AnswerRe: References Pin
Dave Kreskowiak4-Mar-10 1:44
mveDave Kreskowiak4-Mar-10 1:44 
GeneralRe: References Pin
neverpleat4-Mar-10 3:00
neverpleat4-Mar-10 3:00 
GeneralRe: References Pin
Dave Kreskowiak4-Mar-10 3:30
mveDave Kreskowiak4-Mar-10 3:30 
GeneralRe: References [modified] Pin
neverpleat4-Mar-10 3:49
neverpleat4-Mar-10 3:49 
GeneralRe: References Pin
Dave Kreskowiak4-Mar-10 6:44
mveDave Kreskowiak4-Mar-10 6:44 
GeneralRe: References Pin
neverpleat4-Mar-10 6:54
neverpleat4-Mar-10 6:54 
GeneralRe: References Pin
Dave Kreskowiak4-Mar-10 7:11
mveDave Kreskowiak4-Mar-10 7:11 
GeneralRe: References Pin
neverpleat4-Mar-10 9:20
neverpleat4-Mar-10 9:20 
GeneralRe: References Pin
Dave Kreskowiak4-Mar-10 13:03
mveDave Kreskowiak4-Mar-10 13:03 
QuestionAdding grid computing to my software Pin
Jaison V3-Mar-10 5:50
Jaison V3-Mar-10 5:50 
AnswerRe: Adding grid computing to my software Pin
Dave Kreskowiak3-Mar-10 6:15
mveDave Kreskowiak3-Mar-10 6:15 
QuestionNot Able to view the .GML File in the Folder Structure Pin
karthickmani633-Mar-10 1:08
karthickmani633-Mar-10 1:08 
AnswerRe: Not Able to view the .GML File in the Folder Structure Pin
Dave Kreskowiak3-Mar-10 2:24
mveDave Kreskowiak3-Mar-10 2:24 
AnswerRe: Not Able to view the .GML File in the Folder Structure Pin
DaveAuld3-Mar-10 10:15
professionalDaveAuld3-Mar-10 10:15 
GeneralRe: Not Able to view the .GML File in the Folder Structure Pin
karthickmani633-Mar-10 18:07
karthickmani633-Mar-10 18:07 
QuestionTextBox needed to be lots of text boxes Pin
offroaderdan3-Mar-10 0:39
offroaderdan3-Mar-10 0:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.