Hi guys, I try to know why chrW () does not work like some emojis, I am working to use the codes offered by this page but most of all it gives me error 5.
https://apps.timwhitlock.info/emoji/...nd-map-symbols
error 5
Private Sub Command1_Click()
TextBoxW1.text = ChrW(&H1F601)
End Sub
this ok
Private Sub Command1_Click()
TextBoxW1.text = ChrW(&H2702)
End Sub
those of the first page are made up of 4 bits those give error those of the second page by 3 bits those work
sorry but I'm very noob with unicode, then I'll ask another question regarding GDI + drawtext

