Click to See Complete Forum and Search --> : ActiveX control subclassing an Edit control


Cosmin
May 7th, 1999, 04:10 PM
I need to create an ActiveX control, subclassing the Edit control. Everything is just fine until I want to put my control in a HTML page. Now comes the trouble: I can type in, but can't move the caret with the cursor keys. I tried this with a basic wizard-generated project and it has the same problem. However, this is not happenig if I create an ATL component with the same functionality. Any ideas?