Hi,
Hurrey, this worked for me...to disable the start menu...
ShowWindow(FindWindow("HHTaskBar", null), 1); //0=hide, 1=show
On the same track, if anyone can sent source code to set start button as
visible false....
--
With Best Regards,
Harsh Trivedi
"Harsh Trivedi" <(E-Mail Removed)> wrote in message
news:O3ue1s$(E-Mail Removed)...
> Hi,
>
> We are developing application in VS .NET 2005 + C# + .NET CF 2.0 SP1
>
> My user requirement is ... to disable the Start menu button (Upper left
> side, to invoke the start up menu) . This way we can prevent the user to
> click on any other program or control panel when our application is
> running.
>
> Is there a way to achieve this?
>
> Thanks in advance
>
> --
> With Best Regards,
>
> Harsh Trivedi
>