Last active
August 15, 2022 13:16
-
-
Save bjoerntx/359864fdc19c0e2fb4e7ee0e88fd1adf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try { | |
textControl1.Load("test", TXTextControl.StringStreamType.RichTextFormat); | |
} | |
catch (FilterException exc) { | |
Debug.WriteLine("Message: {0}, Reason: {1}", exc.Message, exc.Reason.ToString()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment