MessageBox Without any Button
-
Hi, I Have used MessageBox(NULL,"Please wait","Information",MB_OK). to display message box in win32 DLL. But now i need display a Message Box without any button ,i.e This message box should disappear itself after few seconds ... Manjunath S GESL Bangalore
-
Hi, I Have used MessageBox(NULL,"Please wait","Information",MB_OK). to display message box in win32 DLL. But now i need display a Message Box without any button ,i.e This message box should disappear itself after few seconds ... Manjunath S GESL Bangalore
;Pcreate a dialog, and use time event......
-
Hi, I Have used MessageBox(NULL,"Please wait","Information",MB_OK). to display message box in win32 DLL. But now i need display a Message Box without any button ,i.e This message box should disappear itself after few seconds ... Manjunath S GESL Bangalore
Make a dialog box as you want. Now create this dialog using DoModal() in a thread function. Just initiate that thread when you want to show that dialog and kill the thread when you want to make the dialog disappeared. Good luck We Believe in Excellence www.aqueelmirza.cjb.net
-
Hi, I Have used MessageBox(NULL,"Please wait","Information",MB_OK). to display message box in win32 DLL. But now i need display a Message Box without any button ,i.e This message box should disappear itself after few seconds ... Manjunath S GESL Bangalore
for this purpose i think you need to create your dialog instead messagebox_**
**_
whitesky
-
Hi, I Have used MessageBox(NULL,"Please wait","Information",MB_OK). to display message box in win32 DLL. But now i need display a Message Box without any button ,i.e This message box should disappear itself after few seconds ... Manjunath S GESL Bangalore
See here.
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb