|
-
Nov 29th, 1999, 07:27 AM
#1
Thread Starter
Hyperactive Member
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!
-
Nov 29th, 1999, 11:01 AM
#2
Hyperactive Member
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!
-
Nov 29th, 1999, 12:42 PM
#3
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|