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.
サンプルコードを投稿できますか、
からの方法を示すにCreateIcon()はGdiplus::Bitmap?
CreateIcon()
Gdiplus::Bitmap
png、jpg、bmpをメモリ内のアイコンに変換したい
メソッドでそれを行うことができますGdiplus::Bitmap::GetHICON()。
Gdiplus::Bitmap::GetHICON()
アイコンを使い終わったら、忘れずにアイコンを解放してくださいDestroyIcon()。
DestroyIcon()