Searched refs:m_hIcon (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.h96 HICON m_hIcon; member in class:CBINDInstallDlg
H A DBINDInstallDlg.cpp174 m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
226 SetIcon(m_hIcon, TRUE); // Set big icon
227 SetIcon(m_hIcon, FALSE); // Set small icon
297 dc.DrawIcon(x, y, m_hIcon);
307 return((HCURSOR)m_hIcon);

Completed in 12 milliseconds