Actions Example 7: Passing a Value to Embedded Web Browser

Previous Next

See Also

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.

· Create a new dialog class.

 

· Insert an esd_char text box, a Microsoft Web Browser ActiveX control, and a Close button into it.

 

· Use the Object Activator to set the Post-edit property of the text box to

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.