BOOL LoadFromResource( LPCTSTR lpszResource );
BOOL LoadFromResource( UINT nRes );
Return Value
Nonzero if successful; otherwise zero.
Parameters
lpszResource
A pointer to a string containing the name of the resource to load.
nRes
The ID of the buffer containing the name of the resource to load.
Remarks
Call this member function to load the specified resource into the WebBrowser control.
Applies to Internet Explorer and WebBrowser.