Visual C#
Windows Live
Windows Vista
Visual FoxPro
Game Technologies
VS Express Editions
Visual J#
SQL Server
.NET Development
Windows Forms
Visual C++
Architecture
Visual Basic
Microsoft ISV
Smart Device
Software Development Network>> Windows Forms>> how I can open e MDI form
how I can open e MDI form
Hot Topic
.application file not found
Can I display any text on RowHeaders in the DataGridView?
Unwanted Activate event in inherited form when datetime picker on base form is used
Passing parameters to a procedure called in thread
How to find is a form already open in a Multiple form application
Combobox event usercontrol
VS.Net 2005 Beta 2 - DataGridView make hidden - update - make visible - missing data
Simple Data Binding to a CheckBox Control
How do you get the row number from datagridview
Winforms
Windows Forms
Multi-screen/display Cofiguration?
Is memory released with out un-registering event handlers?
Dynamically switching queries and databases
Adding beyond "Standard Items"
Please help with "Not a member of" error
Combo Box Questions
DataSource turns null after DataBind() ?!
Plugin frame work
Set Property via string (possible bug)
Filter the items of a listbox depending on the selected item in a combobox
how I can open e MDI form
I'm new in VB.net
Answer this question
how I can open e MDI form
JDSS
What do you mean
Rules for MDI is to have at least one MDIParent (set in the properties of the form), and whenever you create an instance of a form for that parent, you set the MdiParent to that form.
Dim NewForm as Form1 = new Form1()
NewForm.MdiParent = me
NewForm.Show()
how I can open e MDI form
Answer this question
how I can open e MDI form
JDSS
Rules for MDI is to have at least one MDIParent (set in the properties of the form), and whenever you create an instance of a form for that parent, you set the MdiParent to that form.
Dim NewForm as Form1 = new Form1()
NewForm.MdiParent = me
NewForm.Show()