I have a Cbitmapbutton member. On my OnInitDialog function I call autoload (IDC_UP,this). But because I use OnDrawItem function, the DOWN BITMAP, FOCUSED BITMAP are not loaded when i click on my button.
What am I doing wrong ? Is there the message notification missing ?

Thank you