N
nzpcmad
The device I am developing on uses CE 4.10. It's default Compact
Framework is the RTM version.
I use Visual Studio 2003 and C# for development.
I have tried upgrading the device to both Compact Framework SP1 and
SP2 and both exhibit the same behavior. When I navigate between forms,
the form is always minimized on the taskbar rather than maximized.
Clicking on the taskbar icon loads the form as desired. This never
happened under RTM. Forms were always maximized.
I am using the "this.WindowState = FormWindowState.Maximized;"
construct.
Any ideas?
Many thanks
Framework is the RTM version.
I use Visual Studio 2003 and C# for development.
I have tried upgrading the device to both Compact Framework SP1 and
SP2 and both exhibit the same behavior. When I navigate between forms,
the form is always minimized on the taskbar rather than maximized.
Clicking on the taskbar icon loads the form as desired. This never
happened under RTM. Forms were always maximized.
I am using the "this.WindowState = FormWindowState.Maximized;"
construct.
Any ideas?
Many thanks