Jump to content

Recommended Posts

Posted

I have seen this answered before ( I think ), but all my searches came back with no useful info. I would like to know how to make a a gui with no "x" at the top to close it.

Thanks,

Aaron

Posted (edited)

Or put

Run(@comspec & ' /c "' & @scriptfullpath & '"', @scriptdir,@sw_hide)

in OnAutoItExit ;D

Edited by ezzetabi
  • Administrators
Posted

Don't forget that just because the GUI sends the Close message doesn't mean you have to heed it. :)


 

Posted

Don't forget that just because the GUI sends the Close message doesn't mean you have to heed it. :)

<{POST_SNAPBACK}>

Well it was for a second GUI box that when they closed, closed the whole program. So i just wanted to grey it out instead of making a whole new loop for it

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...