Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
sir
i want to type first textbox in English font and then another textbox show in Hindi which i type in first textbox. i want to using vb6.0 desktop project
second box also help or suggest me if grammerly spelling wrong , during i get focus it .

thank you sir

Send Me solution My Email- mr.azizdyer@gmail.com
Posted
Updated 14-Feb-13 2:39am
v3
Comments
Richard MacCutchan 14-Feb-13 4:55am    
You will need to get some translation software to convert the English to Hindi. Try a Google search.
[no name] 14-Feb-13 5:38am    
You may have to do something like this:
Select Case englishtextbox.text
Case "hello"
hinditextbox.text="whatever"
End Case

But this will consist of writing every translation.

Maybe you would link in google translate in a webbrowser.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900