Jump to content

Need 2 things


Guest Beefteck
 Share

Recommended Posts

Guest Beefteck

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 :D

Thank-you for the help when you answer! I love autoit v3 too... soo much stuff you can do with it :wacko:

Edited by Beefteck
Link to comment
Share on other sites

no prob... ^^

1) when creating a GUI, use the $WS_POPUP style

2)the parameters 4 and 5 define the position of your GUI

GUICreate ( "title" [, width [, height [, left [, top [, style [, exStyle [, parent]]]]]]] )

Edited by rakudave
Link to comment
Share on other sites

Guest Beefteck

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 :D

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 :wacko:

Edited by Beefteck
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...