The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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}
RPRamesh 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
RAramezMay 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
ONOliver NagelMay 1, 2003 10:11 AM UTC
I think you need to use the .showdialog command instead of .show