Show Contents / Index / Search

Integrate Web and Host Data

Using this sample program, you can build a custom application that can perform the following tasks:

  • Navigate between Web pages.
  • Get a reference to a Web element.
  • Extract content, fill in fields, and click buttons on a Web page.

In addition, the sample program demonstrates the recommended way to get an Application object and keep it around. It defines the class member variable m_application , assigns an Application instance to it in OnLoad(), and then uses the variable to reference the Application instance.

  1. Build the Custom Application
  2. Run the Custom Application