[MFC]在Picture Control內塞入系統圖示

先在介面拉一個Picture Control並將Type設為Icon。

在程式內則需這樣設定即可:
 this->m_icoPicType.SetIcon(::LoadIcon(NULL, IDI_INFORMATION));  

No comments:

Post a Comment

Build docker image from multiple build contexts

Build docker image from multiple build contexts ...