CBitmapButton LoadBitmaps
-
Halo, ich wollte ganz gerne ein Image laden mit der funktion LoadBitmaps. So rufe ich sie auf:
m_Button->LoadBitmaps("c:\\logo.bmp",0,0,0);
das problem ist er lädt das bild nciht und bricht das programm ab. Wenn ich es mit einer Resource mache keine probs aber mit einem file als angabe gehts nicht. Was amcht ich falsch?