Jump to content
Advert

amatris1992

Members
  • Posts

    2
  • Joined

  • Last visited

amatris1992's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. i have Tried Public Class Main Public Declare Sub AU3_MouseDown Lib "AutoItX3.dll" (Optional ByVal szButton As String = "LEFT") Public Declare Function AU3_MouseMove Lib "AutoItX3.dll" (ByVal nX As Integer, ByVal nY As Integer, ByVal nSpeed As Integer) As Integer Public Declare Sub AU3_MouseUp Lib "AutoItX3.dll" (Optional ByVal szButton As String = "LEFT") and this AU3_MouseDown("RIGHT") AU3_MouseUp("RIGHT") but it does not send the mouse Click still?
  2. hey guys so im Trying to make a macro, in vb2010, i can Send keys fine with AU3_Send(1, 0) or AU3_Send(a, 0) for example. but how do i send a mouse Click? thanks for the help.
×
×
  • Create New...