huochai
March 13th, 2003, 10:33 PM
Hi,
When i executed my program, a pop-up menu appeared with the "ok" button on the top right corner...
How can i remove the "ok" button??
The code is written as:
"MessageBox (NULL, TEXT("Sending data succeeded!"), TEXT ("Info"), MB_OK);"
Is it possible to close the messagebox itself after it have displayed for a few seconds ( without pressing the "ok" button) ..?? I seen a progam a progam using the EndDialog() function to close the dialogbox after a few seconds...
I not using MFC..
Hope to hear from you all soon...
Thanks in advance
huochai
When i executed my program, a pop-up menu appeared with the "ok" button on the top right corner...
How can i remove the "ok" button??
The code is written as:
"MessageBox (NULL, TEXT("Sending data succeeded!"), TEXT ("Info"), MB_OK);"
Is it possible to close the messagebox itself after it have displayed for a few seconds ( without pressing the "ok" button) ..?? I seen a progam a progam using the EndDialog() function to close the dialogbox after a few seconds...
I not using MFC..
Hope to hear from you all soon...
Thanks in advance
huochai