question
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
In MFC, when you draw a gradient manually for your dialogs background, where is the best to do it, i have been doing it in the OnPaint message but for forms that resize its kinda odd, cause the previous gradient remains on top. so where do you guys suggest i draw my gradient?
-
In MFC, when you draw a gradient manually for your dialogs background, where is the best to do it, i have been doing it in the OnPaint message but for forms that resize its kinda odd, cause the previous gradient remains on top. so where do you guys suggest i draw my gradient?