Jump to content

Recommended Posts

Posted

@martin I was looking at the _SplashTextWithGraphic.au3 and wanted to check how can I get the Title Bar also colored as the same as Body. If cannot be done then can I remove the Title Bar completly?

#include <_SplashTextWithGraphic.au3>

$text = @crlf  & "This is a test text with a graphic"
_SplashTextWithGraphicOn("",$text,400, 100,-1,-1)
GUICtrlSetColor(-1, 0xFFFFFF)
GUICtrlSetBkColor(-1, 0xC0C0C0)

 Sleep(5000)
_SplashTextWithGraphicOFF()

 

Posted

@JLogan3o13 I might have over blinked my eyes to read AutoIT Help & Support instead of General Help & Support.

Correct me here please. For any GUI related help needed, they should be posted under AutoIT GUI Help And Support. What are the categories for General Help and Support? Sorry, but not able to locate Help.

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