I am developing a vb.net application for Win CE 5.0 device. I'm using .net framework 2.0. I'd like my application to do some processing at a particular time of day, most likely in the evening when it has been "turned off" by the user. I think a program controlled "wake up" would be good and I know that there is a function available call something like CeRunAppAtTime(), but I'm not sure a) how to call it from vb, and b) what parameters I shoud provide it it is permissible to wake "one's self". Can you help please ?
|