Jump to content

Recommended Posts

Posted

Anyone here know how to add a certain "color" or "font" to a string?

ie ---> GUICtrlCreateLabel(" Compiled by: The Owner", 10, 10)

"THE OWNER" must be in "red", or "COMPILED BY: THE OWNER" can also be in red...

thx guys :P

Posted

For GUIs, you could do GUICtrlSetFont for font and GUICtrlSetColor for the color.

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Posted

For GUIs, you could do GUICtrlSetFont for font and GUICtrlSetColor for the color.

Thx Someone...will give it a go :P

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
×
×
  • Create New...