Im building a program in Visual Basic 2008 that will run random numbers and letters over the desktop or windows open. I have all the code parts except how to generate random letters. What is the code to generate a random letter/symbol?
I think to generate random letters, you would have to assign each letter/symbol a number (in a data file), then use the random number generator.
Or use the existing ASCII keyboard codes.
But I am no expert on that subject!