Click here to Skip to main content
15,890,670 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to find out process state [modified] Pin
eusto11-Sep-08 0:32
eusto11-Sep-08 0:32 
AnswerRe: how to find out process state Pin
Rane11-Sep-08 0:52
Rane11-Sep-08 0:52 
QuestionCreating a vertical toolbar in visual c++ Pin
dneela11-Sep-08 0:24
dneela11-Sep-08 0:24 
AnswerRe: Creating a vertical toolbar in visual c++ Pin
santhoshv8411-Sep-08 0:50
santhoshv8411-Sep-08 0:50 
GeneralRe: Creating a vertical toolbar in visual c++ Pin
dneela11-Sep-08 0:58
dneela11-Sep-08 0:58 
GeneralRe: Creating a vertical toolbar in visual c++ Pin
santhoshv8411-Sep-08 1:09
santhoshv8411-Sep-08 1:09 
GeneralRe: Creating a vertical toolbar in visual c++ Pin
dneela11-Sep-08 1:16
dneela11-Sep-08 1:16 
QuestionRecord keyboard and mouse Pin
Nemok11-Sep-08 0:16
Nemok11-Sep-08 0:16 
Hello,

Could you please tell me if you know of any other way of receiving global mouse and keyboard input except for SetWindowsHookEx within a dll? I am working on an macro recording application and I want to be able to record all keyboard actions and all mouse clicks and movements and then play them as recorded.
I cannot use SetWindowsHookEx with WH_JOURNALRECORD and WH_JOURNALPLAYBACK because they do not work well in Vista. WH_JOURNALRECORD need uiAccess set to true in manifest which involves having a signed certificate.
I saw macro recorders on the internet that set a global hook somehow and catch all mouse and keyboard events without even requiring Admin rights from UAC or using dlls.

How can I read the raw input from mouse and keyboard (from user mode)?
Found an application (Axife Mouse Recorder) that does this.

Please help. Thank you.

www.nkprods.com

AnswerRe: Record keyboard and mouse Pin
Rane11-Sep-08 1:43
Rane11-Sep-08 1:43 
QuestionProgID to CLSID Pin
George_George11-Sep-08 0:12
George_George11-Sep-08 0:12 
GeneralRe: ProgID to CLSID Pin
CPallini11-Sep-08 3:29
mveCPallini11-Sep-08 3:29 
GeneralRe: ProgID to CLSID Pin
George_George11-Sep-08 14:51
George_George11-Sep-08 14:51 
QuestionHow to make the window always topmost? Pin
fantasy121511-Sep-08 0:01
fantasy121511-Sep-08 0:01 
AnswerRe: How to make the window always topmost? Pin
Baltoro11-Sep-08 6:35
Baltoro11-Sep-08 6:35 
GeneralRe: How to make the window always topmost? Pin
fantasy121511-Sep-08 14:35
fantasy121511-Sep-08 14:35 
AnswerRe: How to make the window always topmost? Pin
Michael Dunn12-Sep-08 11:21
sitebuilderMichael Dunn12-Sep-08 11:21 
QuestionCan anybody know abt outside in PDF export SDK Pin
naga.anu10-Sep-08 23:51
naga.anu10-Sep-08 23:51 
Questionfatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
rajneshmalik10-Sep-08 23:37
rajneshmalik10-Sep-08 23:37 
AnswerRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
CPallini11-Sep-08 0:09
mveCPallini11-Sep-08 0:09 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
rajneshmalik11-Sep-08 0:57
rajneshmalik11-Sep-08 0:57 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
Rane11-Sep-08 1:35
Rane11-Sep-08 1:35 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
David Crow11-Sep-08 3:44
David Crow11-Sep-08 3:44 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
Michael Schubert11-Sep-08 1:36
Michael Schubert11-Sep-08 1:36 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
CPallini11-Sep-08 1:42
mveCPallini11-Sep-08 1:42 
GeneralRe: fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit Pin
David Crow11-Sep-08 3:43
David Crow11-Sep-08 3:43 

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.