Hi,
VS2008, C#, Windows Mobile 6 Standard (smartphone,
no touchscreen).
From the main form, I show a new form with
newform.showdialog();
While in the newform, I change the newform caption
(newform.Text property) if certain keys are pressed.
The newform's caption does not change if I set it's
"owner" property to the mainform. (It only changes when newform is closed and
then reshown.)
newform.Refresh() does not work.
This does not happen when the "owner" property is
not set. Is this a bug? How can I get around this?
Any help is appreciated.
Thanks,
ED.