E
Eric
I have a VB.NET app with a radio button that has check changed handler on
it, and the InitializeComponent() code sets the .checked value to true which
triggers the event handler. Is there a way to suspend event processing
until initialization is complete?
Thanks.
it, and the InitializeComponent() code sets the .checked value to true which
triggers the event handler. Is there a way to suspend event processing
until initialization is complete?
Thanks.