Windsailor
Well-known member
- Joined
- Aug 2, 2006
- Messages
- 45
- Programming Experience
- 1-3
Hi all,
How do I check to see if the form is loading at the time an event fires?
For instance, lets say I have code on the combobox1_SelectedValueChanged event I want to fire ONLY after the form and all of its components have fully loaded and gone through the Initialize component method for that form...
How do I set a conditional to check for that?
How do I check to see if the form is loading at the time an event fires?
For instance, lets say I have code on the combobox1_SelectedValueChanged event I want to fire ONLY after the form and all of its components have fully loaded and gone through the Initialize component method for that form...
How do I set a conditional to check for that?