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

/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.h92 HICON m_hIcon; member in class:CBINDInstallDlg
H A DBINDInstallDlg.cpp234 m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
287 SetIcon(m_hIcon, TRUE); // Set big icon
288 SetIcon(m_hIcon, FALSE); // Set small icon
371 dc.DrawIcon(x, y, m_hIcon);
381 return((HCURSOR)m_hIcon);

Completed in 31 milliseconds