Code Comments
Programming Forum and web based access to our favorite programming groups.I create a project (base dialog) just use the mouse ,It can work if I do not add " Rich Edit 2.0 Control". and the dialog diappeard after I add it. why???I can not use "Rich Edit 2.0 Control" ?? other control works OK.
Post Follow-up to this message>I create a project (base dialog) just use the mouse ,It can work if I do >not add " >Rich Edit 2.0 Control". >and the dialog diappeard after I add it. > >why???I can not use "Rich Edit 2.0 Control" If you have an MFC application, you need to call AfxInitRichEdit2(). Dave
Post Follow-up to this message"zhang" <makefriend8@163.com> wrote in message news:#hbiaIHnIHA.5260@TK2MSFTNGP03.phx.gbl... > I create a project (base dialog) just use the mouse ,It can work if I do > not add " > Rich Edit 2.0 Control". > and the dialog diappeard after I add it. > > why???I can not use "Rich Edit 2.0 Control" If it's not an MFC app, then the docs state: "It is necessary to call the LoadLibrary function to load Riched32.dll or Riched20.dll before the dialog is created." Mark -- Mark Salsbery Microsoft MVP - Visual C++ > ?? > other control works OK. >
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.