Поделиться через


CHtmlView::LoadFromResource

Call this member function to load the specified resource into the WebBrowser control.

BOOL LoadFromResource(
   LPCTSTR lpszResource 
);
BOOL LoadFromResource(
   UINT nRes 
);

Параметры

  • 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.

Возвращаемое значение

Nonzero if successful; otherwise zero.

Заметки

Applies to Internet Explorer and WebBrowser.

Требования

Header: afxhtml.h

См. также

Основные понятия

CHtmlView Class

CHtmlView Members

Hierarchy Chart