|
-
Aug 18th, 2012, 01:21 AM
#1
Thread Starter
Addicted Member
Reading a TextBox.Text ?
Hi, so i have this code so far:
if TextBox1.Text.Contains("movemouse") then
msgbox("moved mouse!")
Buuutt how could i do something like this:
if it contains movemouse and then with an input stuff like: movemouse(x,y)
so it will actually read your input where the X is and where the Y is. so you can say something like:
cursor.position = new point(x,y);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|