|
-
January 8th, 2010, 09:28 AM
#1
Getting random words from text file or string.
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
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
|