peter123 Posted November 10, 2007 Posted November 10, 2007 Hi Everjone, I have a little question... how can I call a background in a autoit3 program that is compiled... for example: I have this code #include <GUIConstants.au3> GUICreate("Test") GUISetState (@SW_SHOW) ;here I need a some CODE. While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop Wend now if i comiled this and open it with Reshacker I get this Nieuwe_bitmapafbeelding.bmp Now I put a image as Resource but I want see this image as background in this program and don't works how can I call it on this script? #include <GUIConstants.au3> GUICreate("Test") GUISetState (@SW_SHOW) While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop Wend
rover Posted November 11, 2007 Posted November 11, 2007 everything you need is in this thread Add and use binary data to/from resources, UDF - embed/use any data/files into/from AutoIt compiled EXE files I see fascists...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now