Re: RICHEDIT 2 in MFC
From: Johan Rosengren (johan.rosengren_at_telia.com)
Date: 05/20/04
- Next message: Johan Rosengren: "Re: MFC MDI app hangs randomly on some machines, but not others (most are OK). Typical causes?"
- Previous message: Johan Rosengren: "Re: Increasing size of controls"
- In reply to: Mark Bellamy: "RICHEDIT 2 in MFC"
- Next in thread: E B: "Re: RICHEDIT 2 in MFC"
- Reply: E B: "Re: RICHEDIT 2 in MFC"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 May 2004 15:59:06 +0200
Mark,
You might want to investigate AfxInitRichEdit2 on MSDN, and check
www.codeguru.com and www.codeproject.com, which both has articles on using
the version 2.
Johan Rosengren
Abstrakt Mekanik AB
"Mark Bellamy" <markb@cantreplybyemail.com> a écrit dans le message de
news:eDBIJjIPEHA.1644@TK2MSFTNGP09.phx.gbl...
> I'm trying to create a Richedit 2 window in MFC, instead of Richedit 1,
via
> a CRichEditCtrl, not a resource. Looking in the MFC source,
> CRichEditCtrl::Create() would need to be replaced at a minimum because
it's
> creating a window with a class of "RICHEDIT" and explicitly loading
> "RICHED32.DLL". CRichEditCtrl::Create() is not virtual so that would be a
> problem. Is there a good solution?
>
> Thanks
>
>
> Mark Bellamy
>
>
- Next message: Johan Rosengren: "Re: MFC MDI app hangs randomly on some machines, but not others (most are OK). Typical causes?"
- Previous message: Johan Rosengren: "Re: Increasing size of controls"
- In reply to: Mark Bellamy: "RICHEDIT 2 in MFC"
- Next in thread: E B: "Re: RICHEDIT 2 in MFC"
- Reply: E B: "Re: RICHEDIT 2 in MFC"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|