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.
- Build the Custom Application
- Run the Custom Application
|