how can i deny opening start button and close the this minue when opened ?

Hi ..

i want deny a start button openning when my application is running

Is there a methode or way to do like this , please

cheers >>




Answer this question

how can i deny opening start button and close the this minue when opened ?

  • KeithGWilliams

    Is this going to be an option in the future Plenty of people want to make smart device apps which run in 'kiosk' mode, which is not as easy to do as you might think
  • scuudz

    You can hide the title bar by setting the form's WindowState to FormWindowState.Maximized.

  • AlexBB

    first Thank you for reading and answering my question ..

    i think you are right .. so how can i redirect the hradware buttons programatically

    is there an easy way to do like that

    i hope from you to continue the discussion ..

    Thanks

    imadouzoun@yahoo.com

     

     



  • Harish1

    Very Thanks ..

  • MeAndYou

    There's a discussion with code samples at http://www.opennetcf.org/forums/topic.asp TOPIC_ID=283.

  • JohnDB

    Sounds like you want kiosk-ish behaviour. You'll need to redirect the hardware keys.



  • Philipp Konradi

    the method I use is to use the FullScreen API to make the app um... FullScreen, This mostly stops the user gettign to the start button, but not always (i.e. via the SIP). We also disable the hardware buttons.... and have a timer running to look at the title of the foreground app and if it's not my app, or in a list of allowed apps (e.g. "Phone") then make my app come to the front.

    There isn't a easy way to lock-down a device!

  • vannielou

    Hi

    first off all .. thanks

    but the user is still can easily press and use the keypad of the device to launch the start menu ..

    how can i prevent the sart menu from appearing



  • how can i deny opening start button and close the this minue when opened ?