URL Open Dialog Box Foundation Class
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
This dialog box, when placed on a form, provides a dropdown that stores the URL history list.
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
Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Visual FoxPro Foundation Classes