Ok, basically this is a two part question.

1. Is it possible to have vb.net piece together a legitimate word of a specified length, or do I need to have a massive word list, and generate a random number to pick a word from this list?

2. I also need to separate each letter of the word and display an image for each letter, and each letter going to the next based on a timer, and can also repeat on a button click.

Eg: TWO would end up displaying T W O, a few seconds apart from each other.

If you have any questions about what I'm trying to do, look at this website:
http://asl.ms/

It has the javascript equivalent of what I want to accomplish in vb.net
Thanks for any help you offer.