Make Translator Interactive With The User

Oct 5, 2009

I want to make my translator interactive with the user. In microsoft Word the User can change the dictionary terms of the word or insert a word to make the (little red line) beneath a misspelt word go away. In my translator program. I have a databank of words that are inside a strArray. The strArray is read as EnglishWord[SpanishDefinition] and SpanishWord[EnglishDefinition] inside the DataBank. I want the user to be able to insert a word with it's definition if the databank does not have the word or the definition...

View 13 Replies


ADVERTISEMENT

Make A Translator - Translateevery Single Letter And Make It 1 Word

Sep 7, 2009

I want to make a translator like this: [URL]...I have already made two textboxes and a button. If I type in textbox 1 abc then textbox 2 must say nop. I already know the If textbox1.text = "abc" then textbox2.text = nop. I don't want that i want to translate the a to a n and the b to a o and the c to p. So i want to translate every single letter and make it 1 word. Its like a secret code. My language looks like that a=nb=oc=pd=qe=rf=sg=th=ui=vj=wk=xl=ym=z n=ao=bp=cq=dr=es=ft=gu=hv=iw=jx=ky=l z=m

View 22 Replies

Make A Na'Vi Translator?

Jan 9, 2010

I have a couple people asking me to make a Na'Vi translator (for those who saw Avatar). If I was to take on such a project, how would you go about creating a language translator in VB? (i.e. *TargetLanguage* -> English and visa-versa)

View 13 Replies

VB, Windows 2008, Interactive User And Buffer Cannot Be Null?

Sep 5, 2010

I have a web application on a Windows 2008 server. The web application opens another application interactively.The issue: If I am logged into the server, the web application runs without any problem. If I log-off, and try to use the web application, I get an error "Buffer cannot be null."If I log myself back into the server,go to another computer and try the web app, it will work fine.What security setting is causing this?

View 3 Replies

Make A Leetspeak Translator In Vb 2010?

Mar 19, 2012

i've tried to make a leet translator but it fails.

View 7 Replies

Make A 'translator' That Will Simply Just Swap Each Letter?

Nov 15, 2010

I'm trying to make a 'translator' that will simply just swap each letter with each other, (a = b, b = a, c = d, d = c ect.), when the user types something into a textbox. How would I go about making it?

View 6 Replies

VS 2008 Local System Service Starts Process As Interactive User?

Aug 15, 2010

The original code came from AutoItI just rewrote what was necessary for VB.NET and added the structures and throws. If successful the PID of the process started is returned, else an exception is thrown. No imports needed.

View 3 Replies

VS 2010 Picturebox - Creating An Interactive Map Which Displays Facilities When User Clicks On Checkbox

Oct 10, 2011

I am creating an Interactive map which displays the facilities when the user clicks on the Checkbox, such as toilets. It will display all the toilet locations via PictureBoxes. I want to do this without having to write all this code?

Private Sub chkCash_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles chkCash.CheckedChanged

If chkToilet.Checked And RadioButton1.Checked Then

[CODE]...

View 19 Replies

MS Access Database To Make Program Interactive But Cannot Get The Database To Update With The Entered Data

Apr 20, 2010

This program is very difficult for me, but I must get threw it or I cannot finish... What I am doing is making a Database of foreign Languages with the spelling of the words and the pronounciation inside the database... The USER enters a paragraph of words into the translator textbox and pushed translate. The program has a DATABANK of words with the phonetic spellings and matches the word, then translates to phonetics. The problem is that new words keep appearing inside the language. So I incorporated a Database of 2 fields

[Code]...

View 4 Replies

How To Rewrite EDI Translator

Mar 28, 2011

Currently I have to parse each row in the file into a string array segments(). Then I look at the first few elements to see where I am at. E.G.

'Patient Loop
IF Segment(0) = 'NM1' and Segment(1) = 'QC' and current loop = '2000' Then
PatientFName = Segment(2)

[code].....

View 9 Replies

Pig Latin Translator In VB?

May 2, 2012

Im having serious problems with this code. I can get the first and last words to change into pig latin but the middle of my phrase stays the same. I also seem to have problems with it repeating itself.

