Click here to Skip to main content
15,896,912 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC: Use same menu for mainframe and childframe Pin
Iain Clarke, Warrior Programmer4-Jul-05 6:13
Iain Clarke, Warrior Programmer4-Jul-05 6:13 
GeneralRe: MFC: Use same menu for mainframe and childframe Pin
Wim Jans5-Jul-05 4:57
Wim Jans5-Jul-05 4:57 
Generaldeveloping software for windows server Pin
andrewpritchie3-Jul-05 22:55
andrewpritchie3-Jul-05 22:55 
GeneralHelp finding hook dll Pin
michaelnoam3-Jul-05 22:09
michaelnoam3-Jul-05 22:09 
GeneralRe: Help finding hook dll Pin
munawar19683-Jul-05 23:28
munawar19683-Jul-05 23:28 
GeneralRe: Help finding hook dll Pin
michaelnoam3-Jul-05 23:41
michaelnoam3-Jul-05 23:41 
GeneralRe: Help finding hook dll Pin
munawar19683-Jul-05 23:47
munawar19683-Jul-05 23:47 
GeneralRe: Help finding hook dll Pin
CorvetteZ06064-Jul-05 8:53
CorvetteZ06064-Jul-05 8:53 
What if they use a WndProc that doesn't directly call "CallNextHookEx"? They could pass the arguments back to the EXE file and call it from there. Also, a hook does not even need the DLL file to hook the keyboard. I've writen a hook that is completely contained in an EXE. The way it's done is to use WriteProcessMemory() to copy the WndProc function as well as a control function into the target process. (SAS Window class in my case) Then call CreateRemoteThread() to the control thread to start the hook. The control thread then hooks the keyboard through the WndProc() function. Completely contained in an EXE.
GeneralRe: Help finding hook dll Pin
munawar19684-Jul-05 18:20
munawar19684-Jul-05 18:20 
GeneralRe: Help finding hook dll Pin
CorvetteZ06064-Jul-05 19:20
CorvetteZ06064-Jul-05 19:20 
Questionhow to get the domain name from a computer Pin
akayoku3-Jul-05 22:02
akayoku3-Jul-05 22:02 
AnswerRe: how to get the domain name from a computer Pin
2249174-Jul-05 1:27
2249174-Jul-05 1:27 
GeneralRe: how to get the domain name from a computer Pin
Anonymous4-Jul-05 16:38
Anonymous4-Jul-05 16:38 
GeneralRe: how to get the domain name from a computer Pin
2249174-Jul-05 17:24
2249174-Jul-05 17:24 
AnswerRe: how to get the domain name from a computer Pin
David Crow4-Jul-05 11:27
David Crow4-Jul-05 11:27 
GeneralName of this service Pin
Bernhard Hofmann3-Jul-05 20:53
Bernhard Hofmann3-Jul-05 20:53 
GeneralRe: Name of this service Pin
2249173-Jul-05 21:43
2249173-Jul-05 21:43 
GeneralRe: Name of this service Pin
Bernhard Hofmann3-Jul-05 22:07
Bernhard Hofmann3-Jul-05 22:07 
General"See Also" in WinXP UI Pin
Naveen_mah3-Jul-05 20:12
Naveen_mah3-Jul-05 20:12 
GeneralMenu in propertysheet Pin
Anonymous3-Jul-05 20:02
Anonymous3-Jul-05 20:02 
GeneralRemote Installation Pin
vinodraut3-Jul-05 19:35
vinodraut3-Jul-05 19:35 
GeneralRe: Remote Installation Pin
2249174-Jul-05 0:37
2249174-Jul-05 0:37 
QuestionShow Dialog in my ActiveX? Pin
sharkmouse3-Jul-05 19:22
sharkmouse3-Jul-05 19:22 
GeneralExtending C/C++ to include new "objects" Pin
CorvetteZ06063-Jul-05 18:57
CorvetteZ06063-Jul-05 18:57 
GeneralRe: Extending C/C++ to include new "objects" Pin
Christian Graus3-Jul-05 19:00
protectorChristian Graus3-Jul-05 19:00 

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.