Results 1 to 7 of 7

Thread: ******Dictionary Problem*****

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    61

    ******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

  2. #2
    Frenzied Member zynder's Avatar
    Join Date
    Nov 2006
    Location
    localhost
    Posts
    1,434

    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.

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    61

    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

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  5. #5

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    61

    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
    Attached Images Attached Images  

  6. #6
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  7. #7

    Thread Starter
    Member
    Join Date
    Mar 2007
    Posts
    61

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width