Line Break Rich Edit
-
-
I have been using carriage return 0X0AD line feed 0A to break lines on Rich Edit using SF_TEXT until I noticed some of the data I am trying to Dump contains a 0x0d 0X0A causing an inadvertent line break is there an another way to break lines Thanks
I think what you need to do is find another way to represent the 0xAD data so that it doesn't trigger a line break. Like use a special character to represent it in the data stream that you're loading into the control.
The difficult we do right away... ...the impossible takes slightly longer.
-
I think what you need to do is find another way to represent the 0xAD data so that it doesn't trigger a line break. Like use a special character to represent it in the data stream that you're loading into the control.
The difficult we do right away... ...the impossible takes slightly longer.