Jump to content

Recommended Posts

Posted

Use WS_POPUP style

thnx 4 reply

GUICreate ("test", 320, 200, -1, -1, $WS_POPUP)
GuiCtrlCreatePic("fff.jpg", 0, 0, 320, 200)
GUISetState(@SW_SHOW)
Sleep(3000)
GUIDelete()
Posted

don't forget to disable the control if you are going to use it as a background

GuiCtrlCreatePic("fff.jpg", 0, 0, 320, 200)
GuiCtrlSetState(-1,$GUI_DISABLE)

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
  • Recently Browsing   0 members

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