So I have a foreign language dictionary program nearly set up, I use a user defined type and store each of the corresponding data to each subvariable in the udt.
I am trying to implement a way for the program to actively search for the words in a word list and match its find or find the nearest match like regular dictionaries do. Anyway to do that?
I also have an AddWords form that allows you to add words and I would like that to search the database also for the word entered in the textbox so that it will autocomplete the rest of the form. Although I have a problem because my udt doesn't have an inherent variable to store the RecordNumber of the word ( I don't think it was needed), so if the word is found I would like it to overwrite that word's udt, or endup going to the next RecordNumber that is blank to store that words udt.
This is my first program and I don't know alot of knowledge of Visual Basic.
15-10-2005 at 12:49 PM
|
stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 891
Re: Couple of questions
Hi Neo,
Can you post up what you have done so far.. maybe we can help add to it..
Regards,
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)