Hello all...
I just dont understand LoadImage(), It doesnt work the way MSDN says that its supposed to work. MSDN states that if cxDesired and cyDesired are zero and you do NOT use the LR_DEFAULTSIZE flag then the image size will be used from the resource. DrawIcon() forces my 16x16 icon to be draw at 32x32! Lance I hope you or someone else can shed some light on this because this is annoying...
Cheers!
[This message has been edited by mark smit (edited April 20, 2000).]
I just dont understand LoadImage(), It doesnt work the way MSDN says that its supposed to work. MSDN states that if cxDesired and cyDesired are zero and you do NOT use the LR_DEFAULTSIZE flag then the image size will be used from the resource. DrawIcon() forces my 16x16 icon to be draw at 32x32! Lance I hope you or someone else can shed some light on this because this is annoying...
Cheers!
[This message has been edited by mark smit (edited April 20, 2000).]
Comment