Sergey
Wed Aug 24 11:52:16 CDT 2005
For PocketPC devices just set .Text to "":
Text = "";
dlg.ShowDialog();
Text = WindowTitle;
--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com
wikoh wrote:
> That works except that on the Pocket PC 2002 emulator the Caption of the
> message form becomes (or appears to become) that of the last used other
> window.
>
> At first it is the caption of my program, then if i bring up, say settings,
> and close it the message form will now be titled Settings...
>
> But perhaps no one has these kinds of handhelds anymore (that has ony one
> window (maximized) at the time)?