Messagebox problem
-
Hi, I want to replace the message box icon with my own icon. But i don't know how to get the Handle to message box icon. Any suggestions are welcome.:)
U will have to design a dialog box similar to message box and calll domodal for this newly designed dialog. -sachin
-
Hi, I want to replace the message box icon with my own icon. But i don't know how to get the Handle to message box icon. Any suggestions are welcome.:)
Lakshmi_p wrote:
I want to replace the message box icon with my own icon. But i don't know how to get the Handle to message box icon.
Use
MessageBoxIndirect
andMSGBOXPARAMS
. Look here[^] for a demo.
Nibu thomas MVP For VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http:\\nibuthomas.wordpress.com
-
Lakshmi_p wrote:
I want to replace the message box icon with my own icon. But i don't know how to get the Handle to message box icon.
Use
MessageBoxIndirect
andMSGBOXPARAMS
. Look here[^] for a demo.
Nibu thomas MVP For VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http:\\nibuthomas.wordpress.com
:) Ho. Simple solution. I removed my post.
nave [OpenedFileFinder]
-
Lakshmi_p wrote:
I want to replace the message box icon with my own icon. But i don't know how to get the Handle to message box icon.
Use
MessageBoxIndirect
andMSGBOXPARAMS
. Look here[^] for a demo.
Nibu thomas MVP For VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http:\\nibuthomas.wordpress.com
-
:) Ho. Simple solution. I removed my post.
nave [OpenedFileFinder]
:)
Nibu thomas MVP For VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http:\\nibuthomas.wordpress.com