Actions Example 7: Passing a Value to Embedded Web Browser |
This dialog is a simple Web Browser, which you can embed anywhere in your USoft application. It contains a Microsoft Web Browser as an ActiveX control and a text box to which you can pass the URL to be browsed. The browser is activated runtime by pressing the TAB key from the URL field.
MS_Browser_1.Navigate( Variables.Text_Box_1() ) TIP: Make subclasses of the Microsoft Web Browser and the esd_char control first. Then use these subclasses, rather than the original classes. |