Click here to Skip to main content
15,886,793 members

Comments by rdeekonda (Top 3 by date)

rdeekonda 21-Oct-21 8:27am View    
Sorry for the typo. The line is ENSURE(m_Icons.GetSafeHandle()==NULL)
rdeekonda 21-Oct-21 8:24am View    
Sorry for the typo. The line is ENSURE(m_Icons.GetSafeHandle()==NULL)
rdeekonda 21-Oct-21 4:13am View    
Thanks KarstenK,
I cannot destroy the property sheet as I am using it as the main window of my application.I need to change the bitmaps while the property sheet is alive. I can preload the bitmaps once and set them later as suggested and use the CImageList::Replace. How can I destroy the copy stored in the property sheet without destroying the property sheet itself. Any idea to change the bitmaps is welcome.