Changeset 384
- Timestamp:
- Mar 21, 2015, 3:04:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/Miscellaneous/DispEventSample03/MainDialog.h
r328 r384 126 126 m_pExplorers[1] = GetDlgItem(IDC_EXPLORER2); 127 127 //ATLENSURE_SUCCEEDED(AdviseSinkMap(TRUE)); 128 //SetIcon(AtlLoadIconImage(IDR_MAINFRAME, GetSystemMetrics(SM_CXICON), GetSystemMetrics(SM_CYICON), LR_DEFAULTCOLOR), TRUE);129 //SetIcon(AtlLoadIconImage(IDR_MAINFRAME, GetSystemMetrics(SM_CXSMICON), GetSystemMetrics(SM_CYSMICON), LR_DEFAULTCOLOR), FALSE);128 //SetIcon(AtlLoadIconImage(IDR_MAINFRAME, LR_DEFAULTCOLOR, GetSystemMetrics(SM_CXICON), GetSystemMetrics(SM_CYICON)), TRUE); 129 //SetIcon(AtlLoadIconImage(IDR_MAINFRAME, LR_DEFAULTCOLOR, GetSystemMetrics(SM_CXSMICON), GetSystemMetrics(SM_CYSMICON)), FALSE); 130 130 ATLVERIFY(CenterWindow()); 131 131 DlgResize_Init(TRUE);
Note: See TracChangeset
for help on using the changeset viewer.