Share via


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

  1. Open the form.

  2. Open the Properties window.

  3. 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

How to: Save Forms

Reference

Form Designer

Visible Property (Visual FoxPro)

Other Resources

Manipulating Objects

Creating Forms