Hi,
it´s me again
.
So I have a new Problem.
The easiest way would be a MessageBox with TimeOut, but all the solutions I found base on the import of user32.dll and that won´t work on a PNA (winCe)
.
The Problem itself is quiet easy.
The Program should bring automaticaly the PNA in suspend-mode, if the powercord is taken away....
All this works.
If I detect that the external power is down I will ask the User if its correkt to shut down.
The user has the option to cancel, or if 5 seconds nothing happens it shoud do automatically.
The normal MessageBox will wait on an input of an user,
if I take a normal form (createwindow) I cant brak the messageloop
I also tried SetTimer, but nothings happend....
Do someone knows a solution?
Michael