Click here to Skip to main content
15,915,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handles and Pointers Pin
Mark Salsbery10-Jul-07 13:52
Mark Salsbery10-Jul-07 13:52 
QuestionProblem with System Tray Icons Pin
jamestheprogrammer10-Jul-07 8:25
jamestheprogrammer10-Jul-07 8:25 
AnswerRe: Problem with System Tray Icons Pin
Hamid_RT10-Jul-07 8:55
Hamid_RT10-Jul-07 8:55 
GeneralRe: Problem with System Tray Icons Pin
jamestheprogrammer10-Jul-07 9:00
jamestheprogrammer10-Jul-07 9:00 
AnswerRe: Problem with System Tray Icons Pin
Perspx10-Jul-07 9:30
Perspx10-Jul-07 9:30 
GeneralRe: Problem with System Tray Icons Pin
jamestheprogrammer10-Jul-07 10:11
jamestheprogrammer10-Jul-07 10:11 
GeneralRe: Problem with System Tray Icons Pin
Perspx10-Jul-07 11:05
Perspx10-Jul-07 11:05 
AnswerRe: Problem with System Tray Icons Pin
Mark Salsbery10-Jul-07 10:12
Mark Salsbery10-Jul-07 10:12 
The only thing I see missing is

request.uID = IDI_ICONSCREEN_SMALL; //instead of 0

Also make sure you're looking for MSG_STATUSICON in your message loop, and when you process that
message, the MSG.lParam is what you should switch() on (as shown in your code). You may already
be doing that, but you didn't show it in your code above.

Mark


Mark Salsbery
Microsoft MVP - Visual C++


This episode brought to you by the letter Z

AnswerRe: Problem with System Tray Icons Pin
JudyL_MD10-Jul-07 10:26
JudyL_MD10-Jul-07 10:26 
GeneralRe: Problem with System Tray Icons Pin
jamestheprogrammer10-Jul-07 10:47
jamestheprogrammer10-Jul-07 10:47 
GeneralRe: Problem with System Tray Icons Pin
Mark Salsbery10-Jul-07 11:58
Mark Salsbery10-Jul-07 11:58 
GeneralRe: Problem with System Tray Icons Pin
Mark Salsbery10-Jul-07 12:02
Mark Salsbery10-Jul-07 12:02 
GeneralRe: Problem with System Tray Icons Pin
jamestheprogrammer10-Jul-07 12:20
jamestheprogrammer10-Jul-07 12:20 
GeneralRe: Problem with System Tray Icons Pin
Mark Salsbery10-Jul-07 12:39
Mark Salsbery10-Jul-07 12:39 
AnswerRe: Problem with System Tray Icons Pin
jamestheprogrammer10-Jul-07 13:07
jamestheprogrammer10-Jul-07 13:07 
AnswerRe: Resource leaks Pin
David Crow10-Jul-07 8:06
David Crow10-Jul-07 8:06 
GeneralRe: Resource leaks Pin
tom groezer10-Jul-07 8:17
tom groezer10-Jul-07 8:17 
GeneralRe: Resource leaks Pin
Hamid_RT10-Jul-07 8:51
Hamid_RT10-Jul-07 8:51 
QuestionDeviceIoControl fails Pin
VC_RYK10-Jul-07 6:46
VC_RYK10-Jul-07 6:46 
AnswerRe: DeviceIoControl fails Pin
James R. Twine10-Jul-07 7:01
James R. Twine10-Jul-07 7:01 
QuestionAdding Pictures in Excel via Automation in VC++ Pin
priyankalakhe10-Jul-07 6:08
priyankalakhe10-Jul-07 6:08 
QuestionUnable to execute MFC Application on a machine where that app hasn't been built(Strange) Pin
Mushtaque Nizamani10-Jul-07 5:46
Mushtaque Nizamani10-Jul-07 5:46 
AnswerRe: Unable to execute MFC Application on a machine where that app hasn't been built(Strange) Pin
DevMentor.org10-Jul-07 6:06
DevMentor.org10-Jul-07 6:06 
GeneralRe: Unable to execute MFC Application on a machine where that app hasn't been built(Strange) Pin
Mushtaque Nizamani10-Jul-07 6:20
Mushtaque Nizamani10-Jul-07 6:20 
GeneralRe: Unable to execute MFC Application on a machine where that app hasn't been built(Strange) Pin
David Crow10-Jul-07 7:03
David Crow10-Jul-07 7:03 

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.