News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

RichEdit 4.1

Started by John Z, Yesterday at 02:45:46 PM

Previous topic - Next topic

John Z

Please consider adding Richedit4.1 to the control tool box in a future version release.
It uses the newer RTF DLL Msftedit.dll.

Calling syntax:
    HWND hwndEdit= CreateWindowEx(0, MSFTEDIT_CLASS, TEXT("Type here"),
        ES_MULTILINE | WS_VISIBLE | WS_CHILD | WS_BORDER | WS_TABSTOP,
        x, y, width, height,
        hwndOwner, NULL, hinst, NULL);

John Z