Results 1 to 3 of 3

Thread: making a dictionary....

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 1999
    Location
    Glasgow,Scotland
    Posts
    281

    Post

    I want to make a french/ english dictionary using vb, and I'm just looking for some useful tips.

    Do I have to use a database? Which sort should I use? I'd like to have it's a bit protected - people can't just go robbing my entries and inputs, after so much work. Any help would be greatly appreciated!

  2. #2
    Hyperactive Member Juan Carlos Rey's Avatar
    Join Date
    Aug 1999
    Location
    Mendoza, Argentina
    Posts
    301

    Post

    You can scramble the files quite easy, and un-scramble them in real time inside VB at the moment you need them.

    There are lots of examples on the net, but most of them deal with combining the Ascii values of every character with those of a password only you must know. One system I saw used "Randomize Password" to generate a sequence of non-predictable code, but recoverable using the same password. The best "combine" scheme I think is to X-Or together the Ascii values of the chars of you file with those of your password.

    If you want to compress the files, in case they grow big, in the net are also a thing called "AddZip" that is Vb compatible.

    If you need more help please re-post. Good Luck!

  3. #3
    Lively Member
    Join Date
    May 1999
    Location
    India
    Posts
    97

    Post

    Hi,
    Just for your info' VB has a nice object called Dictionary that you would like to use for your app' take a look. its in VB6.0

    Cheers

    ------------------
    Gaurav Mahindra
    [email protected]



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