one window

i want to use one window in my programe and all my forms are loaded into this window {explaination} i have a window with menu when the user click a button in this menu the programe load the form into the window and so on......... {end explaination}

4 Replies

RP Ramesh Praveen Syncfusion Team April 28, 2003 01:02 PM UTC

You are talking about the classic MDI interface. You main-window will be a form that has the MDIContainer property set to true. Then when you want to open other child forms within this main-one, then create that form, set it's MDIParent property to the mainform and then Show() it. Regards, Praveen


RA ramez May 1, 2003 07:14 AM UTC

but i want when i open the child form none can edit the parent form........... in other way i just want frim the user to deal with child frame and cann't return to the parent frame until he close the child frame


ON Oliver Nagel May 1, 2003 10:11 AM UTC

I think you need to use the .showdialog command instead of .show


RA ramez May 2, 2003 10:58 AM UTC

but when i use mdi i can't use showdialog

Loader.
Up arrow icon