R
refl
in winforms, c# we need to do two things...
Open a win form and within that form load event
convert data showing a processing message.
what would be the code sequence ?
Note...when calling the event, the form is not loaded/displayed yet.
I was looking for the next event after form was loaded (form activate is
called more that once in some situations e.g get focus,maximizeing it)
thanks.
Open a win form and within that form load event
convert data showing a processing message.
what would be the code sequence ?
Note...when calling the event, the form is not loaded/displayed yet.
I was looking for the next event after form was loaded (form activate is
called more that once in some situations e.g get focus,maximizeing it)
thanks.