Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The frame count is set within the Icon and IconList properties, usually as a field or subvalue. For example, to load our sample image, we use this code:

Code Block
Set_Property(@Window:".OLE_BUTTON", "OLE.Icon", "C:\myicons.bmp":@FM:9)

...

When we view the button, we see only the first of the nine icons on the button face:

...