Hide taskbar...HELP!!

Hello.

I am developing an application where i don’t want the user to have access to the taskbar. The forms are in maximized state...

Is there any way to put some code that it will force the taskbar to disapear (identical to go to Settings-Taskbar... and uncheck the Always on top)

At this moment, i am doing it in the registry (put DWORD to zero), but it requires a warm boot on the device in order to apply those settings.

I want to have some code in the Load event of my main form, that will automatically hide the taskbar. Basically doing the same as going to Settings-Taskbar and start menu -  uncheck the Always on top.

I am using C#, VS .NEt 2003 and windows ce 4.2

Can you help me PLEASE