Manictrooper101
New member
- Joined
- Mar 10, 2010
- Messages
- 1
- Programming Experience
- Beginner
Basically im new at VB, and i have a form with 10 designated slots for letter to be entered (Like the free letter spaces on hangman), above these are 10 adjacent labels with a full stop "." as the text value, now i have created a button, Q to detect whether there is a . in the first box, and if there is enter the letter Q (Letter1.text = "Q"), elseif check the same for the second box. Now my problem is when i click the button, it still does nothing and letter 1 remains "." instead of "Q". also how would i end this string of else ifs? as in what if every text box is full then do what?
Sorry for how simple this is guys but ive searched and nobody seems to have asked this in a google-able format.
Sorry for how simple this is guys but ive searched and nobody seems to have asked this in a google-able format.