Sl4yer Posted August 30, 2008 Posted August 30, 2008 hi, could u guys help me out on creating a GUI without a title bar?? sry 4 my poor english
Zedna Posted August 30, 2008 Posted August 30, 2008 Use WS_POPUP style Resources UDF ResourcesEx UDF AutoIt Forum Search
Sl4yer Posted August 30, 2008 Author Posted August 30, 2008 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()
Pain Posted August 31, 2008 Posted August 31, 2008 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)
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