當前位置:編程學習大全網 - 網站源碼 - 100分~MFC怎麽編寫壹個圖片瀏覽器~

100分~MFC怎麽編寫壹個圖片瀏覽器~

用clistctrl和cimagelist就可以

if(!m_ImageList.Create(100,?90,?ILC_COLOR24,?1,?1))

{

return?FALSE;

}

DeleteAllItems();

m_ImageList.SetBkColor(RGB(125,125,0));

if(SetImageList(&m_ImageList,?LVSIL_NORMAL)?==?NULL)

{

return?FALSE;

}

  • 上一篇:網站源代碼是什麽?
  • 下一篇:Mdb驅動程序源代碼
  • copyright 2024編程學習大全網