Click here to Skip to main content
15,900,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Debugging Service Pin
dharani9-Nov-06 19:47
dharani9-Nov-06 19:47 
AnswerRe: Debugging Service Pin
karle10-Nov-06 9:20
karle10-Nov-06 9:20 
QuestionHow to Create hooks in VC++? Pin
gloriousgopi9-Nov-06 19:09
gloriousgopi9-Nov-06 19:09 
QuestionHow to Create hooks in VC++ Pin
gloriousgopi9-Nov-06 19:09
gloriousgopi9-Nov-06 19:09 
AnswerRe: How to Create hooks in VC++ Pin
Monty29-Nov-06 19:36
Monty29-Nov-06 19:36 
GeneralRe: How to Create hooks in VC++ Pin
gloriousgopi9-Nov-06 20:25
gloriousgopi9-Nov-06 20:25 
GeneralRe: How to Create hooks in VC++ Pin
Monty29-Nov-06 21:28
Monty29-Nov-06 21:28 
AnswerRe: How to Create hooks in VC++ Pin
Mike_9999-Nov-06 21:55
Mike_9999-Nov-06 21:55 
hi friend,
i think your requirement is to add a menu in a remote application. Kind of code injection mechanism. you can achieve this in a simple way.
1. get handle for target window (use find window, with class name and title or you can any other method)
2. once you have a valid handle you can get the main menu handle of target window.
3.with a valid menu handle you can attach a new menu , submenu any where in the current menu.

Hope you can try this, I am not mentioning the API’sSmile | :) .

Thanks

GeneralRe: How to Create hooks in VC++ Pin
gloriousgopi9-Nov-06 22:46
gloriousgopi9-Nov-06 22:46 
QuestionWindows Message to child window Pin
velayudhan_raj9-Nov-06 18:39
velayudhan_raj9-Nov-06 18:39 
AnswerRe: Windows Message to child window Pin
Monty29-Nov-06 19:34
Monty29-Nov-06 19:34 
GeneralRe: Windows Message to child window Pin
velayudhan_raj9-Nov-06 21:10
velayudhan_raj9-Nov-06 21:10 
GeneralRe: Windows Message to child window Pin
Monty29-Nov-06 21:30
Monty29-Nov-06 21:30 
QuestionVersion Number Pin
Rahul.RK9-Nov-06 18:15
Rahul.RK9-Nov-06 18:15 
AnswerRe: Version Number Pin
Monty29-Nov-06 19:25
Monty29-Nov-06 19:25 
AnswerRe: Version Number Pin
karle10-Nov-06 9:25
karle10-Nov-06 9:25 
QuestionGetting Data from a URL Pin
georgekjolly9-Nov-06 18:09
georgekjolly9-Nov-06 18:09 
AnswerRe: Getting Data from a URL Pin
Monty29-Nov-06 18:15
Monty29-Nov-06 18:15 
GeneralRe: Getting Data from a URL Pin
georgekjolly9-Nov-06 19:03
georgekjolly9-Nov-06 19:03 
GeneralRe: Getting Data from a URL Pin
Ash_VCPP19-Feb-09 0:26
Ash_VCPP19-Feb-09 0:26 
AnswerRe: Getting Data from a URL Pin
Hamid_RT9-Nov-06 18:37
Hamid_RT9-Nov-06 18:37 
GeneralRe: Getting Data from a URL Pin
georgekjolly9-Nov-06 19:06
georgekjolly9-Nov-06 19:06 
AnswerRe: Getting Data from a URL Pin
Michael Dunn9-Nov-06 22:58
sitebuilderMichael Dunn9-Nov-06 22:58 
QuestionQuestiob about System Tray Icon ? Pin
Sakthiu9-Nov-06 17:59
Sakthiu9-Nov-06 17:59 
AnswerRe: Questiob about System Tray Icon ? Pin
dharani9-Nov-06 18:07
dharani9-Nov-06 18:07 

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.