如何使window閃爍, 如同icq一般
發表於 : 2008年 11月 27日, 19:00
請參考:
http://delphi.ktop.com.tw/topic.asp?TOPIC_ID=42953
使用 FlashWindow:
The FlashWindow function flashes the specified window once.
BOOL FlashWindow(
HWND hWnd,// handle to window to flash
BOOL bInvert // flash status
);
http://delphi.ktop.com.tw/topic.asp?TOPIC_ID=42953
使用 FlashWindow:
The FlashWindow function flashes the specified window once.
BOOL FlashWindow(
HWND hWnd,// handle to window to flash
BOOL bInvert // flash status
);