Hi Guys,

I am using VB2010 and currently have a random letter and number applicaation but for some reason students dont seem to have the ability to type these in correctly!

Does anyone have some code to put words from text file or string into a text box.

i currently have:

'----------------------------
Dim verbs As String() = {"sin", "beg", "stays", "wash", "clean" , "cups", "gate", "wood"}
'----------------------------

How do i put one of these to a textbox?

tb_word.text = ??

any help would be great thank you!

Anthony