use custom icon on an AfxMessageBox
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, Does anyone know how to add a custom icon to an AfxMessageBox? I'm currently using the following line but would like to use my own icon instead of the canned ones.
AfxMessageBox("Thank you, now continuing.",MB_ICONINFORMATION);
I'm using Microsft Visual Studio C++. Thanks!
-
Hi, Does anyone know how to add a custom icon to an AfxMessageBox? I'm currently using the following line but would like to use my own icon instead of the canned ones.
AfxMessageBox("Thank you, now continuing.",MB_ICONINFORMATION);
I'm using Microsft Visual Studio C++. Thanks!
-
Maybe MessageBoxIndirect()[^] might help.