Click here to Skip to main content
15,911,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,
Can any body tell me how could I manage opening multiple instances of a form class in an MDI form?

mail me at
[snip]
Posted
Updated 23-Nov-10 4:26am
v4
Comments
Toli Cuturicu 23-Nov-10 10:27am    
Never post your email address in any (public) forum.

dim form as new yourform()

you can open n number of forms like this ....
 
Share this answer
 
Comments
Toli Cuturicu 23-Nov-10 10:26am    
What is "dim"??
Your code makes no sense.
manish_sapkal 25-Nov-10 1:15am    
if you are using vb.net the you have to use 'DIM' for declaring variable
in c#
yourform form as new yourform()

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900