Hiding Start Icon and TaskBar

  • Thread starter Thread starter Jyoti Mahna
  • Start date Start date
J

Jyoti Mahna

Hi,

I am developing Smart device(Pocket PC) application in C#
and I need to know how to remove the start button icon
and remove the taskbar while using MainMenu. I also need
to make the form full screen.

I am using
this.WindowState = FormWindowState.Maximized;

But this works fine only when I don't have a mainmenu.
While using MainMenu, it shows both start icon and
taskbar.

Regards,
Jyoti
 
Back
Top