• 0

VB.NET 2013: Unicode Character in MessageBox


Question

2 answers to this question

Recommended Posts

  • 0

My VB.NET is rusty but ChrW does work, use &H to represent a hexidecimal number.

    Private Sub UnicodeTest(Sender As Object, E As EventArgs) Handles Button1.Click
        MessageBox.Show("This is some Unicode: " + ChrW(&HBB))
    End Sub
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.