Jump to content

Create Button


zxzxzx
 Share

Recommended Posts

Well the short answer is GUICtrlCreateButton. GUI's aren't always the easiest thing to code effectively. Read up in the help file, look at the examples, and welcome to the forum!

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Link to comment
Share on other sites

Yeah thats why I said the short answer was GUICtrlCreateButton... for changing the visual look, or skinning, your best bet is ez skin (http://www.autoitscript.com/forum/index.php?showtopic=41319&hl=ezskin)... unless your willing to take on creating your own button/skin, in which case I would refer you to search the forum. Your best bet to finding the answer may be to find a GUI that comes close to what you want and see how they do it. If your pretty new to coding that might be over your head though.

Try EZSkin, and see how it works for you.

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
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...