iversonmania
New member
- Joined
- Jul 27, 2009
- Messages
- 3
- Programming Experience
- Beginner
VB.NET:
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
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