Languages Visual Basic & VB.NET .Net Strings  

Word Guess/String builder stuff

download download  
important code information
author:
Lee Calder
minimum requirements:
Word Guess/String builder stuff description

I made this for someone in the VB .NET forums. It opens a list of words, puts a random word into a text box, and there's another text box for guessing the word. As you get it correct, it replaces a * with the correct letter.


File List:
Word guess/0b
Word guess/AssemblyInfo.vb1Kb
Word guess/Form1.resx6Kb
Word guess/Form1.vb6Kb
Word guess/Word guess.sln1Kb
Word guess/Word guess.suo8Kb
Word guess/Word guess.vbproj5Kb
Word guess/Word guess.vbproj.user2Kb
Word guess/bin/0b
Word guess/bin/Words.txt1Kb

Similar code
ANSI Encoding (Popularity: ) : Many of us misses the old days when a character was represented by a single byte. These days we need to worry about codepages, character translations, and the works... Well Unicode chars came to our rescue and saved us from ...
Html2VB (Popularity: ) : Are you tired from manually encode html in vb code? It may happen that you want to insert a piece of html in your VB code for some purposes (making a parser, a mailto link, a html page, etc...), and ...
Advanced Installer Serial File Parser (Popularity: ) : This handy little app will parse serial code files created by Advanced Installer from Caphyon.
Email finder & Email validator (Popularity: ) : With these two functions, you can find all the emails in a string and validates these emails. The function are : FindEmail ValidEmail Function FindEmail let you find ALL the email in one text. To be found, the email must ...
English/Arabic Number-To-Text Class (Popularity: ) : Here is a very useful class: NumberToText. The class accepts a whole number (maximum 15 digits) and translates it into English/Arabic text. For example, the integer 145 is converted into "one hunderd forty five" in English.
I've used his code for ...

User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 14
version
size in Kb 9
popularity   946/7913374
user rating 4/10
ad


New Code
Popular Code