Public Class Form1
Private Sub translatebutton_Click(sender As System.Object, e As System.EventArgs) Handles translatebutton.Click
Dim pig As String = ""

[code]....

View 4 Replies

VB To C# Code Translator

May 17, 2012

i am convering VB code to c# :

Private Function SoundsLike(ByVal pWord As String,
Optional ByRef pAccuracy As Byte = 6) As String.

But i got diffrent type of parameters.Let me know how can i write in c#.

View 6 Replies

C# - Interactive Data UI For Non-Programmers

May 3, 2011

I've created a simple tool using a datagrid and adding functionality for cutting, pasting, deleting, adding rows, etc. The select users can create new, save, edit, delete from the database. Is there a better way to do this with some of the new technology from visual studio?

View 1 Replies

Develop A Translator Using Program?

Oct 3, 2009

I have no problems with the Syntax Errors.So far the only problems I'm having are with the Runtime Errors and Logistic Errors.

View 4 Replies

English To Spanish Translator?

May 13, 2012

the form allows the user to type in a word in English and get back its Spanish translation. To accomplish this, you must read a (dictionary) file into a Dictionary (hash table) data structure and search that structure used its properties and methods.

View 1 Replies

VB English To Piglatin Translator?

Jun 12, 2011

I am making an english to pig latin translator and I cannot quite get this right! For some reason i can always get the first word to translate but the other words jumble together and sometimes repeat themselves.The rules for this program are as follows: To translate an English word into a pig Latin word, place the first letter of the English word (if it is not a vowel) at the end of the English word and add the letters "ay." If the first letter of the English word is a vowel, place it at the end of the word and add "y." Using this method, the word "jump" become "umpjay," the word "the" becomes "hetay" and the word "ace" becomes "ceay". Blanks between words remain blanks.

So far this is what I've got: Public Class Form1 Private Sub btnTran_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnTran.Click Dim Sentence As String, letter As String, wordI As String, word1 As String, word As Double, wordamount As Double, counter As Integer = 0, current As Double txtOutput.Text = ""

[Code]...

View 2 Replies

VS 2005 Interactive Desktop?

Mar 19, 2009

Ive been thinking for awhile about this but I cant get my head around it, Ive been experimenting with physics of objects in visual basic and what (a boucing ball) and Ive been wanting to take it the step further,

View 1 Replies

Create A Rudimentary Translator For Class?

Jul 2, 2009

Trying to create a Rudimentary Translator for class. I have to have english words that equal to the german or french equivalents. The words must be stored in a text file and read into a structure with a member for each language. The program would request an English sentence as input and translate it into German or French. Assume all punctuation would be a peroid a the end of the sentence.

Example: english-yes german-ja french-qui

View 10 Replies

Developing A Translator With A Separate Database?

Apr 18, 2012

I want to develop a translator (e.g. German to English ) with a separate database. What is the best way to do this? The database must be able to record words and phrases with their meaning. The database capacity must be at least 2,000,000 and phrases. Also, what is the best data structure for fastest retrieval of the information.

View 4 Replies

English To French/German Translator?

Mar 24, 2009

Rudimentary Translator gives English words and their French and German equivalents. Store these words in a text file and read them into a structure having a member for each language. Write a program that sorts arrays according to the English words. The program should then request an English sentence as input from the keyboard and translate it into French and German. For example, if the English sentence given is MY PENCIL IS ON THE TABLE, the French translation will be MON CRAYON EST SUR LA TABLE, and the German translation will be MEIN BLEISTIFT IST AUF DEM TISCH.

Note: Assume that the only punctuation in the sentence is a period at the end of the sentence. Use a binary search to locate each English word.English words and their French and German equivalents.

English French German
YES OUI JA
TABLE TABLE TISCH
THE LA DEM

[code]....

View 1 Replies

Interactive Arrays Visual Basic?

Jan 21, 2011

In doing mathematics, I need to enter many values from equations into an array or arrays. I want to be able to vary these value any time I run the program.

I would like to know how to do this while the program is running?

back in the days of Quich Basic, it was simple, ie

