enable use of all other application other than mine

  • Thread starter Thread starter Romain TAILLANDIER
  • Start date Start date
R

Romain TAILLANDIER

Hi group !

I try to learn how to start WinCE on my C# app, and close it when my app
close.
I don't want the user be able to use only my app, and disable anithing else,
for industrial applications.

Must i have to do a complete customised WinCE using Plateform Builder, or is
theer alternatives ?

Any help, or related link appreciated.
thanks
ROM
 
Simply make your app full-screen by hiding the taskbar (I think you remove
the control box, remove the Form border and maximize it). Then put the app
in the \Windows\Startup folder.

-Chris
 
There's no way to disable the operating system when your application exits,
unless you want to cause it to restart or something. It would make more
sense to just never exit.

Paul T.
 
Thank you both !
very usefull advices.

I have now few more questions : (boolean answer)

- can i set the taskbar to hide in the install.exe file ?
- can i add my app to the start group in the install.exe file ?
- can i logicially restart windows CE ?

thanks ROM
 
Back
Top