Hi,
I would like to know how to do this in visual basic
What I want, is just the basic instructions to make it so that the person types the english word in - and the french word comes up, no phrases etc, this is just a start off experiment
I want to be able to enter the terms myself, not use another translator as a source or anything, so basically, I will be able to type
';hello'; into a text box, click translate, and it will come up with ';bonjour';
ThanksCreating a translation / translator program in visual basic?
this application require database /s
so making of a database application knowledge is must here
when you click translate then application will match the word from input box to inner database and result will displayed on output boxCreating a translation / translator program in visual basic?
You are going to need a LOT more help than can be given here.
Visual Basic itself does NOT offer built in language translations. YOU will have to program it.
You need to know about input and output boxes, ';focus';, string comparisons, case conversion, and data arrays -- in other words, a complete course of Visual Basic programming!
Go to the Bookstore, buy a set of books call ';Visual BASIC Made Simple'; or ';Teach youself Visual BASIC in 21 Days';, and get started.
I hope you started your project MORE than 21 days before it is due!
You make a database which every english word is related to its translation.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment