Click to See Complete Forum and Search --> : Rich Edit Help


scathenC
December 3rd, 2006, 11:05 PM
Hi all,

I have a simple dialog in which I want to place a rich edit control.

I am using the DialogBoxParam() to load my dialog (which works
correctly). When I place a default Rich edit in the dialog using the
resource editor my dialog box no longer loads.

I'm not very familiar with rich edits, and was wondering if someone
could help me.

Regards

C

zeRoau
December 4th, 2006, 12:10 AM
Try calling


LoadLibrary("Riched20.dll");


before DialogBoxParam

scathenC
December 4th, 2006, 05:33 AM
Thanks,

yeah i figured that out straight after i posted. Good old msdn....love
how they forget to mention the loadlibrary call.

C