Category Windows and views, Object ProWindow

Function ProWindowURLShow


Description
Set the URL displayed in the window's embedded browser.
Replacement in Object TOOLKIT: pfcWindow::SetURL
Synopsis
#include <ProWindows.h>
ProErrorProWindowURLShow(
int window_id
/* (In)
The window identifier (containing the embedded browser)
*/
wchar_t* url
/* (In)
The URL to display in the embedded browser.
*/
)
Returns
PRO_TK_NO_ERRORThe function retrieved the information.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_BAD_INPUTSThe window identifier was invalid.

Manual References:

  1. User Interface: Basic Graphics: Manipulating the Embedded Browser in Windows
  2. User Interface: Basic Graphics: Manipulating the Embedded Browser in Windows

Sample Code References:

  1. pt_af_examples ( PTMfgTemplateBOM.c )
  2. pt_install_cxx ( TestInstall.cxx )
  3. pt_install_test ( TestInstall.c )
  4. pt_udf_examples ( PTUDFExUDFLibraryEdit.c )
  5. pt_userguide ( UgXMLFeat.c )