Click here to Skip to main content
15,902,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Add sizing gripper to dialog? Pin
Ravi Bhavnani19-Aug-03 2:54
professionalRavi Bhavnani19-Aug-03 2:54 
GeneralRe: Add sizing gripper to dialog? Pin
Dominik Reichl19-Aug-03 3:09
Dominik Reichl19-Aug-03 3:09 
GeneralRe: Add sizing gripper to dialog? Pin
HPSI19-Aug-03 3:14
HPSI19-Aug-03 3:14 
GeneralRe: Add sizing gripper to dialog? Pin
Dominik Reichl19-Aug-03 3:23
Dominik Reichl19-Aug-03 3:23 
GeneralRe: Add sizing gripper to dialog? Pin
HPSI19-Aug-03 3:29
HPSI19-Aug-03 3:29 
GeneralRe: Add sizing gripper to dialog? Pin
Ravi Bhavnani19-Aug-03 3:18
professionalRavi Bhavnani19-Aug-03 3:18 
GeneralRe: Add sizing gripper to dialog? Pin
Dominik Reichl19-Aug-03 3:24
Dominik Reichl19-Aug-03 3:24 
GeneralTray Icons Pin
Marissa18218-Aug-03 23:00
Marissa18218-Aug-03 23:00 
Hi i have a dialog based app and im trying to add a tray icon i can get the icon to display but whenever you move the mouse into the tray it dissapears here is the code i have for it

niData is stored in the class and is zeroed in the constructor

void CWinDEDlg::InitTrayIcon()
{
niData.cbSize = sizeof(NOTIFYICONDATA);

niData.uID = TRAY_ID;

niData.uFlags = NIF_ICON|NIF_MESSAGE|NIF_TIP;

niData.hIcon = (HICON)m_hIcon;

niData.hWnd = (HWND)this;

niData.uCallbackMessage = ICON_MESSAGE;

Shell_NotifyIcon(NIM_ADD, &niData);
}

does anyone know why the icon just dissapears?
GeneralRe: Tray Icons Pin
Iain Clarke, Warrior Programmer18-Aug-03 23:27
Iain Clarke, Warrior Programmer18-Aug-03 23:27 
QuestionHow to dynamic change toolbar for a dialog app Pin
Old Gun18-Aug-03 22:07
Old Gun18-Aug-03 22:07 
GeneralScrolling dialog. Pin
rrrado18-Aug-03 21:59
rrrado18-Aug-03 21:59 
GeneralRe: Scrolling dialog. Pin
Iain Clarke, Warrior Programmer18-Aug-03 23:00
Iain Clarke, Warrior Programmer18-Aug-03 23:00 
GeneralRe: Scrolling dialog. Pin
rrrado18-Aug-03 23:18
rrrado18-Aug-03 23:18 
GeneralRe: Scrolling dialog. Pin
rrrado18-Aug-03 23:26
rrrado18-Aug-03 23:26 
GeneralRe: Scrolling dialog. Pin
Iain Clarke, Warrior Programmer18-Aug-03 23:30
Iain Clarke, Warrior Programmer18-Aug-03 23:30 
General- Presentation program - Pin
JensB18-Aug-03 21:38
JensB18-Aug-03 21:38 
GeneralRe: - Presentation program - Pin
Johnny ²19-Aug-03 1:13
Johnny ²19-Aug-03 1:13 
GeneralWrite Compact Flash. Pin
Paolomat18-Aug-03 21:11
Paolomat18-Aug-03 21:11 
QuestionHow to overlap full-screen DX window Pin
freaky_NL18-Aug-03 20:48
freaky_NL18-Aug-03 20:48 
AnswerRe: How to overlap full-screen DX window Pin
Anonymous20-Aug-03 2:58
Anonymous20-Aug-03 2:58 
GeneralCOleDropTarget::Register() Fails Pin
Possum18-Aug-03 19:19
Possum18-Aug-03 19:19 
GeneralInvoking On-Demand virus scan programmatically Pin
abhinarulkar18-Aug-03 18:20
abhinarulkar18-Aug-03 18:20 
GeneralCompiled .HLP files show help for Internet Explorer Pin
Terry O'Nolley18-Aug-03 16:35
Terry O'Nolley18-Aug-03 16:35 
GeneralFlickering Web Browser Control When Resizing OnSize (CFormView).. Please help! Pin
Varun Shoor18-Aug-03 16:02
Varun Shoor18-Aug-03 16:02 
GeneralMDI problem or Memory problem Pin
Benjamintee18-Aug-03 15:44
Benjamintee18-Aug-03 15:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.