VB Project Source Code

Showing posts with label Auto clicker tutorial vb.net. Show all posts
Showing posts with label Auto clicker tutorial vb.net. Show all posts

Sunday 24 May 2015

Auto clicker tutorial vb.net

Auto clicker tutorial vb.net

Imports System

Public Class Form1
    Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)

    Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        MyMethod()......