自訂視窗 mfc

來源:互聯網
上載者:User

標籤:

typedef struct _WNDCLASS {     UINT    style; //制定視窗的類型        WNDPROC lpfnWndProc;     int     cbClsExtra; //額外的數值      int     cbWndExtra; //額外的記憶體空間      HANDLE  hInstance; //    HICON   hIcon; //表徵圖的控制代碼利用loadicon進行賦值    HCURSOR hCursor; //游標    HBRUSH  hbrBackground; //畫刷    LPCTSTR lpszMenuName;     LPCTSTR lpszClassName; } WNDCLASS; 
destroyWindow :銷毀視窗
HICON LoadIcon( HINSTANCE hInstance, // handle to application instance LPCTSTR lpIconName   // icon-name string or icon resource                        // identifier); 
Parameters
hInstance
Handle to an instance of the module whose executable file contains the icon to be loaded. This parameter must be NULL when a standard icon is being loaded.
lpIconName
Pointer to a null-terminated string that contains the name of the icon resource to be loaded. Alternatively, this parameter can contain the resource identifier in the low-order word and zero in the high-order word. Use the MAKEINTRESOURCE macro to create this value.

To use one of the predefined icons, set the hInstance parameter to NULL and the lpIconName parameter to one of the following values:

Value Description
IDI_APPLICATION Default application icon.
IDI_ASTERISK Same as IDI_INFORMATION.
IDI_ERROR Hand-shaped icon.
IDI_EXCLAMATION Same as IDI_WARNING.
IDI_HAND Same as IDI_ERROR.
IDI_INFORMATION Asterisk icon.
IDI_QUESTION Question mark icon.
IDI_WARNING Exclamation point icon.
IDI_WINLOGO

 

 

自訂視窗 mfc

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.