Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the specified resource into the WebBrowser control in the DHTML dialog.
BOOL LoadFromResource(
LPCTSTR lpszResource
);
BOOL LoadFromResource(
UINT nRes
);
Parameters
lpszResource
A pointer to a string containing the name of the resource to load.nRes
The ID of the resource to load.
Return Value
TRUE if successful; otherwise FALSE.
Requirements
Header: afxdhtml.h