Text Conversion - Translate The English Text To Hindi

Mar 16, 2009

I have to develop a bylangual project where i need to translate / transliterate the english text to hindi and vide versa.

View 1 Replies


ADVERTISEMENT

Create A Program To Translate English To Text?

Jun 2, 2009

Im trying to create a program to translate english to text, or text to english. I have the design of the program finished and i have alot of comments, but the person that was helping me on it is no longer reachable. so far i have :

[Code]...

View 7 Replies

VS 2010 - Extracting Text - Convert The English Text Shown In Screen To Malayalam

Sep 6, 2010

I'm trying to create a small program, which I think will be helpful to others(in here). My aim is to convert the English text shown in screen to Malayalam. English-to-Malayalam conversion is not a problem. But the problem is, how to extract the text from the screen. In most of the converter/translator, the text needs to be copied or written down in the translator tool. But my program will cut off that part. That is, simply move the program window (having a rectangle hollow portion) to the English word that needs to be converted. And upon pressing a button (or autodetect), the English word is converted to Malayalam.

So, my question is how to extract the English text(or words) from the screen (which is seen through the hollow portion of the window.

Here's a screenshot of what I'm trying to do.

View 22 Replies

Translate English To Pig Latin?

Apr 28, 2009

I'm Trying to create a form that has 2 multiLine Textboxes one of which you enter text and the other that shows the text in piglatin.

View 2 Replies

Speech To Text (none-English)?

Oct 26, 2010

I have been pulling my hair on how to write a simple (may be not) program to recognize my native language (again, not English).I want to be able to just speak to the computer as we could in English and have the program type the words for me.We use the English alphabet to write our words so that's one step ahead already, but I don't understand how I can tie the sound to the words.

View 3 Replies

.net - Allow Typing Of Non English Characters In Text Box?

Jun 25, 2012

In VB.NET, I want to allow typing of non English Characters (For example, Russian, Turkish) in text box. How can I achieve this? Please let me know.

View 1 Replies

Text Translation From One English To Telugu?

Mar 11, 2010

i have two textboxes in my form.when i type the text in the first textbox which is english language.now i need to display the the text in telugu language in other textbox.

View 1 Replies

Translating Text From Some Language To English

Feb 25, 2009

In my current project, i need to build a tool to translate text from some languages to English
Ex.: Chinese To English
Is there any translation SDK available?

View 3 Replies

Get The English Words Entered Into The Text Box Separately

Dec 8, 2009

I have a program in which a user enters a sentence in English into a text box, then the sentence is translated into French and German based on words in an array of structures that gets its values from a text file. I have almost all of the program written, but I am a bit confused on how to get VB to get the English words that are entered into the text box separately so they can be translated individually and the value returned. I need to use a Sub Procedure to get the English Words and to Translate them. [Code]

View 7 Replies

Text-to-speech For English Language Using VB 2008?

Feb 28, 2011

text-to-speech for English language using Visual Basic 2008

Dim speech speech = CreateObject("sapi.spvoice")
speech.speak(TextBox1.Text)

how this can be used for other languages?

View 3 Replies

VS 2008 Convert English Text To Arabic?

Sep 18, 2009

how to convert English text to Arabic?

View 25 Replies

Writing All Text And Translate To Binary?

Jan 25, 2009

I have done a text-to-binary-translator but it only translate one letter at the time, and I want to write a whole text and then translate it to binary

The code now is:
Dim keyin As Integer
keyin = Val(TextBox1.Text)
If TextBox1.Text = "a" Then
TextBox2.Text = 1100001
End If
etc.

It only translate the letter "a" to 1100001. I want to write like "alex" and it would be like
1100001110110011001011111000.

View 14 Replies

English To Metric Conversion

Nov 25, 2008

[Code]...

Declare constants for all numeric values in the two formula above. The variable used to represent the number of meters and the numeric constant 39.37 must be declared as the data type double. the constants and data types in the first formula should be declared as integers. Convert the Total Inches in the second formula to a Double data type before using it in the calculation. Set Option Strict to on in your code. (Hint: After the number of meters has been determined, the maximum number of kilometers can be computed from Kilometers = Meters/1,000. Next, the remaining meters can be determined from: Remaining Meters = Meters - 1,000 * Kilometers. The number fo integer meters in Remaining Meters then can be determined from: Integer Meters = Convert.ToInt32(Remaining Meters). Continue with the same technique to compute the number of centimeters.)

[Code]...

View 4 Replies

Conversion Of Text - When Run text Through A Logic Analizer It Does Not Shows Up Value As I Want?

Aug 2, 2010

I have been trying for several days to create a serial port program that will send data and recievie data first off here is my code:

Imports System.IO.Ports
Public Class Form1
Dim Connected As Boolean = False[code]....

The problem I have is when I run text like "AA" through a Logic Analizer it shows up as the value 01000001 but I want it to show up as 10101010. how to use the module in the normal code to make it do this?

View 9 Replies

Convert English Text To Oriya And Display In Second Textbox

Jan 31, 2009

Is it possible, convert english to oriya within two textbox using VB.Net? My problem is, I have two Texbox and one button. Suppose I enter a word in Textbox1 then when I click on the button then that English text convert to oriya and display in second textbox.

View 3 Replies

Make A Program That Translates Text From Swedish To English

Aug 16, 2009

I'm going to make a program that translates text from Swedish to English..

I got 2 textfiles "svenskaengelskaA.txt" and "engelskasvenskaA.txt"

Inside the program I got 2 textboxes and 1 button, If I write like "�pple" in TextBox1 I want it to write out "Apple" in TextBox2 when I press the button "Translate"..

But for the translate button to work it needs to read the 2 files..

View 17 Replies

Piece Of Code Which Loads Either French Or English Text?

Apr 1, 2011

I have a piece of code which loads either french or english text and 2 link buttons that allow to switch between.

<%
if publierFR = 0 Then
if publierEN = 0 Then

[code].....

View 1 Replies

Using Full English Dictionary Text File In Program?

Sep 30, 2011

In my debug folder I got this "Full English Dictionary" .txt file which I use in my program. But I don't want to send the whole folder, I just want to send the .exe file.. So is there a way to somehow "add" the dictionary file to the .exe file? Like get it inside it or something?

View 9 Replies

Text -> Excel Conversion (with Extensive Formatting Required After Conversion)?

May 11, 2012

I'm creating a program in VB.net that does the following:At a high level I receive a file in email, put the attachment in a monitored folder, import the text file to excel, format the excel, and then email the excel file to a list of recipients.

Here is my plan:

Completed: Outlook VBA to monitor all incoming email for specific message. Once message is received drop attached .txt file in a specific network folder.

Completed: (VB.net) Monitor folder, when text file is added begin processing

Not Complete: (VB.net) Import text file to Excel

Not Complete: (VB.net) Format Excel Text file.(add in a row of data,format column headers with color/size, add some blank columns, add data validation to some of the blank columns that allow drop down selections)

Completed: (VB.net) Save file.

Completed: (VB.net) Send file to list of recipients.

Obviously the items above that are not complete are the bulk of the work, but I wanted to get some advice on what some of you think would be the best way to approach something like this. The import and formatting of the file are causing me some problems because I just can't decide what would be the most efficient way to do this.

The way stated above. Import to excel -> format Having a template excel that contains all of the formatting already done for me and attempting to transition the data to this document (no clue if/how I can do this). Is it even feasible? Have the template already created and then import the text file to a new excel file, then transition that data to the excel template?

Something I thought about, in terms of formatting the document, was to record a macro of me doing all of the formatting that I'm going to need and then attempt to convert that macro into my vb.net code, but I'm not sure if that will work. I will need to verify that the text file comes in the EXACT format every time correct?

View 5 Replies

Translate Application Text To Some Native Languages With My Program?

Dec 9, 2009

I want to translate those application text to some native languages with my program.

View 2 Replies

Save Chinese AND English From RichTextBox To Text File And Load/parse File Back Into RichTextBoxControl?

Nov 19, 2010

# TAG NAME = is saved to a file using the code below but when I load that same file back into a RichTextbox Control using additional code below, I get inconsistent results as I try to parse the text. Has anyone else had this problem?'Save the contents of the RichTextBox into the file.richTextBox.SaveFile(saveFile1.FileName, RichTextBoxStreamType.RichText);'Retrieve contents of File into RichTextBox control Dim logData As String
logData = System.IO.File.ReadAllText(path + "\" + filenname);

View 2 Replies

English IDE Setup Project Installs English .NET Framework Even Though Localization = German?

Apr 30, 2009

I'm facing a major problem with a Deployment Project I created to install one of my applications.I am using the ENGLISH IDE of the Visual Studio 2008 - even though my end users will have German environments. This is why I set the

Localization = German

Property in the Deployment Project's Properties. The UI of the generated setup is German, so all's fine there. However, the setup installs the ENGLISH .Net Framework. I have not found any way around this.The problem are at least twofold:

1. An English Framework on a German PC might cause instabilities.

2. It's a big flaw to see UI inconsistencies (i.e. the UI and Setup of the application is German while the NET Framework shows certain elements in English, e.g. the DisplayName property of cultures)how can I get the project to install the localized .NET Framework?

View 4 Replies

Number As Text Conversion?

Oct 7, 2011

How do you convert a number as text from 1 to 001----Then 10 to 010 and 20 to 020 all the way until 99 to o99. All final numbers must be 3 Digits (data type Text)

View 4 Replies

Text Font Conversion To UTF-8

Sep 22, 2010

I have text and I want to convert it. Font name is Helvetica and I want to convert it in utf-8. Users cannot show this fonts on another computers. How can I do this in vb.net? Example I have this text "‰ €" in textbox. How can I convert textbox.text?

View 4 Replies

Conversion Of Text Files From UTF-8 To Ansi?

Sep 15, 2009

I've to convert some utf-8 coded textfiles to ansi and I always get as a result "ANSI as UTF-8", but I need "ANSI".Currently I'm using the conversion:

Public Function Utf82Ansi(ByVal sTxt As String) As String
Konvertiert UTF-8 nach ANSI
sTxt: Original string

[code].....

View 5 Replies

Rtf To Txt Conversion Messes Up The Text Files?

Jul 30, 2009

small but huge conversion problem i am facing.. i have this code to convert an entire folder from text to rtf and it works swell.then i have this code to convert rtf to text, and that is where the problem is:

Try
Dim sourcePath As New System.IO.DirectoryInfo(tfcrtfdir.Text) 'rtf selected folder
Dim targetPath As New System.IO.DirectoryInfo(tfctxtdir.Text) 'txt selected folder

[code].....

View 12 Replies

Type Conversion From Textbox.text?

Oct 19, 2010

Sub Calculate_G97_RPM()
Dim tmpRPM As Single = 0, MaxRPM As Single = 0
If Me.RB_English.Checked Then

[Code].....

I cannot get a value from Me.TB_SFM.Text. Upon running it is always "". It's default value is 150 and 150 shows up on the form. I get a conversion problem. I have deleted the text box, recreated and used a different name, all to no avail.

Also, If anyone has a link to a good resource on dealing with textbox data. We do alot of text boxes and are constantly converting data types. Would like to know the correct way to do it.

View 3 Replies

Force Asc To Use English Codepage On Non-english Systems?

Jun 15, 2012

I want to simulate a way to "force" the ASC function to use the english codepage, even on a system having the "language for non-unicode" different than English.[code]On a system having "language for non-unicode" set as English, currently the result is 140..On a system having "language for non-unicode" set as Slovakian, currently the result is 79..The twist is I CANNOT user AscW (for reasons I cannot disclose)In the particular example above I would need for the code to always return 140.If there's a way to force the whole program to use the english code page I could work with that as well.[code]

View 2 Replies

Datetime Conversion - Display The Time In The Text Box But Nothing Is Happening

Jul 12, 2011

I've a problem here, I'm trying to display the time in the text box but nothing is happening. I've already enabled postback but the textbox is still empty! Did I do the conversion wrongly? This is my code

[Code]...

View 13 Replies

IDE :: String To Datetime Conversion - Import A Text File

Jan 31, 2009

i have a little problem. i m trying to import a text file using vb2008 text file have following information288536

[Code]...

when i convert date and time string into datetime type using datetime.parse(string) it run ok but when it reach to 4th row it show error, i think because "date" string is not in proper format (dd/mm/yyyy HH:mm:ss)how to eliminate this problem

View 1 Replies







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