Jump to content

Inline Background


peter123
 Share

Recommended Posts

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
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...