设计袖珍词典(英语) [英] Designing a pocket dictionary(English)

查看:120
本文介绍了设计袖珍词典(英语)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在尝试使用C#设计英语袖珍词典,我需要一些
建议和想法.

谢谢
Yashwanth.

Hi
I am trying to design a english pocket dictionary using C# I need some
suggestions and ideas in doing that.

Thank you
Yashwanth.

推荐答案

,您可以使用后端访问权限来存储英语单词和含义,并且只需以表格加载方式连接到数据库并在列表框中列出单词即可.
现在是一个文本框,用于查找单词.现在,当用户在搜索文本框中按下键(用户keypressevent)时,便会在数据库中找到单词,并在另一个文本框中显示结果.
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.


您实际上可以插入MS单词词典甚至某些在线词典使用任何Web服务(如果有).
这将减少维护词典数据库的开销-除非有特定原因要执行此操作.
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.


这篇关于设计袖珍词典(英语)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