I'm using a RichTextBox. How can I change the version of RichEdit in the RichTextBox?
I’ve overriden the CreateParams property. The default values I see are as follows:
ClassName: “RichEdit20W” ClassStyle: 8 ExStyle 512 Height: 96 Param: null Parent: 0x00000000 Style: 1442906560 Width: 100 X: 0 Y: 0
How do I change the version of the RichEdit control? Any Ideas?
I’m currently using VS Professional Version: 2017 .NET Version: 4.7.03062 Windows 10
Thanks
-Mike
User contributions licensed under CC BY-SA 3.0