Dim array(9)
For I = 1 to 9
INPUT array(I)
Next I

The program stopped at each pass to let you enter values.

How can you do this in Viual Basic 2010 for example

View 9 Replies

Interactive Screensaver Access Printer?

Oct 12, 2009

I am sure the screensaver wasn't meant to be used in this manner, but I have created an interactive screensaver for the company I work for which acts as a checkout station for calibrated measurement equipment.Part of this process is printing out a sticker using an SII SLP Label printer which is attached to the computer with the checkout station. Printing with the printer works just fine over the network from another computer (not running the program as a screensaver), but for some reason I am getting a -16 error (I believe that is "Unknown Error") when the program as a screensaver uses the local SLP printer. The only possible reason I can think for this happening is that screensavers aren't allowed to access printers. Is there some way to give the screensaver permission to use the printer? Currently the screensaver is able to access files on the network file share (such as the equipment database) just fine. If I were to create a TCP/IP server that acts as a proxy or go-between for the printer so that all the screensaver does is connect to localhost and tells the server to print would that work?

View 1 Replies

VS 2008 Secret Message Translator

Nov 3, 2009

i'm currently making a program that converts every letter into some other letter creating a secret message that only this program can convert back into english. Could some help me with the convert code? I understand i would need 2 textbox's and 1 button at the least.The button would place textbox1.text into textbox2.text then it will convert lets say (if textbox2.contains "a" then) i dont know after that. i would want it to change the "a" to "g" instead. without doing any other change. [code] Now this is just converting the letter "a" to letter "g". I would want the whole alphabet.

View 11 Replies

Making An Interactive Computer Survival Game

Jun 2, 2010

I was thinking about making an interactive computer survival game, such as the Rainbow Survival levels in Little Big Planet. I was wondering if there was a tool i could use to create the objects, such as the character, explosives, bombs, and point bubbles. i know how to make all the objects move, i just don't know how to create them to begin with, is there a certain tool in Visual Basic 2008 i could use?

View 4 Replies

Single Command Shell (cmd.exe) In Interactive Form?

Jun 17, 2011

I would like to have the single command shell, aka cmd, in my app within a form in an interactive way.

View 6 Replies

VS 2008 Creating An Interactive Overlay Over A Game?

Jun 14, 2009

creating an interactive overlay over a game (such as the way xfire lets you chat with people ingame).

View 1 Replies

Windows Service And Interactive Services Detection?

Nov 23, 2010

In order to send out emergency alerts in our organization, I created a windows service that checks a web service (WCF) to see if an emergency alert is pending. If there is a pending alert the windows service then runs a windows form application (exe) to display the alert message. Now my problem......These services are running on a windows 7 machine. When the exe for the alert message runs, it pops up a message stating.

View 4 Replies

Create Interactive Voice Response Systems From Home?

May 7, 2009

I am trying to build an IVR and hook it up to my website, what are the different (inexpensive) ways that I can do it.

View 10 Replies

VS 2008 Code - Making An English To Pig Latin Translator

Apr 16, 2011

i can always get the first word to translate but the other words jumble together and sometimes repeat themselves. The rules for this program are as follows: To translate an English word into a pig Latin word, place the first letter of the English word (if it is not a vowel) at the end of the English word and add the letters ay. If the first letter of the English word is a vowel, place it at the end of the word and add Using this method, the word jump become umpjay, the word the becomes hetay and the word ace becomes ceay. Blanks between words remain blanks. So far this is what I've got:

[Code]....

View 3 Replies

VS 2008 Sorting With Interactive Sort Of A Textbox In A Report?

Jul 4, 2011

I am trying to sort my report on the values in a column. The underlying query consists of a director colum a movietitle column and a rating column, for every movie a director has directed there is a record which off course shows the rating in the ratingcolumn In my report I have grouped by Director and created two other columns which are called: Nr of Films and averageRating. in the design view i used two functions to accomplish this. the first is: count('the field of the rating') and sum('the field of the rating')/count('the field of the rating'). This is working... but now I would like to sort the column, Nr of Films. I think I have to do this with interactive sort of the textbox which holds the column name(i.e. Nr of Films)

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved