A
Alonso
Hi,
We have an application that has its own character map. Everything is working
fine until yesterday. We got a new requirement which was to add superscript
numbers from 0-9. Numbers 1,2,3 are display correctly.
The issue is the 0, 4-9. With those characters I got the square on my Rich
Text Box.
The funny thing is, if I copy/paste one of them from Windows Character Map,
after that all character will work using our character map.
The way I'm passing the characters from our C.M to the Rich Text Box is the
follow:
Clipboard.SetText(CType(sender, UIButton).Text, TextDataFormat.UnicodeText)
and
Me.m_CurrentRTB.Text =
Clipboard.GetData(System.Windows.Forms.DataFormats.UnicodeText)
Does anyone had this issue before?
Thanks for the help
Alonso
We have an application that has its own character map. Everything is working
fine until yesterday. We got a new requirement which was to add superscript
numbers from 0-9. Numbers 1,2,3 are display correctly.
The issue is the 0, 4-9. With those characters I got the square on my Rich
Text Box.
The funny thing is, if I copy/paste one of them from Windows Character Map,
after that all character will work using our character map.
The way I'm passing the characters from our C.M to the Rich Text Box is the
follow:
Clipboard.SetText(CType(sender, UIButton).Text, TextDataFormat.UnicodeText)
and
Me.m_CurrentRTB.Text =
Clipboard.GetData(System.Windows.Forms.DataFormats.UnicodeText)
Does anyone had this issue before?
Thanks for the help
Alonso