Click here to Skip to main content
15,891,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General"imapi.h" file missing - SDK version Pin
palanirajan20-Dec-07 22:04
palanirajan20-Dec-07 22:04 
GeneralRe: "imapi.h" file missing - SDK version Pin
ashishbhatt20-Dec-07 22:12
ashishbhatt20-Dec-07 22:12 
GeneralRe: "imapi.h" file missing - SDK version Pin
Cedric Moonen20-Dec-07 22:27
Cedric Moonen20-Dec-07 22:27 
Generalsystem tray - right click option Pin
Paulraj G20-Dec-07 21:28
Paulraj G20-Dec-07 21:28 
GeneralRe: system tray - right click option Pin
ashishbhatt20-Dec-07 21:47
ashishbhatt20-Dec-07 21:47 
GeneralRe: system tray - right click option Pin
Paulraj G20-Dec-07 23:27
Paulraj G20-Dec-07 23:27 
AnswerRe: system tray - right click option Pin
rajneshmalik21-Dec-07 0:32
rajneshmalik21-Dec-07 0:32 
GeneralRe: system tray - right click option Pin
Mark Salsbery21-Dec-07 8:36
Mark Salsbery21-Dec-07 8:36 
When you add your tray icon with Shell_NotifyIcon(), specify
a window handle and a callback message along with the NIF_MESSAGE
flag.

When the window receives that message, check the LPARAM
for WM_RBUTTONUP or WM_CONTEXTMENU. If you receive the
message you want, you can use TrackPopupMenu to show a menu, or
display some other kind of UI.

Mark
Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionSTL, or MFC's Array/List? Pin
code_discuss20-Dec-07 20:42
code_discuss20-Dec-07 20:42 
GeneralRe: STL, or MFC's Array/List? PinPopular
Christian Graus20-Dec-07 21:09
protectorChristian Graus20-Dec-07 21:09 
AnswerRe: STL, or MFC's Array/List? Pin
Rajith21-Dec-07 20:45
Rajith21-Dec-07 20:45 
GeneralEncode/Decode audio/video using avcodec Pin
Don Box20-Dec-07 20:02
Don Box20-Dec-07 20:02 
Questionstatic class member method confusion... Pin
fantasy121520-Dec-07 19:30
fantasy121520-Dec-07 19:30 
GeneralRe: static class member method confusion... Pin
Cedric Moonen20-Dec-07 20:10
Cedric Moonen20-Dec-07 20:10 
QuestionHow to release the memory ..? Pin
shikha12320-Dec-07 19:28
shikha12320-Dec-07 19:28 
AnswerRe: How to release the memory ..? Pin
ashishbhatt20-Dec-07 19:32
ashishbhatt20-Dec-07 19:32 
GeneralRe: How to release the memory ..? Pin
shikha12320-Dec-07 19:49
shikha12320-Dec-07 19:49 
GeneralRe: How to release the memory ..? Pin
ashishbhatt20-Dec-07 20:39
ashishbhatt20-Dec-07 20:39 
AnswerRe: How to release the memory ..? Pin
Cedric Moonen20-Dec-07 20:15
Cedric Moonen20-Dec-07 20:15 
Questionhow can i get the client area of edit box Pin
rajneshmalik20-Dec-07 18:51
rajneshmalik20-Dec-07 18:51 
AnswerRe: how can i get the client area of edit box Pin
Don Box20-Dec-07 20:09
Don Box20-Dec-07 20:09 
GeneralRe: how can i get the client area of edit box Pin
rajneshmalik21-Dec-07 0:39
rajneshmalik21-Dec-07 0:39 
GeneralRun time combo box Pin
Y_Kaushik20-Dec-07 17:58
Y_Kaushik20-Dec-07 17:58 
GeneralRe: Run time combo box Pin
Y_Kaushik20-Dec-07 23:37
Y_Kaushik20-Dec-07 23:37 
GeneralRe: Run time combo box Pin
Hamid_RT20-Dec-07 23:58
Hamid_RT20-Dec-07 23:58 

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.