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

Visual Basic

 
GeneralRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
Hrizip29-Jun-10 8:17
Hrizip29-Jun-10 8:17 
GeneralRe: Pinvoking a non WIN32 API under VB, cant get handle to printer Pin
Hrizip30-Jun-10 23:28
Hrizip30-Jun-10 23:28 
QuestionMDI window application with treeview by visual basic 2005 Pin
Andraw Tang28-Jun-10 9:03
Andraw Tang28-Jun-10 9:03 
AnswerRe: MDI window application with treeview by visual basic 2005 Pin
Dave Kreskowiak28-Jun-10 10:46
mveDave Kreskowiak28-Jun-10 10:46 
GeneralRe: MDI window application with treeview by visual basic 2005 Pin
Andraw Tang28-Jun-10 11:20
Andraw Tang28-Jun-10 11:20 
GeneralRe: MDI window application with treeview by visual basic 2005 Pin
Dave Kreskowiak28-Jun-10 14:09
mveDave Kreskowiak28-Jun-10 14:09 
GeneralRe: MDI window application with treeview by visual basic 2005 Pin
Andraw Tang28-Jun-10 11:39
Andraw Tang28-Jun-10 11:39 
GeneralRe: MDI window application with treeview by visual basic 2005 Pin
Dave Kreskowiak28-Jun-10 14:23
mveDave Kreskowiak28-Jun-10 14:23 
Andraw Tang wrote:
Also is there any difference to display MDI child form on the splitcontainer right panel by using the following code

frmSimu.Parent = Me.SplitContainer1.Panel2 '-----------Method 1


Won't work since an MdiChild can only be shown in an MdiClient control...


Andraw Tang wrote:
Do you have any tutorial or sample code about this?


Nope. But in playing with this for a little bit, you cannot do this with a split container. The parent container of the MdiClient must be a Form, not another control. You'd have to implement this in a pretty complex manner. Basically, I thikn you'd have to undock the MdiClient, add a Panel to where you want it in the forms Controls collection, then redock the MdiClient. I just don't have the time right now to code it up and test the theory.

A guide to posting questions on CodeProject[^]



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




GeneralRe: MDI window application with treeview by visual basic 2005 Pin
Andraw Tang29-Jun-10 3:18
Andraw Tang29-Jun-10 3:18 
GeneralRe: MDI window application with treeview by visual basic 2005 Pin
Dave Kreskowiak29-Jun-10 5:14
mveDave Kreskowiak29-Jun-10 5:14 
GeneralRe: MDI window application with treeview by visual basic 2005 Pin
Andraw Tang29-Jun-10 5:23
Andraw Tang29-Jun-10 5:23 
QuestionVisual Basic 2005 and VB.NET 2005 Pin
Andraw Tang28-Jun-10 5:49
Andraw Tang28-Jun-10 5:49 
AnswerRe: Visual Basic 2005 and VB.NET 2005 Pin
Chris C-B28-Jun-10 6:14
Chris C-B28-Jun-10 6:14 
GeneralRe: Visual Basic 2005 and VB.NET 2005 Pin
Andraw Tang28-Jun-10 6:18
Andraw Tang28-Jun-10 6:18 
GeneralRe: Visual Basic 2005 and VB.NET 2005 Pin
loyal ginger28-Jun-10 9:25
loyal ginger28-Jun-10 9:25 
AnswerRe: Visual Basic 2005 and VB.NET 2005 Pin
Dave Doknjas28-Jun-10 12:34
Dave Doknjas28-Jun-10 12:34 
QuestionSetup wizard.....Not visible Pin
offroaderdan27-Jun-10 9:12
offroaderdan27-Jun-10 9:12 
AnswerRe: Setup wizard.....Not visible Pin
Xeqtr27-Jun-10 9:37
Xeqtr27-Jun-10 9:37 
AnswerRe: Setup wizard.....Not visible Pin
Dave Kreskowiak27-Jun-10 15:55
mveDave Kreskowiak27-Jun-10 15:55 
Questionsugestion requested for displaying of information Pin
droolin26-Jun-10 17:09
droolin26-Jun-10 17:09 
AnswerRe: sugestion requested for displaying of information Pin
DaveAuld26-Jun-10 20:06
professionalDaveAuld26-Jun-10 20:06 
GeneralRe: sugestion requested for displaying of information Pin
droolin26-Jun-10 20:39
droolin26-Jun-10 20:39 
QuestionPrograms For Mobiles - VB.Net 2008 Pin
Paramu197326-Jun-10 3:11
Paramu197326-Jun-10 3:11 
AnswerRe: Programs For Mobiles - VB.Net 2008 Pin
DaveAuld26-Jun-10 3:32
professionalDaveAuld26-Jun-10 3:32 
GeneralRe: Programs For Mobiles - VB.Net 2008 Pin
Paramu197326-Jun-10 21:06
Paramu197326-Jun-10 21:06 

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.