المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to auto close the MessageBox dialog in SDK Program?



C++ Programming
11-12-2009, 12:32 AM
Hello everyone !

I forget it,but I vaguely remember the function like this :
int MessageBoxTimer(
HWND hWnd,
LPCTSTR lpText,
LPCTSTR lpCaption,
UINT uType
UINT uElapse,
);

I don't want use FindWindow to close it,, thanks for you help !

Best Reguards!