Hello...

I am using CBitmapButton class for creating buttons and using LoadBitmaps() function to load bitmaps. In my application I need to change the bitmaps several times. Thus there will be significant no of calls to LoadBitmaps()

My question is whether LoadBitmaps() erases previously loaded bitmaps. If not then it will eat up the memory. Is there any way I can remove those bitmaps from the memory.

Thanks.