how to designe my text of dialog box?
C / C++ / MFC
6
Posts
3
Posters
0
Views
1
Watching
-
hi all, i want to design text on my dialog box whether Text is in Static control or draw the text using DrawString . i want text looks with single or multi outline,gradient,font,shadow or glow even any thing else help me for this. thanks.
-
hi all, i want to design text on my dialog box whether Text is in Static control or draw the text using DrawString . i want text looks with single or multi outline,gradient,font,shadow or glow even any thing else help me for this. thanks.
-
You can use the Custom Draw[^] feature of all Windows controls.
have any example for this...
-
have any example for this...
The link given by Richard MacCutchan has the examples (as a link).
-
have any example for this...
-
thanks