 |
BOOK: Professional VB.NET, 2nd Edition or 2003  | This is the forum to discuss the Wrox book Professional VB.NET, 2nd Edition by Fred Barwell, Richard Case, Bill Forgey, Billy Hollis, Tim McCarthy, Jonathan Pinnock, Richard Blair, Jonathan Crossland, Whitney Hankison, Rockford Lhotka, Jan D. Narkiewicz, Rama Ramachandran, Matthew Reynolds, John Roth, Bill Sheldon, Bill Sempf; ISBN: 9780764544002 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Professional VB.NET, 2nd Edition or 2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

September 23rd, 2004, 09:10 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Treeview control on MDI Parent
Hi,
I have kept a treeview control on mdi parent. and on click of node I show other forms. the problem is that treeview overlaps the forms that are shown in mdi parent
Niraj
|
|

September 23rd, 2004, 12:09 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Do you have the control docked in the MDI parent? DOn't know if that makes a difference...
Brian
|
|

September 23rd, 2004, 10:09 PM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
No it does not make any difference. Even I had it anchored.
|
|

January 14th, 2005, 02:57 PM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Guys
I need help building a MDI form with a Treeview control with child forms been displayed based on the value of the Child node in the tree.
Does any one have a sample code I can refer to..
|
|

November 14th, 2006, 12:20 AM
|
|
Authorized User
|
|
Join Date: Oct 2006
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi nir,
one simple solution or ur prb is to always create and dispose object of the forms before openning and closing the forms.
With thanks
rajesh,
India
|
|
 |