my vb.net mobile 5 ppc app..
it has a few main forms..they are maximized so that the today screen is not at all visible...when i open a "sub" form that is NOT maximized on top of my maximized form, the maximized form becomes NOT maximized as the top of the today screen shows....my client HATES this...how can i stop this
we never want to see any part of the troday screen can i open a fomr inside a form...or insde a panel or set a property
thanks...

ppc 5...windows forms...how to keep maximized forms maximized???
Frank VDL
MarcoViY
Hi MaseYo,
in .NET CF applications, you can hide the title bar by maximizing the forms, thats true, but if the form is not maximized, it mustshow the Today title bar.
But you can try calling the other form with "ShowDialog" method and leaving the previous form opened without hiding it...
Regards,
if this post was helpful, please press "Yes".
Ahmed H. Waly