2009年4月1日 星期三

C#∼禁止關閉PDA螢幕電源(Windows mobile)

//要調用DllImport要宣告下面這行:
using System.Runtime.InteropServices;

//調用CoreDLL.dll
[DllImport("CoreDll.dll")]
private static extern void SystemIdleTimerReset();

//呼叫SystemIdleTimerReset函數重置計時器,讓螢幕不被關閉。
SystemIdleTimerReset();

--
人是無法在沒有終點的道路上行進的
但是只要有終點 不管再遠的路都能走完

沒有留言: