Sweety Khan wrote:
Can we give a background or just a color to our dialogus in MFC?
Yes, you may handle the
WM_CTLCOLORDLG
[
^] message, see, for instance
"Dialog FAQ".
Sweety Khan wrote:
Can we change the text color of buttons?
In a similar way, handle the
WM_CTLCOLORBTN
message [
^].
[added]
You really need some introductory material:
See here [^] for an article series on Windows message handling in dialogs.
[/added]
:)