Cutch
What i'm trying to do is create a small program that finds out a list of words that follow some parameters like the 3rd letter is "s" and it is 5 letters long.
Is there any sort of dll, resource, or a built in function in windows that would allow me to get a string list of all of the words in the english dictionary.
Hey thanks its got a dictionary text file for nine languages, and english is one of them.
There's nothing built in to my knowledge though you might be able to make use of the dictionary which comes with this free C# spellcheck engine:
http://www.codeproject.com/KB/string/netspell.aspx