Click here to Skip to main content
15,922,630 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralVS.NET's installation tools Pin
zecodela1-Sep-04 16:33
zecodela1-Sep-04 16:33 
QuestionHow to be unable to select item(s) in menu when right-clicked Pin
Na_Su1-Sep-04 16:16
Na_Su1-Sep-04 16:16 
AnswerRe: How to be unable to select item(s) in menu when right-clicked Pin
lonely_life1-Sep-04 19:12
lonely_life1-Sep-04 19:12 
AnswerRe: How to be unable to select item(s) in menu when right-clicked Pin
Na_Su1-Sep-04 23:21
Na_Su1-Sep-04 23:21 
GeneralDownload Managers Pin
Archer2821-Sep-04 12:43
Archer2821-Sep-04 12:43 
GeneralRe: Download Managers Pin
Stefan Pedersen1-Sep-04 14:16
Stefan Pedersen1-Sep-04 14:16 
GeneralRe: Download Managers Pin
Michael Dunn1-Sep-04 17:57
sitebuilderMichael Dunn1-Sep-04 17:57 
GeneralRe: Download Managers Pin
James R. Twine2-Sep-04 10:09
James R. Twine2-Sep-04 10:09 
QuestionHow to hide program on execution Pin
Kamis1-Sep-04 11:58
Kamis1-Sep-04 11:58 
AnswerRe: How to hide program on execution Pin
alex.barylski1-Sep-04 14:59
alex.barylski1-Sep-04 14:59 
AnswerRe: How to hide program on execution Pin
lonely_life1-Sep-04 19:01
lonely_life1-Sep-04 19:01 
Questionhow:Name function after API name?? Pin
happycpp1-Sep-04 11:35
happycpp1-Sep-04 11:35 
AnswerRe: how:Name function after API name?? Pin
Christian Graus1-Sep-04 11:56
protectorChristian Graus1-Sep-04 11:56 
GeneralRe: how:Name function after API name?? Pin
happycpp3-Sep-04 6:09
happycpp3-Sep-04 6:09 
GeneralRe: how:Name function after API name?? Pin
Christian Graus5-Sep-04 10:12
protectorChristian Graus5-Sep-04 10:12 
Generalansi c: gets dangerous Pin
kfaday1-Sep-04 10:49
kfaday1-Sep-04 10:49 
GeneralRe: ansi c: gets dangerous Pin
Stefan Pedersen1-Sep-04 14:13
Stefan Pedersen1-Sep-04 14:13 
GeneralRe: ansi c: gets dangerous Pin
Henry miller2-Sep-04 3:47
Henry miller2-Sep-04 3:47 
GeneralRe: ansi c: gets dangerous Pin
kfaday3-Sep-04 16:07
kfaday3-Sep-04 16:07 
GeneralRe: ansi c: gets dangerous Pin
James R. Twine2-Sep-04 10:24
James R. Twine2-Sep-04 10:24 
QuestionHow do I change the Icon. Pin
nigma_x1-Sep-04 10:48
nigma_x1-Sep-04 10:48 
AnswerRe: How do I change the Icon. Pin
Graham Bradshaw1-Sep-04 12:22
Graham Bradshaw1-Sep-04 12:22 
GeneralRe: How do I change the Icon. Pin
nigma_x2-Sep-04 3:44
nigma_x2-Sep-04 3:44 
GeneralWM_CAPTURECHANGED, lParam=0 Pin
cowwoc20021-Sep-04 10:46
cowwoc20021-Sep-04 10:46 
Hi,

I am getting WM_CAPTURECHANGED messages with lParam=0 and then my WindowProc stops getting messages (because my focus has disappeared). How is this legal? lParam is supposed to contain the HWND of the window that stole focus away from my WindowProc but it is zero which is an illegal value. How do I find out who has taken focus? Is this documented anywhere?

Thank you,
Gili
GeneralRe: WM_CAPTURECHANGED, lParam=0 Pin
darkbyte1-Sep-04 13:17
darkbyte1-Sep-04 13:17 

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.