I use ctxTouchKeyboard in my aplication and but i have an error when i try to use ChrW in layout :
Private Sub Form_Load()
ctxTouchKeyboard.Font = "DejaVu Sans"
ctxTouchKeyboard.Font.Size = 20
ctxTouchKeyboard.ForeColor = &HFFFFFF
ctxTouchKeyboard.Layout = "1 2 3 4|||N 5 6 7|||N 8 9 .|||N 0 " & ChrW(&H21E6&) & "||B "
End Sub
Private Sub pvLoadLayout(sLayout As String)

I use ctxTouchKeyboard in my aplication and but i have an error when i try to use ChrW in layout :

Private Sub Form_Load()ctxTouchKeyboard.Font = "DejaVu Sans"ctxTouchKeyboard.Font.Size = 20ctxTouchKeyboard.ForeColor = &HFFFFFFctxTouchKeyboard.Layout = "1 2 3 4|||N 5 6 7|||N 8 9 .|||N 0 " & ChrW(&H21E6&) & "||B "End SubPrivate Sub pvLoadLayout(sLayout As String)