How can i use mouse_event method from user32.dll

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JOHNYKUTTY
    New Member
    • Dec 2010
    • 10

    How can i use mouse_event method from user32.dll

    How can i use mouse_event method from user32.dll
    Code:
    [DllImport("user32.dll")]
            private static extern void mouse_event(UInt32 dwFlags, UInt32 dx, UInt32 dy, UInt32 dwData, IntPtr dwExtraInf);
    Can you explain the arguments of the above method
Working...