CRichEdit.LoadRtfFromFilemethod
Loads a Rich Text File into a Rich Edit control.
Syntax
FUNCTION LoadRtfFromFile (BYVAL hRichEdit AS HWND, BYREF wszFileName AS WSTRING) AS BOOLEAN
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
wszFileName | The name of the RTF file to load. |
Return value
If the operation succeeds, the return value is TRUE.
If the operation fails, the return value is FALSE.
Description
Loads the contents of a RTF file into a Rich Edit control.
Reference
- Defined in AfxNova/CRichEdit.inc:1423
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class