Subclassed RichEdit ignoring input.
- From: "Paulz" <paulz@xxxxxxxxxxxxxxx>
- Date: 14 Jun 2005 09:01:15 -0700
This is probably fundamental and I'm sure I'm missing something simple.
I have used MSVC (6) to create a control based on the RichEdit control.
I've changed a couple of lines to use RichEdit20A instead;
Catt4c() :
m_ctlRichEdit(_T("RichEdit20A"), this, 1) //RichEdit20A
and (in OnCreate)
m_hLibRichEdit = LoadLibrary(_T("RICHED20.DLL"));
When I run up my test web page I can see the control, the cursor is
blinking, but I can not type anything into it. But it will respond to
paste commands and deletion.
Can anyone tell me where I have (or VC has) gone wrong, or point me the
direction of some useful material?
.
- Follow-Ups:
- Re: Subclassed RichEdit ignoring input.
- From: Paulz
- Re: Subclassed RichEdit ignoring input.
- Prev by Date: Re: For the CComBSTR lovers
- Next by Date: Win98 - client crashes - COM fails to recognize already running server
- Previous by thread: For the CComBSTR lovers
- Next by thread: Re: Subclassed RichEdit ignoring input.
- Index(es):
Relevant Pages
|