Guest Beefteck Posted July 19, 2006 Posted July 19, 2006 (edited) ok, please do not flame me 4 this because i am still new to this kind of stuff. I have 3 little qeustions I know some1 can anwser. 1)How do I get rid of the window info bar. (I do not know what it really is called) Ok if you do not know what I mean then look all the way at the top of your internet broswer (Not in F11) it will say like AutoIt Fourms and have the - [] X buttons in the top right. I want to get rid of that whole bar. Is that possible? 2)When I go to run my script I want my GUI to apper at a dirrent possition that the defult midde of the screen. Is there a way to position the GUI right when it opens? EDIT1 : 3) I want to also make 2 diffrent color buttons, one black (so one code for a black button) and one white (so one code for a white button) Thank-you very much Thank-you for the help when you answer! I love autoit v3 too... soo much stuff you can do with it Edited July 19, 2006 by Beefteck
rakudave Posted July 19, 2006 Posted July 19, 2006 (edited) no prob... ^^1) when creating a GUI, use the $WS_POPUP style2)the parameters 4 and 5 define the position of your GUIGUICreate ( "title" [, width [, height [, left [, top [, style [, exStyle [, parent]]]]]]] ) Edited July 19, 2006 by rakudave Pangaea Ruler new, UDF: _GUICtrlCreateContainer(), Pangaea Desktops, Pangaea Notepad, SuDoku, UDF: Table
Guest Beefteck Posted July 19, 2006 Posted July 19, 2006 (edited) no prob... ^^ 1) when creating a GUI, use the $WS_POPUP style 2)the parameters 4 and 5 define the position of yout GUI GUICreate ( "title" [, width [, height [, left [, top [, style [, exStyle [, parent]]]]]]] ) cool thanks i couldn't find it in the help thing, well i prob skimmed rite ova it 3) I want to also make 2 diffrent color buttons, one black (so one code for a black button) and one white (so one code for a white button) Thank-you very much Edited July 19, 2006 by Beefteck
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