I have some games that I created in which words are spelled out by users (Boggle is an example of one). I want to do a lookup on a dictionary (like Merriam-Websters, or Oxford) to see if the word exists in the dictionary. Has anyone ever done this? If so, can you guide me in the right direction. Ideally, I would like a good dictionary in a database format (I THINK), but can't find one one line. I DID download the M-W dictionary program and can run that, and type in a word and that program will verify if the word exists or not. I do not know how to 'use' that program with my VB6 programs to look up words.
Sam
Sam