How do I make my auto typer type out a listbox from top to bottom?
Ok so I will have an empty list box... I will add items to the list box like this... Listbox1.Items.Add(textbox1.text).... after I add a bunch of lines to the listbox it shud look like this
lol
swag
rofl
omg
hehe
when i start my auto typer i want it to type lol then press enter, then type swag then press enter, then type rofl then press enter, then type omg then press enter, then type hehe then press enter.
and i want the interval between each message to be determined by textbox2.text in seconds.
Ok so I will have an empty list box... I will add items to the list box like this... Listbox1.Items.Add(textbox1.text).... after I add a bunch of lines to the listbox it shud look like this
lol
swag
rofl
omg
hehe
when i start my auto typer i want it to type lol then press enter, then type swag then press enter, then type rofl then press enter, then type omg then press enter, then type hehe then press enter.
and i want the interval between each message to be determined by textbox2.text in seconds.