Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 ASP.NET Multiple Document Interface

Author  Topic 

norty911
Starting Member

41 Posts

Posted - 2007-05-31 : 09:33:35
Hi guys could somebody please give me a simple example of how to build an MDI? E.g. you have a parent form and display 1 or more child forms within that parent form.

Muchos gracias

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-05-31 : 09:52:25
in asp.net?
you'll have to use DIV's

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

norty911
Starting Member

41 Posts

Posted - 2007-05-31 : 09:54:39
My appologies, NOT ASP.NET... windows forms. Sorry my bad!
Go to Top of Page

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2007-05-31 : 10:20:26
Did you try a quick google? There are hundreds of examples ....

http://www.google.com/search?q=.net+mdi+form



- Jeff
http://weblogs.sqlteam.com/JeffS
Go to Top of Page

norty911
Starting Member

41 Posts

Posted - 2007-05-31 : 10:25:50
Yeah I did, alot of them confused the hell outta me. I'm pretty new to windows forms. Just wanted a simple example
Go to Top of Page

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2007-05-31 : 10:32:18
http://www.startvbdotnet.com/forms/mdi.aspx

(the 3rd page listed in the google search)

- Jeff
http://weblogs.sqlteam.com/JeffS
Go to Top of Page

mahesh_bote
Constraint Violating Yak Guru

298 Posts

Posted - 2007-06-07 : 06:56:45
when u ll add windows form to ur project ... rather check in the properties of the existing form, whether there is any property for setting the form as MDI. I think there is some property for this. Long ago i had tried.

let us know,

Mahesh
Go to Top of Page
   

- Advertisement -