Type Urdu Hindi Arabic in Text Box Visual Basic (Vb.Net) | Visual Studio Code

1
in this post you can learn how to type Urdu Arabic Hindi and other countries Text of Language in Textbox using visual basic and C# first of install the keyboard layout in your window when you have installed the keyboard then use the below code and also you can learn the custom font using from this post as you can see below. 

 This Code is For Keyboard Change 

Private Sub TextBox3_GotFocus(sender As Object, e As System.EventArgs) Handles TextBox3.GotFocus

InputLanguage.CurrentInputLanguage = InputLanguage.InstalledInputLanguages(2)

End Sub


This Code for Font change 

 
Private Sub TextBox3_TextChanged(sender As System.Object, e As System.EventArgs) Handles TextBox3.TextChanged


Dim customfont As PrivateFontCollection = New PrivateFontCollection

customfont.AddFontFile("C:\Users\My PC\Documents\Visual Studio 2010\Projects\WindowsApplication5\WindowsApplication5\bin\Debug\jameel-noori-kasheeda-regular-1.ttf")

TextBox3.Font = New Font(customfont.Families(0), 20)

End Sub

Next
Newer Post
Previous
This is the last post.

Post a Comment

  1. Type Urdu Hindi Arabic In Text Box Visual Basic (Vb.Net) >>>>> Download Now

    >>>>> Download Full

    Type Urdu Hindi Arabic In Text Box Visual Basic (Vb.Net) >>>>> Download LINK

    >>>>> Download Now

    Type Urdu Hindi Arabic In Text Box Visual Basic (Vb.Net) >>>>> Download Full

    >>>>> Download LINK Av

    ReplyDelete

 
Top