Hi friends. i want to know how to make a auto typer. lemme explain to yo.
i've got 2 textboxes : txtbox1 & txtbox2. i want to make the txtbox 2 as auto typer when i type something into txtbox 1.
i hope you guys will help me.
You mean you want whatever shows up in TextBox1 to show up in TextBox2?...
Get out a timer, and set the value of the string for TextBox2 to equal the input for TextBox1. Set the interval to whatever suits your need. It's not that hard though
(03-19-2011, 03:02 AM)MirZan Wrote: [ -> ]thanks bro, lemme try.
Is your problem resolved? Please tell us.
Just out of interest, what would you use this for?
(03-19-2011, 12:13 PM)Fragma Wrote: [ -> ]Just out of interest, what would you use this for?
Out of interest?... What do you think they are going to use it for?
- OP Types Terribly
- Barely Explaining Correctly
- Probably A Child
- Wants to Spam a Chat
(03-19-2011, 12:13 PM)Fragma Wrote: [ -> ]Just out of interest, what would you use this for?
That's what I was thinking too lol. Maybe just to learn more about programming in Visual Basic.
(03-19-2011, 04:02 PM)Infinity Wrote: [ -> ]That's what I was thinking too lol. Maybe just to learn more about programming in Visual Basic.
Not even close, I used to act like that when I wanted to make a my first chat bomber; only difference is I went to a forum that didn't suspect a thing.
(03-19-2011, 04:04 PM)L3g1tWa5te Wrote: [ -> ]Not even close, I used to act like that when I wanted to make a my first chat bomber; only difference is I went to a forum that didn't suspect a thing.
You don't know what he's going to use it for though. That is not how you would go about making a chat bomber though lol. It's just repeating a text string to 2 different fields. It doesn't mean that it's going to be inputted anywhere else.
(03-19-2011, 04:06 PM)Infinity Wrote: [ -> ]You don't know what he's going to use it for though. That is not how you would go about making a chat bomber though lol. It's just repeating a text string to 2 different fields. It doesn't mean that it's going to be inputted anywhere else.
Like I said, he barely explained it correctly.