
07-01-2009, 9:22 AM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,328
Reputation: 1315
|
|
As I said, are you sure the strings are the same, neither of the strings you posted is produced by RTB control. You should paste an image to the control and get the generated rtf codes from the controls Rtf property and compare with what you get from the library. If there is any difference you should look into it. As you also know you can take the Rtf generated when pasting the image and assign and empty RTB control and it will display the same image, so the error must be with the string produced by the library somehow. I can confirm the string you posted does not produce an image in RTB control, but I can't tell you why as I don't have the image that should produce that code in RTB control.
|