如何在桌面应用程序中的visual basic 2005文本框中键入hindi

时间:2013-07-18 09:27:56

标签: sql-server vb.net visual-studio-2005

我需要的是创建一个具有full_name和father_name等文本框的应用程序。

现在我想在ms-word中输入textox字段中的hindi。

我不知道该怎么做。

我在visual-basic

中比较大

我正在使用此代码在sql中插入值

    Try
        connection.Open()
        cmd1 = New SqlCommand("INSERT INTO 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 As Exception
        MsgBox("Category Failed to add!!")
    End Try

请告诉我如何做到这一点。

1 个答案:

答案 0 :(得分:1)

您可以在文本框中输入印地文;将文本框的字体设置为"Kruti Dev 040, 9.749999pt"