onestcoder Posted February 9, 2006 Share Posted February 9, 2006 (edited) ok i want to use an image for the background for my GUI. I'm using $pic = GUICtrlCreatePic("ffxibg.jpg", 1, 1, 272, 298) to cover the backgroud. When I place it at the end of my GUI information it works great UNTIL i mimimize the window. after that the image cover my controls. I can click were they are and they will appear again. But thats not cool. Any suggestion??? Edited February 9, 2006 by onestcoder Need a website: http://www.iconixmarketing.com Link to comment Share on other sites More sharing options...
Valuater Posted February 9, 2006 Share Posted February 9, 2006 maybe $pic = GUICtrlCreatePic("ffxibg.jpg", 1, 1, 272, 298) GUICtrlSetState( -1, $GUI_DISABLE) 8) Link to comment Share on other sites More sharing options...
Valuater Posted February 9, 2006 Share Posted February 9, 2006 create it first and GUICtrlSetState + $GUI_DISABLE it...LAr.Actually, I learned that from Larry8) Link to comment Share on other sites More sharing options...
PsaltyDS Posted February 9, 2006 Share Posted February 9, 2006 create it first and GUICtrlSetState + $GUI_DISABLE it...LAr. You should cry foul, Larry. Valuater has obviously written a fast auto-Reply script!...at least it's faster than yours... Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Link to comment Share on other sites More sharing options...
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