Versions Compared

Key

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

...

To display a bitmap stored as a resource in a .DLL or .EXE file, set the BITMAP property to the name of the file, a pound sign (#), and the resource ID. Resources can be referenced by name or by number; for example:

 

Code Block
Set_Property(CtrlEntID, "BITMAP", "my.dll#17")
Set_Property(CtrlEntID, "BITMAP", "my.exe#PrettyPicture")

...