Jump to content

#AutoIt3Wrapper_Res_File_Add. How to use?


Recommended Posts

#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#AutoIt3Wrapper_Res_File_Add=0.jpg, img_1, 0_jpg
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 625, 237, 260, 421)
$Pic1 = GUICtrlCreatePic("", 112, 40, 233, 100, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
;GUICtrlSetImage($Pic1, "what need to write here to update a control with res_file?!!")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit
    EndSwitch
WEnd

File is added successfully, but how to get this resource and update a control?

p.s. Please, don't tell me: "FileInstall(), res_hacker.exe, DataFiler..." - i had seen it all.

I would like to get the concrete answer to a concrete question. Thanks.

Edited by Vitas

_____________________________________________________________________________

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...