T
Tim
When setting the Text property of a form in either InitializeComponent or load event, the value will
display upon first instantiation and showing of the form. If I hide the form and then show it again,
the Text property value will not show - it gets overwritten by the Start menu label and is not
visible in the Running Programs applet. I am forced to place the property-setting code in the
Activated event to ensure that the value gets displayed on all showings of the form. Not a big deal,
but a bit unexpected. I would have expected the Text property to 'persist' on subsequent calls to
Show() regardless of where it was set in code.
Comments?
Tim
display upon first instantiation and showing of the form. If I hide the form and then show it again,
the Text property value will not show - it gets overwritten by the Start menu label and is not
visible in the Running Programs applet. I am forced to place the property-setting code in the
Activated event to ensure that the value gets displayed on all showings of the form. Not a big deal,
but a bit unexpected. I would have expected the Text property to 'persist' on subsequent calls to
Show() regardless of where it was set in code.
Comments?
Tim