Click here to Skip to main content
15,913,115 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: change background color of dialog Pin
Malli_S29-Dec-08 19:09
Malli_S29-Dec-08 19:09 
GeneralRe: change background color of dialog Pin
zhiyuan1629-Dec-08 20:23
zhiyuan1629-Dec-08 20:23 
GeneralRe: change background color of dialog Pin
zhiyuan1629-Dec-08 20:37
zhiyuan1629-Dec-08 20:37 
GeneralRe: change background color of dialog Pin
Malli_S29-Dec-08 21:11
Malli_S29-Dec-08 21:11 
GeneralRe: change background color of dialog Pin
zhiyuan1629-Dec-08 21:26
zhiyuan1629-Dec-08 21:26 
GeneralRe: change background color of dialog Pin
Malli_S29-Dec-08 22:07
Malli_S29-Dec-08 22:07 
GeneralRe: change background color of dialog Pin
zhiyuan1629-Dec-08 23:24
zhiyuan1629-Dec-08 23:24 
AnswerRe: change background color of dialog Pin
Malli_S29-Dec-08 23:49
Malli_S29-Dec-08 23:49 
GeneralRe: change background color of dialog Pin
zhiyuan1629-Dec-08 23:58
zhiyuan1629-Dec-08 23:58 
AnswerRe: change background color of dialog Pin
Jijo.Raj29-Dec-08 1:22
Jijo.Raj29-Dec-08 1:22 
Questionhow to proceed?? Pin
debonair12345629-Dec-08 0:52
debonair12345629-Dec-08 0:52 
AnswerRe: how to proceed?? Pin
Malli_S29-Dec-08 1:21
Malli_S29-Dec-08 1:21 
GeneralRe: how to proceed?? Pin
debonair12345629-Dec-08 1:38
debonair12345629-Dec-08 1:38 
GeneralRe: how to proceed?? Pin
Malli_S29-Dec-08 2:30
Malli_S29-Dec-08 2:30 
AnswerRe: how to proceed?? Pin
Hamid_RT29-Dec-08 1:34
Hamid_RT29-Dec-08 1:34 
GeneralRe: how to proceed?? Pin
debonair12345629-Dec-08 1:54
debonair12345629-Dec-08 1:54 
GeneralRe: how to proceed?? Pin
ThatsAlok29-Dec-08 21:57
ThatsAlok29-Dec-08 21:57 
GeneralRe: how to proceed?? Pin
debonair12345629-Dec-08 22:56
debonair12345629-Dec-08 22:56 
GeneralRe: how to proceed?? Pin
ThatsAlok30-Dec-08 0:07
ThatsAlok30-Dec-08 0:07 
GeneralRe: how to proceed?? [modified] Pin
debonair12345630-Dec-08 0:52
debonair12345630-Dec-08 0:52 
QuestionWhat wrong with this code? Pin
SNI29-Dec-08 0:50
SNI29-Dec-08 0:50 
GeneralRe: What wrong with this code? Pin
Malli_S29-Dec-08 1:01
Malli_S29-Dec-08 1:01 
GeneralRe: What wrong with this code? Pin
SNI29-Dec-08 1:20
SNI29-Dec-08 1:20 
GeneralRe: What wrong with this code? Pin
Malli_S29-Dec-08 2:50
Malli_S29-Dec-08 2:50 
QuestionProblem about injecting a dll to another process and use it to send menu message issues. Pin
kcynic28-Dec-08 23:28
kcynic28-Dec-08 23:28 
I write a simple dll and inject to another process, i communicate with the target process by sending message via a named pipe. But now, the problem is that, although i can retrieve a top-level window of the target process,i will get no response if i send menu messages to it(the hwnd i retrieved, using EnumWindows, no matter i send the messages in the callback functions of EnumWindows or not, the results are the same). So, i think, the hwnd handle i retrieved was not the target hwnd handle witch was responsible to such activity.

But, how could i get the right hwnd to handle these menu messages?

Thanks

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.