Click here to Skip to main content
16,015,827 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC - creating invisible window Pin
led mike1-Nov-06 6:59
led mike1-Nov-06 6:59 
GeneralRe: MFC - creating invisible window Pin
edvintas1-Nov-06 7:53
edvintas1-Nov-06 7:53 
AnswerRe: MFC - creating invisible window Pin
Mark Salsbery1-Nov-06 7:15
Mark Salsbery1-Nov-06 7:15 
AnswerRe: MFC - creating invisible window Pin
David Crow1-Nov-06 7:21
David Crow1-Nov-06 7:21 
QuestionRe: MFC - creating invisible window Pin
Chris Meech1-Nov-06 7:26
Chris Meech1-Nov-06 7:26 
AnswerRe: MFC - creating invisible window Pin
edvintas1-Nov-06 7:48
edvintas1-Nov-06 7:48 
GeneralRe: MFC - creating invisible window Pin
led mike1-Nov-06 8:06
led mike1-Nov-06 8:06 
QuestionRe: MFC - creating invisible window Pin
Chris Meech1-Nov-06 8:28
Chris Meech1-Nov-06 8:28 
You would also need to call the Create() method in order to get a window and message handling all set-up. The next problem you are going to have though, is that whatever DLL you are trying to get messages from will need to be linked into your process or your window will never see the messages. Are you trying to hook into any DLL that may be posting messages or is the DLL linked into your app and it is posting messages to you?

Chris Meech

I am Canadian. [heard in a local bar]

Nobody likes jerks. [espeir]

The zen of the soapbox is hard to attain...[Jörgen Sigvardsson]

I wish I could remember what it was like to only have a short term memory.[David Kentley]

AnswerRe: MFC - creating invisible window Pin
edvintas1-Nov-06 8:47
edvintas1-Nov-06 8:47 
GeneralRe: MFC - creating invisible window Pin
Mark Salsbery1-Nov-06 9:47
Mark Salsbery1-Nov-06 9:47 
QuestionRelease, Debug, Doc/view and message Pin
how jack1-Nov-06 6:43
how jack1-Nov-06 6:43 
AnswerRe: Release, Debug, Doc/view and message Pin
David Crow1-Nov-06 7:17
David Crow1-Nov-06 7:17 
GeneralRe: Release, Debug, Doc/view and message Pin
Reagan Conservative1-Nov-06 8:23
Reagan Conservative1-Nov-06 8:23 
QuestionRe: Release, Debug, Doc/view and message Pin
David Crow1-Nov-06 8:32
David Crow1-Nov-06 8:32 
GeneralRe: Release, Debug, Doc/view and message Pin
led mike1-Nov-06 8:37
led mike1-Nov-06 8:37 
GeneralRe: Release, Debug, Doc/view and message Pin
Reagan Conservative1-Nov-06 8:42
Reagan Conservative1-Nov-06 8:42 
GeneralRe: Release, Debug, Doc/view and message Pin
how jack1-Nov-06 12:27
how jack1-Nov-06 12:27 
AnswerRe: Release, Debug, Doc/view and message Pin
PJ Arends1-Nov-06 14:11
professionalPJ Arends1-Nov-06 14:11 
QuestionStrange Console App Errors Pin
switang1-Nov-06 6:08
switang1-Nov-06 6:08 
AnswerRe: Strange Console App Errors Pin
Zac Howland1-Nov-06 7:00
Zac Howland1-Nov-06 7:00 
GeneralRe: Strange Console App Errors Pin
switang1-Nov-06 7:23
switang1-Nov-06 7:23 
GeneralRe: Strange Console App Errors Pin
Zac Howland1-Nov-06 7:45
Zac Howland1-Nov-06 7:45 
GeneralRe: Strange Console App Errors Pin
switang1-Nov-06 9:50
switang1-Nov-06 9:50 
QuestionHow do I generate tab shaped buttons? Pin
magstarinc1-Nov-06 5:33
magstarinc1-Nov-06 5:33 
QuestionActiveX controls child window of another ActiveX control Pin
Alton Williams1-Nov-06 4:45
Alton Williams1-Nov-06 4:45 

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.