Simple dialog icon problem
-
Hi I have a dialog based application that uses many popup windows to display data. I changed the icon for these popups and it shows in the popup window and the task bar. My prob is the new icon will not display (on the 'switch-to-program popup' window) when I press Atl-tab to swap between windows. What do I need to do for it to show up.
CMyWnd * mywnd = new CMyWnd (this); mywnd->Create(IDD_MYICON,GetDesktopWindow()); HICON icon = AfxGetApp()->LoadIcon(IDI_MYICON); mywnd->SetIcon(icon);
thanks --- -
Hi I have a dialog based application that uses many popup windows to display data. I changed the icon for these popups and it shows in the popup window and the task bar. My prob is the new icon will not display (on the 'switch-to-program popup' window) when I press Atl-tab to swap between windows. What do I need to do for it to show up.
CMyWnd * mywnd = new CMyWnd (this); mywnd->Create(IDD_MYICON,GetDesktopWindow()); HICON icon = AfxGetApp()->LoadIcon(IDI_MYICON); mywnd->SetIcon(icon);
thanks ---You need to change the large (32x32) icon also. /ravi Let's put "civil" back in "civilization" http://www.ravib.com ravib@ravib.com