I made an Electronic Dictionary for a college project and it's around 85-90% done. The two final issues I'm having is to figure out how to get a count on each individual word ( there are over 1000 words ), keep track of each of them, and display them ( this ill just throw in a message box with the definition of the word at the end that's no problem ). Obviously I'm using an array to search for the words which are in a text file in the debug folder etc. Just can't rap my head around the counting and more so the tracking of each time a word that has been successfully searched for.
Second problem, definitely a dumb question, but for the life of me I figure it out. I have to make it able to add a word/def, modify a word/def, and obviously search for a word/def and i have that setup and working fine. The problem comes when I try to do any of those three things twice, I can only do one of those once, and after that everything else locks up.
Bonus question - Port the program to a PDA or cell phone? I'm told that's possible, if you know how I'll love you long time but it's of zero concern compared to the first two questions I can't figure out.
~Thanks y'all i tried to be as detailed as i can, the project is freaking massive so I can't really put any specific code in here yet. :)