Tagged Questions

4
votes
3answers
2k views

Winforms - order of Load and Activated events

One of our users has sent in a log for our .NET Winforms application that indicates that the Activated event is occurring before the Load event. I didn't think this was possible and have coded with ...
1
vote
2answers
224 views

How can I temporarily prevent a form from getting focus/activating?

my application opens n forms and the user can freely switch back and forth among these forms. When the user decides to confirm the operations performed on one of the forms, I would like to block the ...
0
votes
2answers
90 views

vb.net activated fires multiple times

I want to update a database based on the form that is currently activated. I had originally decided to use the GotFocus event. However I now understand that will not work as the form has controls on ...