how to draw the background bmp for the statusbar?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi: I want to let the CStatusBar support background bmp(just like CRebar's background).I try to draw the bmp in the onerasebackground() function,but it seems that this way only works in winxp;in win98/me/2000,the background doesn't show correctly.Could you give me any idea or any examplt? Thanks Benben
-
Hi: I want to let the CStatusBar support background bmp(just like CRebar's background).I try to draw the bmp in the onerasebackground() function,but it seems that this way only works in winxp;in win98/me/2000,the background doesn't show correctly.Could you give me any idea or any examplt? Thanks Benben
try OnPaint Don't try it, just do it! ;-)
-
try OnPaint Don't try it, just do it! ;-)