Z.K.
2006-12-27 22:25:24 UTC
I have a string of converted hex values to ascii as in é"r% & *![^!'P. It
displays okay in a MessageBox and an Edit control, but in a CStatic text
box, some of the characters are incorrect as in é"r% _*![^!'P. Is this
normal or a bug in VC++. Is there a way to fix this so it displays
correctly?
Why would I want to display such a string? Because it is a special code for
a barcode that enables a bluetooth radio. It does have a purpose and I can
get around this problem by using an Edit control, but I was wondering if
there is a fix for this problem that I am having.
Z.K.
displays okay in a MessageBox and an Edit control, but in a CStatic text
box, some of the characters are incorrect as in é"r% _*![^!'P. Is this
normal or a bug in VC++. Is there a way to fix this so it displays
correctly?
Why would I want to display such a string? Because it is a special code for
a barcode that enables a bluetooth radio. It does have a purpose and I can
get around this problem by using an Edit control, but I was wondering if
there is a fix for this problem that I am having.
Z.K.