blah blah blah is here! blah blah » Close

1
votes
1 answers

Show form on status in datagrid

Guys, i hope i make sense with this question. I have a small app that will be running all the time but the form will be minimized or hidden, now i have a DataGrid1 with a status column. the datagrid refreshes every few minutes, when the wor ...

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