how can i customize background of mfc dialog box?
a simple example?
|
Go4Expert Founder
|
![]() |
| 17Apr2006,10:29 | #2 |
|
Just drawing on the dc in the PAINT method will do your job.
Here is the default PAINT method of the default dialog based MFC Code: CPP
Code: CPP
Code: CPP
|
|
Go4Expert Founder
|
![]() |
| 17Apr2006,10:48 | #3 |
|
Sample attached in reply to your other thread customize font mfc dlg
|
|
Light Poster
|
|
| 19Apr2006,16:27 | #4 |
|
Thanks
Last edited by fenomeno83; 19Apr2006 at 17:53.. |
|
Go4Expert Founder
|
![]() |
| 19Apr2006,18:27 | #5 |
|
Quote:
Originally Posted by fenomeno83 |

