Kindly help out
its not working
User Profile
Collapse
-
Parul123 replied to Use “SetWindowsHookEx” to hook into keyboard input events and does the keystroke loggin C SharpHere is my updated Solution :
...Code:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Reflection; using System.IO; namespace FinalImplementWCFService { public class KeyboardHook { [StructLayout(LayoutKind.Sequential)]Leave a comment:
-
Parul123 replied to Use “SetWindowsHookEx” to hook into keyboard input events and does the keystroke loggin C SharpHi, I am unable to write into the file. Please suggest where am i going wrongLeave a comment:
-
Parul123 started a topic Use “SetWindowsHookEx” to hook into keyboard input events and does the keystroke loggin C SharpUse “SetWindowsHookEx” to hook into keyboard input events and does the keystroke logg
I am using “SetWindowsHook Ex” to hook into keyboard input events and does the keystroke...
...Code:[StructLayout(LayoutKind.Sequential)] public class KeyboardHookStruct { public int vkCode; public int scanCode; public int flags; public int time; public int dwExtraInfo; } public class WindowsHookHelper {Last edited by Frinavale; Oct 21 '14, 02:26 PM. Reason: Added the details posted in the title of the thread to the body of the thread to give context to the code posted. Also added code tags to the thread so that it is easier to read
No activity results to display
Show More
Leave a comment: