Hi All,I am working in windows application, in that i had face a problem of showing the forms in Tabs. I have one main form(using UltraTabbedMDIManager), in that many child forms are there, all the child forms are shown in tab look and the same time i choose the option to view the child forms like ordinary look(not in Tab look) so automatically all the child forms in ordinary look. Please provide the solution for that.Advance thanks for you reply.
hello,
i build My application like (TabbedMdiManager Basic Features) c# and i put in each MdiChildForm my forms(windows form) i mean in each tab (MdiChildForm) i put my Own form(windows form) .
may question is how can i drag and drop my own forms between tabs(MdiChildForm) ? i need to move my own forms from tab1 to tab2 by drag and drop.
If you are using an UltraTabbedMdiManager on your form whose IsMdiContainer is true then all of the MdiChildren on that form will be displayed as tab items. If you want to provide the option of displaying the items as regular mdi child forms, you would just toggle the Enabled property of the UltraTabbedMdiManager. When Enabled is true, the mdi children are displayed as tab items; when it is false they are displayed as mdi childforms.