Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要CImageList用存储在单独的 bmp 文件中的多个位图填充 a (而不是作为具有多个部分的单个 bmp)。我假设我需要创建一个,CBitmap所以我可以调用Add. CImageList那么如何CBitmap仅使用 MFC 资源 ID 创建对象呢?
CImageList
CBitmap
Add
您只需要使用方法CBitmap::LoadBitmap。
您可以从文件或资源中加载位图。