sql server - how to type in hindi in visual basic 2005 textbox in desktop application -


what need create application have textbox full_name , father_name.

now want type hindi in textox field ms-word.

i dont know do.

i biggner in visual-basic

i using code insert values in sql

    try         connection.open()         cmd1 = new sqlcommand("insert admin_users(id, username, password, is_active) values('" + id + "', '" + username.text + "', '" + password.text + "', '" + is_active_set + "' )", connection)         ra = cmd1.executenonquery()         msgbox("category added!!")     catch ex exception         msgbox("category failed add!!")     end try 

please give me idea how can this.

you can type in hindi in text box; set font of text box "kruti dev 040, 9.749999pt"


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -