0
votes
3answers
168 views
Opening New Form From Event Handler in Main Form Hangs App
I'm trying to open a new form from within an event handler in the main form in a C# program. The event handler gets called properly and it opens the new form, but the new form is frozen and doesn' …
0
votes
3answers
2k views
Change Color of Button in DataGridView Cell
I have a large DataGridView control that has several cells most of which contain a button. How can I change the color of those buttons?
This changes the "outline" of the button but not the …
0
votes
3answers
974 views
Listening to Events in Main Form from Another Form in C#
I have an application that has a main form and uses an event handler to process incoming data and reflect the changes in various controls on the main form. This works fine.
I also have ano …
1
vote
4answers
97 views
Make an Existing Windows Form Inheritable
I didn't realize at the time I create this particular application that I'd need to reuse some of the components - some Windows forms and a class or two.
Now that I've already created the fa …
