View Single Post
11-08-2007, 09:57 PM
#7
Nightscream is offline Nightscream
Status: Junior Member
Join date: Aug 2006
Location:
Expertise:
Software:
 
Posts: 58
iTrader: 0 / 0%
 

Nightscream is on a distinguished road

  Old

got that part to work thanks
but now I'm want to move cursor to a special position. I have
Code:
Declare Function mouse_event Lib "user32.dll" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)

mouse_event(MOUSEEVENTF_MOVE, txtX.Text, txtY.Text, 0, 0)
when running I get MarshalDirectiveException was unhandled :s