Advanced Auto Typer in VB 2008

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
7 posts Page 1 of 1
Contributors
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

Advanced Auto Typer in VB 2008
3aaBrSbeel
Hey,

Here I will Teach you How to Make an Advanced Auto Typer in Visual Basic 2008.
This is one of my oldest programs without any tutorial. So this is it's first time to be revealed hehaho;

Ok, You will need this requirements below.

2 Textbox
2 Buttons
1 Timer
8-21-2010 6-26-25 PM.png
*At the Picture above. Type "Any Number" in Textbox2


If you're done with the requirements. Let's start Coding.

Add this to Timer1_Tick:
Code: Select all
SendKeys.Send(TextBox1.Text)
        SendKeys.Send("{Enter}")
Add this code to Button1_Click
Code: Select all
Try
            If TextBox2.Text = "" Then MessageBox.Show("Choose a speed", "Information")
            Timer1.Interval = TextBox2.Text * 1000
            Timer1.Start()
        Catch ex As Exception
            MessageBox.Show("Invalid number, choose a valid speed", "Information")
        End Try
Add this code to Button2_Click
Code: Select all
Timer1.Stop()
You do not have the required permissions to view the files attached to this post.
Last edited by 3aaBrSbeel on Wed Aug 22, 2012 10:32 am, edited 2 times in total.
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: Advanced Auto Typer in VB 2008
Shim
nice tutorial nicz
Find my programs on Softpedia
User avatar
pip
VIP - Donator
VIP - Donator
Posts: 156
Joined: Tue Jul 12, 2011 3:13 am

Re: Advanced Auto Typer in VB 2008
pip
this is nice but not that advanced and i seen this code many times :P eg. hackfroums, google, ms, xbox stuff it is pretty common but nice tut for here to lol just hope it stays for all the noob coders to use if they have not seen one other than that great work nicz!
<a href="http://www.points2shop.com/s/xbox_point ... 5082"><img src="http://points2shop.com/images/promotion ... ricoxg.gif" border="0"/></a>
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

pip wrote:
this is nice but not that advanced and i seen this code many times :P eg. hackfroums, google, ms, xbox stuff it is pretty common but nice tut for here to lol just hope it stays for all the noob coders to use if they have not seen one other than that great work nicz!
Does this means I get a .. What's that called.. Oh yeah Rep? blusho;
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

omg; for me :lol:
well it said: For Dummies :lol:
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

Dummy1912 wrote:
omg; for me :lol:
well it said: For Dummies :lol:
OOPSIIESS! I didn't change that omg;
I didn't know how but.. changing it now.
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

:lol: its okay i don't mind
its funny thats all
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
7 posts Page 1 of 1
Return to “Tutorials”