DigDeep Posted January 4, 2018 Posted January 4, 2018 @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()
Moderators JLogan3o13 Posted January 4, 2018 Moderators Posted January 4, 2018 @DigDeep this is the second time in as many days. Please pay attention to where you are posting. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
DigDeep Posted January 4, 2018 Author Posted January 4, 2018 @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.
Moderators JLogan3o13 Posted January 4, 2018 Moderators Posted January 4, 2018 Ok, but you had this posted in the Examples forum. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now