Anyone of you have any ideas on how to develop a
simple english to english dictionary for children?
I am very interested in learning how to develop this
software...
:o:p
Printable View
Anyone of you have any ideas on how to develop a
simple english to english dictionary for children?
I am very interested in learning how to develop this
software...
:o:p
for me I would do it this way :
build a Access database with two columns
1-Word
2-Meaning
create small application just for storing those values to the database . then you can use one of a million styles to show your data on a form .(use datagrid or labels or textboxes ...)
that's it !