Jump to content

BK Image for GUICreate


 Share

Recommended Posts

Is there any simple way of inserting an image for the background on GUICreate?

$FormMenu = GUICreate("Gnu's little helper", 457, 376, 263, 271) ; <-- Image should be background on this GUI,

; Imagedirection --> @WorkingDir&"\Images\AmazonBG.bmp"

Thanks in advance, Gnu / GeekS

Link to comment
Share on other sites

$FormMenu = GUICreate("Gnu's little helper", 457, 376, 263, 271); <-- Image should be background on this GUI,
GUICtrlCreatePic(@WorkingDir & "\Images\AmazonBG.bmp", 0, 0, 457, 376)
GuiCtrlSetState(-1,$GUI_DISABLE)
...
Fast and usefull, thanks alot, appreciate it!
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...