Link to home
Start Free TrialLog in
Avatar of tcarmich
tcarmich

asked on

Rich edit control in dialog

Hi there,

I'm having troubles creating a dialog from a template that contains a rich edit control.  I found a solution in a KB article but it says to call an MFC function, (http://support.microsoft.com/kb/q166132/).  I cannot do this as I am not using MFC, are there any other work arounds?
ASKER CERTIFIED SOLUTION
Avatar of RomualdVilletet
RomualdVilletet

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tcarmich
tcarmich

ASKER

Hey thanks, it seems just calling "LoadLibrary("Riched20.dll");" before creating the dialog works!