Paul,
How can I change the status of the picturebox?.
Example:
I have 6 pictureboxes (placeholders) within an picture "pic1" --> red.png and other picture green.png
If the user click on the button "Flip" then must change the picture from red to green and reverse when I release the button.
How can I do that in FF
Kind regards
In Firefly you can use FIREIMAGE control.
LOCAL GFILENAME AS STRING
GFILENAME="IMAGE.PNG"
SendMessage HWND_IMAGENES_FIREIMAGE1, %FIREIMAGE_SETIMAGENORMAL, %FIREIMAGE_LOADFILE, StrPtr(gFileName)
SendMessage HWND_IMAGENES_FIREIMAGE1, %FIREIMAGE_SETFITSTYLE, 0, %TRUE