-
[Help] RSUpdate add a picture
Hi RageZone,
I would like to add two pictures on the updater but I've got some trouble.
I tryed that way :
1/ I added two png on the gfx folder on Visual Studio
2/ I copy pasta every line I could fine to add picture on the code
#define IDR_IMAGE_BTN_GETSERIAL_HOVER
IDR_IMAGE_BTN_GETSERIAL_HOVER IMAGE "gfx\\btn_get_serial_hover.png" ...
for example
3/ I tryed to make a function which will draw the picture but it failed
No error code, nothing new appear, I remove all what I did and wait some tips.
The aim would be to have an icon which swap to the other icon when you clic on it, assigned with a bool for a function. (clic -> state 1, clic -> state 2, clic -> state 1, ....).
I hope my english wont destroy your eyes.
FrageDev
-