Click here to Skip to main content
15,918,243 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Regarding Setup Pin
Waldermort7-Apr-06 21:37
Waldermort7-Apr-06 21:37 
AnswerRe: Regarding Setup Pin
ThatsAlok7-Apr-06 23:45
ThatsAlok7-Apr-06 23:45 
QuestionProblem Pin
swapna_signsin7-Apr-06 20:36
swapna_signsin7-Apr-06 20:36 
AnswerRe: Problem Pin
Aqueel7-Apr-06 21:24
Aqueel7-Apr-06 21:24 
GeneralRe: Problem Pin
swapna_signsin8-Apr-06 5:50
swapna_signsin8-Apr-06 5:50 
QuestionSir,pls tell how to avoid .clw changed message box being poped up? Pin
CodeVarma7-Apr-06 20:29
CodeVarma7-Apr-06 20:29 
AnswerRe: Sir,pls tell how to avoid .clw changed message box being poped up? Pin
ThatsAlok8-Apr-06 1:29
ThatsAlok8-Apr-06 1:29 
QuestionFinding message Pin
cmk7-Apr-06 20:02
cmk7-Apr-06 20:02 
I have a program that gets a set of 3 messages every second or so.

The message:
- hwnd is NULL (thread message, not window message)
- message is 49338 (0xc0ba)
- LPARAM, WPARAM change for each of the 3 messages

Messages between 0xc000 and 0xffff are string messages generated by RegisterWindowMessage().
I don't call RegisterWindowMessage, which leads me to believe either the debugger or another library (e.g. OpenGL) has created the message.

How can i find who called RegisterWindowMessage to get the message id 0xc0ba ?
And/or, how can i find what string was passed to RegisterWindowMessage ?


...cmk

Save the whales - collect the whole set
AnswerRe: Finding message Pin
Matt Godbolt8-Apr-06 1:24
Matt Godbolt8-Apr-06 1:24 
GeneralRe: Finding message Pin
cmk8-Apr-06 9:51
cmk8-Apr-06 9:51 
GeneralRe: Finding message Pin
Matt Godbolt8-Apr-06 9:53
Matt Godbolt8-Apr-06 9:53 
GeneralRe: Finding message Pin
cmk8-Apr-06 17:51
cmk8-Apr-06 17:51 
QuestionEnumerating MFU Programs Pin
rajeevktripathi7-Apr-06 19:52
rajeevktripathi7-Apr-06 19:52 
AnswerRe: Enumerating MFU Programs Pin
Hamid_RT7-Apr-06 22:30
Hamid_RT7-Apr-06 22:30 
AnswerRe: Enumerating MFU Programs Pin
Michael Dunn8-Apr-06 12:13
sitebuilderMichael Dunn8-Apr-06 12:13 
QuestionRe: Enumerating MFU Programs Pin
rajeevktripathi9-Apr-06 18:25
rajeevktripathi9-Apr-06 18:25 
QuestionShellExecute problem Pin
QuickDeveloper7-Apr-06 19:46
QuickDeveloper7-Apr-06 19:46 
AnswerRe: ShellExecute problem Pin
includeh107-Apr-06 20:10
includeh107-Apr-06 20:10 
GeneralRe: ShellExecute problem Pin
QuickDeveloper7-Apr-06 20:24
QuickDeveloper7-Apr-06 20:24 
GeneralRe: ShellExecute problem Pin
Hamid_RT7-Apr-06 21:09
Hamid_RT7-Apr-06 21:09 
GeneralRe: ShellExecute problem Pin
QuickDeveloper7-Apr-06 22:30
QuickDeveloper7-Apr-06 22:30 
GeneralRe: ShellExecute problem Pin
Hamid_RT7-Apr-06 22:50
Hamid_RT7-Apr-06 22:50 
AnswerRe: ShellExecute problem Pin
Matt Godbolt8-Apr-06 1:12
Matt Godbolt8-Apr-06 1:12 
AnswerRe: ShellExecute problem Pin
Michael Dunn8-Apr-06 12:19
sitebuilderMichael Dunn8-Apr-06 12:19 
AnswerRe: ShellExecute problem Pin
Gary R. Wheeler8-Apr-06 12:50
Gary R. Wheeler8-Apr-06 12:50 

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.