Click here to Skip to main content
16,011,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am trying to design a english pocket dictionary using C# I need some
suggestions and ideas in doing that.

Thank you
Yashwanth.
Posted

you use the back end access where you store English word and meaning and you simply connect to database in form load and listing word in list box.
now a textbox use for find word. now when user press key in search textbox (user keypressevent) then you find word in database and result display in another textbox.
 
Share this answer
 
v2
You could actually plug into the MS word dictionary or even some online dictionaries using any web services if available.
This will reduce the overhead of maintainingg the dictionary database - unless there is a specific reason why you want to do this.
 
Share this answer
 
Comments
uspatel 20-Jul-11 2:12am    
how to plug into the MS word dictionary into own dictionary.
could you please tell me?
YashwanthBathini 20-Jul-11 3:37am    
How can i use MS word dictionary into own dictionary. could you please tell me?
YashwanthBathini 21-Jul-11 2:36am    
Can you please provide a sample code for adding plugging to my application..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900