I have a few questions about using the rich edit control. I want the user to have the option of a word wrap mode. If word wrap is on I have been declaring the window without WS_HSCROLL and ES_AUTOHSCROLL. Is there a way to change the style after the window has been created? This way I can add or get rid of these styles as the word wrap option changes.
I want to create a right click popup menu. I was thinking of subclassing the rich edit control, but I am not sure if this is the right way to go. If I do subclass, does the richedit recieve the WM_RBUTTONUP message? I tried this but it did not seem to work.
Thanks
- Sean



LinkBack URL
About LinkBacks


