Visual Studio Crashing on RichEdit SendMessage
I am attempting to follow the guidance in this blog post, which talks about using SendMessage to RichEdit with EM_STREAMOUT, and SF_BINARY and SF_HTML flags, to get HTML content from a RichEditControl. I am working in C#.