MarcroSoft Posted August 19, 2015 Posted August 19, 2015 Hi,I am creating a keyboard practice application, and I need a way to capture all keys sent to my window.I have looked a bit around and tried a few udfs but none of them did what I needed.Could someone maybe create an example that captures the keys sent to the window?Regards,Marc
Danyfirex Posted August 20, 2015 Posted August 20, 2015 look into _WinAPI_SetWindowsHookExSaludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
MarcroSoft Posted August 20, 2015 Author Posted August 20, 2015 This looks a bit advanced, but I will try anyway.Thanks for the tip.
iamtheky Posted August 20, 2015 Posted August 20, 2015 Yup the sucky thing about capturing all keys is that you have to build a keylogger, and barring any vagary, that discussion is prohibited. ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
Moderators Melba23 Posted August 20, 2015 Moderators Posted August 20, 2015 MarcroSoft,boththose is quite right - please read the Forum rules - particularly the bit about not discussing keyloggers - before you post again. Thread locked.M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Developers Jos Posted August 20, 2015 Developers Posted August 20, 2015 This looks a bit advanced, but I will try anyway.Thanks for the tip.You seriously are reporting a post made by a Mod? Don't you think it would have been better to PM him in case you really feel the need to defend yourself?Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts