Guest smartfone Posted February 3, 2004 Report Posted February 3, 2004 Can somebody give me some hints about these elements: 1. How to launch a program automaticaly when smartphone turns on? 2. How to receive timer event in eVC?
Guest MrMagoo Posted February 4, 2004 Report Posted February 4, 2004 Launch an app on boot can be done either from : a) StoragewindowsStartUp by placing a shortcut to your app :lol: add your app to registry HKLMinit section Receive Timer event can be done by starting a timer: i = SetTimer(hwnd,1,2000,NULL); and handling the WM_TIMER event in your WndProc or by specifying a callback function to the settimer call
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now