Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active August 15, 2022 13:16
Show Gist options
  • Save bjoerntx/359864fdc19c0e2fb4e7ee0e88fd1adf to your computer and use it in GitHub Desktop.
Save bjoerntx/359864fdc19c0e2fb4e7ee0e88fd1adf to your computer and use it in GitHub Desktop.
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
OSZAR »