blah blah blah is here! blah blah » Close

0
votes
2 answers

Activating/Showing/Hiding Window Forms

I am sorry to ask such a seemingly abcd question but I have been trying in vain to hide/show forms. Also my main menu is made up of two forms, a main menu form is a central window, devoid of title bar, minimize, maximize and is mostly comm ...

1
votes
1 answers

Displaying Child Windows

eeboy
499

I have several child windows that I need to display. To show the dialog I have been: [code] private void ButtonUsers_Click(object sender, System.Windows.RoutedEventArgs e) { //Make main window transparent this.Opacity=.6; ...

Feedback