Advanced VB.Net

Moderators: None (Apply to moderate this forum)
Number of threads: 260
Number of posts: 394

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
MDI Parent and Form Posted by Freddyb on 4 Apr 2003 at 12:33 AM
Does anyone know how to set a form to be a MDIChild ?
I`ve created a MDI container and want to add child Forms to it


Report
Re: MDI Parent and Form Posted by JIHN89 on 4 Apr 2003 at 6:24 AM
: Does anyone know how to set a form to be a MDIChild ?
: I`ve created a MDI container and want to add child Forms to it
:
: Well, to do so, you have to write [formname].mdichild = true like:
: Dim [formname] as new [formname]
: [formname].mdichild = true
: [formname].show
:
: And of course, ill tell you how to make an list of open forms too
: [menuitem].mdilist = true
:
: To make the form run commands in an other form
: (Like change text or something), you write
: [formname2].[control].[command]()
:
: To make the main form change text after selecting form, you write
: if [formname].selected = true then
: me.text = [programname] + [formname].text
: End if
:
: Yours truly, JIHN



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.