CHTMLEdView hides cursor
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I have written a CMS that uses the CHTMLEdView class as a HTML editor. The CMS also has a number of additional edit controls for things like a button name, a tooltip etc. When the CHTMLEdView has focus, and I click on one of the other Edit controls, then the cursor is hidden, which is a hassle for editting. When I then click on any of the other edit controls, the cursor re-appears, In other words, I always need to click two different edit controls after using the HTML editor before the cursor appears again. I have tried ShowCursor(TRUE) and ShowCaret() on the edit controls, but nothing seems to help. Has anybody got any ideas on the subject? Would be greatly appreciated. Regards, William