MouseDown / UP
Posted: January 17th, 2005, 8:34 am
Wyv (or anyone),
What do the parameters on the LMouseDown/Up do? They really don't make much sense and don't seem to work.
I am just trying to move a window on screen, and have it working, but wanted to make sure there wasn't an easier way or if I was missing something.
I am down a MouseMove(x,y), LMouseDown 0,0, them MouseMove(Newx, NewY), then LMouseUp 0,0
and it works well.
XUScriptHost.LMouseDown(x As Long, y As Long) 'Presses the Left Mouse button Down
XUScriptHost.LMouseUp(x As Long, y As Long) 'Releases the Left Mouse Button
I experimented with the x,y in the down/up commands, and they didn't appear to do anything...
Thanks,
Rich
What do the parameters on the LMouseDown/Up do? They really don't make much sense and don't seem to work.
I am just trying to move a window on screen, and have it working, but wanted to make sure there wasn't an easier way or if I was missing something.
I am down a MouseMove(x,y), LMouseDown 0,0, them MouseMove(Newx, NewY), then LMouseUp 0,0
and it works well.
XUScriptHost.LMouseDown(x As Long, y As Long) 'Presses the Left Mouse button Down
XUScriptHost.LMouseUp(x As Long, y As Long) 'Releases the Left Mouse Button
I experimented with the x,y in the down/up commands, and they didn't appear to do anything...
Thanks,
Rich