How to: Assign an Icon to a Form
In Visual FoxPro, you can assign an icon to the form; the icon is displayed on a forms taskbar button and in the title bar of the form. To assign an icon to a form, set the form's Icon property to the name of an .ico file.
To assign an icon to a form
Open the form.
Open the Properties window.
Set the Icon property to the .ico file that you want to display.
See Also
Tasks
How to: Add Properties and Methods to a Form
How to: Edit Event and Method Code
Reference
Visible Property (Visual FoxPro)