The executable file has been created, and then run on Windows 2008 Server and Windows 2016 Server but the symbols are not rendering on Windows 2008 Server. Could you please help me to fix the issue?
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
TextBox1.Text = "⑈" + "1234"
Me.TextBox1.AutoSize = False
Me.TextBox1.Height = 26
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
TextBox2.Text="⑆" + "5678"
End Sub
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
'"files.encoding": "windows1252"
TextBox3.Text = "⑇" + "9876"
End Sub
End Class