How can I set a label caption to Wingdings characters like "0x8C" or "0x81"???
"0x8C" is unicode format, right?
Me.Label1.caption = StrConv("0x8C", vbFromUnicode) changes the caption allright but to a wrong character ...
The label font type property is already Wingdings of course
"0x8C" is unicode format, right?
Me.Label1.caption = StrConv("0x8C", vbFromUnicode) changes the caption allright but to a wrong character ...
The label font type property is already Wingdings of course
