[Help] RSUpdate add a picture

Results 1 to 1 of 1
  1. #1
    Valued Member FrageDev is offline
    MemberRank
    Apr 2016 Join Date
    FranceLocation
    120Posts

    config [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




Advertisement