******Dictionary Problem*****
I have earlier posted this query but nobody responded
I want to develope application using VB6. In my application there will be lot of english words (like dictionary) alredy stored. When user selected particular word it should display MARATHI meaning of it. How to do the same.
e.g.
when user selected "ENTERTAINMENT" it should display marathi meaning of it in marathi language.
Any idead or logic
Re: ******Dictionary Problem*****
Use Database. For more info go to Database Section here
http://www.vbforums.com/forumdisplay.php?f=3
Look for ADO tutorial.
Re: ******Dictionary Problem*****
Thanks for reply
i wanted to show marathi meaning of some word then how should i store the marathi meaning of some word in MS Access tables. because we write program code all things in english then i could i store marathi meaning and display
Re: ******Dictionary Problem*****
Have a field for English and a field for its marathi's equivalent. When a word is chosen, run an SQL SELECT against the table and display the results.
1 Attachment(s)
Re: ******Dictionary Problem*****
No both english and marathi field are different.
I was thinking make a image of marathi meaning and display when selected
like say
if word "entertainment" is selected it should display
marathi meaning like manoranjan written in marathi. i have attached image of marathi meaning of entertainment
this is not possible to maintain lot of image.... any other way
Re: ******Dictionary Problem*****
It's possible to keep lots of images in a database, but why? Save the text in the database and display it by using a marathi font.
Re: ******Dictionary Problem*****
Thanks for reply
What u suggest if very fine, but i dont know how to implement
suppose consider following table with two fields
ENGNLISH MARATHIMEAN
Entertainment ------ how to enter marathi meaning
will u help me giving some cod snippet please please