Share via


URL Open Dialog Box Foundation Class

This dialog box, when placed on a form, provides a dropdown that stores the URL history list.

Category

Internet

Default Catalog

Visual FoxPro Catalog\Foundation Classes\Internet

Class

_openaddressdialog

Basse Class

Form

Class Library

_internet.vcx

Parent Class

_dialog

Sample

...\Samples\Solution\Ffc\hyperlnk.scx

Remarks

To use, drop the class on a project or, from the Component Gallery Item shortcut menu, select Add to Project or Create Form. When you add the class to a project, you can choose between adding the class or creating a subclass, or creating a form. When you create a form, Visual FoxPro displays an Open dialog box so you can specify the name of the form, then creates and opens the form in the Form Designer so you can specify appropriate Target and lShellExecute values.

Properties, Events, Methods

Description

lShellExecute property

Runs the target URL.

Default: .T.

Target property

Specifies the name of the target URL.

Default: ""

cFileExt property

Internal to the class.

See Also

Concepts

Guidelines for Using Visual FoxPro Foundation Classes

Reference

Visual FoxPro Foundation Classes A-Z

Other Resources

Foundation Class Samples