I have a chicken or the egg problem -
I'm trying to create a custom context menu for a richtextbox control that INCLUDES the "Reconversion" menu choice provided by the default textbox context menu when IME is enabled.
So here is the issue -
Duplicating the default text menu choices (Cut,Copy...) is a no brainer, but how can I ADD a menu that will access the IME Reconversion window?
I was thinking it might be possible to hook the Windows handle for this menu but I haven't got the slighest clue.
(Note the RichTextBox control does NOT have a default context menu)
My issue is that I need the formatting capability of the RTF, so I can't just use a TextBox with the default system menu (which works fine with the IME).