How to destroy a dialog after timeout
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Hi I need to display a dialog showing a message to the user and distroy it after a specific timeout. How can i do this? I'm familiar with threads but in other languages so just a piece of code would be very helpful... Thanks a lot Mamtz
-
Hi I need to display a dialog showing a message to the user and distroy it after a specific timeout. How can i do this? I'm familiar with threads but in other languages so just a piece of code would be very helpful... Thanks a lot Mamtz
Use EndDialog(TRUE) when timeout
-
Hi I need to display a dialog showing a message to the user and distroy it after a specific timeout. How can i do this? I'm familiar with threads but in other languages so just a piece of code would be very helpful... Thanks a lot Mamtz