-
Usercontrols
I have a form with usercontrols on it and the damn thing wont close.
Ive eliminated all of my code and still the form will not close.
Ive tried using a button control to close the form and the "X" button and still nothing.
Anyone else run into this problem?
-
what exactly do u mean it wont close
what user control are u using
more details..
-
The user control is one that Ive created. It contains a listview, a label, and a checkbox.
What I mean when I say the form wont close is:
When I click on the "X" button nothing happens. The button itself just blinks, but no event is fired?
-