Imports System
Imports System.Drawing
Imports System.Windows.Forms
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
End Sub
End Class
Hello, I have a textbox and I have a button. Okey, when the button is clicked I want my mouse to go and click a certain position on my screen. How can I do that using Visual basic 2008 express??
whats the simple code for it? thank you very much. I am in need to use it for a big project.
A begginer in vb.net, I am moving from using c/java