Click here to Skip to main content
15,892,161 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: 60 points to whoever can make sense of this screenshot Pin
Prodman2-Feb-09 1:29
Prodman2-Feb-09 1:29 
GeneralRe: 60 points to whoever can make sense of this screenshot Pin
supercat92-Feb-09 6:51
supercat92-Feb-09 6:51 
QuestionTranslation Tool Pin
solomondevapaul1231-Feb-09 22:30
solomondevapaul1231-Feb-09 22:30 
AnswerRe: Translation Tool Pin
Christian Graus1-Feb-09 22:42
protectorChristian Graus1-Feb-09 22:42 
Questioninterface VB with WiT 8.1 Pin
asimplebadguy1-Feb-09 22:24
asimplebadguy1-Feb-09 22:24 
AnswerRe: interface VB with WiT 8.1 Pin
Dave Kreskowiak2-Feb-09 2:07
mveDave Kreskowiak2-Feb-09 2:07 
GeneralRe: interface VB with WiT 8.1 Pin
asimplebadguy2-Feb-09 2:20
asimplebadguy2-Feb-09 2:20 
GeneralRe: interface VB with WiT 8.1 Pin
Dave Kreskowiak2-Feb-09 3:49
mveDave Kreskowiak2-Feb-09 3:49 
Well, you need to launch the external application, using the Process class, then you call it's WaitForInputIdle method so the application has time to start up and show it's main window, then you get it's MainWindowHandle property and pass that to a call to the Win32 API function SetParent[^], along with the window handle of the Panel control you want to host this.

Warning: There may be issues with your hosted application not rendering properly. You also do not have total control over the hosted app, for example, you don't get to control the app's dialog windows and position them where you want.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: interface VB with WiT 8.1 Pin
asimplebadguy2-Feb-09 3:55
asimplebadguy2-Feb-09 3:55 
GeneralRe: interface VB with WiT 8.1 Pin
Dave Kreskowiak2-Feb-09 5:36
mveDave Kreskowiak2-Feb-09 5:36 
QuestionGraphics Problem. Pin
Nanda_MR1-Feb-09 22:02
Nanda_MR1-Feb-09 22:02 
AnswerRe: Graphics Problem. Pin
Christian Graus1-Feb-09 22:08
protectorChristian Graus1-Feb-09 22:08 
GeneralRe: Graphics Problem. Pin
Nanda_MR1-Feb-09 22:20
Nanda_MR1-Feb-09 22:20 
GeneralRe: Graphics Problem. Pin
Sipder1-Feb-09 22:33
Sipder1-Feb-09 22:33 
GeneralRe: Graphics Problem. Pin
Nanda_MR1-Feb-09 22:58
Nanda_MR1-Feb-09 22:58 
GeneralRe: Graphics Problem. Pin
Dave Kreskowiak2-Feb-09 2:04
mveDave Kreskowiak2-Feb-09 2:04 
QuestionHow to disable ComboxBox in VB.net Pin
vijay24821-Feb-09 21:40
vijay24821-Feb-09 21:40 
AnswerRe: How to disable ComboxBox in VB.net Pin
Sipder1-Feb-09 21:54
Sipder1-Feb-09 21:54 
GeneralRe: How to disable ComboxBox in VB.net Pin
vijay24821-Feb-09 22:11
vijay24821-Feb-09 22:11 
AnswerRe: How to disable ComboxBox in VB.net Pin
Nanda_MR1-Feb-09 21:56
Nanda_MR1-Feb-09 21:56 
GeneralRe: How to disable ComboxBox in VB.net Pin
vijay24821-Feb-09 22:12
vijay24821-Feb-09 22:12 
AnswerRe: How to disable ComboxBox in VB.net Pin
Christian Graus1-Feb-09 22:10
protectorChristian Graus1-Feb-09 22:10 
GeneralRe: How to disable ComboxBox in VB.net Pin
EliottA2-Feb-09 2:14
EliottA2-Feb-09 2:14 
Questionask Pin
rami_rolf1-Feb-09 20:28
rami_rolf1-Feb-09 20:28 
AnswerRe: ask Pin
N a v a n e e t h1-Feb-09 20:58
N a v a n e e t h1-Feb-09 20:58 

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.