Does anyone have source or can point me in the right direction on how to record and playback keyboard macros. C source also helps a lot.
KetilO
KetilO
i know of a friend of mine who is working on a kbd macro program.
He's name is MagicMac and he's a member of this board.
You could message him . Say that Latigo sent you :).
Latigo
He's name is MagicMac and he's a member of this board.
You could message him . Say that Latigo sent you :).
Latigo
Sure ! Here u have a full working program that runs Keyboard Macros. Actually you can create Macros to Run Programs or Type Text. I?ll keep working on it so if you want to receive the updates just let me know and I?ll send them to u...
If you wanna Assembler the source code, simply masm & link the FMacros.asm ...
Good Luck with it !! :alright:
-MagicMac.
If you wanna Assembler the source code, simply masm & link the FMacros.asm ...
Good Luck with it !! :alright:
-MagicMac.
Thanks a lot magicmac
This should get me started.
KetilO
This should get me started.
KetilO
Hi KetilO...
The keybd_event API should be useful to you to playback the macro since it simulates a keystroke...
More info about it if you are interrested :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/keybinpt_854k.asp
The keybd_event API should be useful to you to playback the macro since it simulates a keystroke...
More info about it if you are interrested :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/keybinpt_854k.asp