what better way to open the form?! c# wpf
-
I have a main window that contains buttons to open forms (other windows) for registration. How to open these windows forms inside the main window, the main window active mantento?! I tried with child, but on the menu bar of the windows icon appears for each open form.
-
I have a main window that contains buttons to open forms (other windows) for registration. How to open these windows forms inside the main window, the main window active mantento?! I tried with child, but on the menu bar of the windows icon appears for each open form.
It may be worth learning something of model view presenter(MVP) - this would allow you to display different views within the same main window. A good introduction can be gained from going through - Sams Teach Yourself WPF in 24 Hours - I found it invaluable in taking me step by step through the process of creating WPF MVP applications. [edit - corrected typo and grammar]
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
-
I have a main window that contains buttons to open forms (other windows) for registration. How to open these windows forms inside the main window, the main window active mantento?! I tried with child, but on the menu bar of the windows icon appears for each open form.
If you want to prevent the child icons appearing in the TaskBar, set ShowInTaskBar="False" in the Window section of those forms.
Chill _Maxxx_
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier