How to create an user interface ?

Mahdi
how i can create an user interface based on win ce ? it means that when i
power on the board i do not see the win ce . i just see my user interface.
TNX!

Screwface
Hi,

Maybe by asking WinCE to launch your interface at boot:
In the registry editor, find this key :
HKEY_LOCAL_MACHINE -->init --> Launch50
Replace value data explorer.exe by the exe of your interface

This should work

domodom
I made such a thing some years ago. 
If my memory is good, you have to start you application (with launchXX)
before gwes component and make a dependency to start gwes after your
application.
Then, in your application, you have to signal the end of the start of your
application by calling a system function, signalstart or something like
this.
If you don't succeed to do this, i will have a look on that next week (and
update my article about autostart because how this mecanism works is
missing.
domodom