Borje Posted September 1, 2016 Posted September 1, 2016 HiIs it possible to have the text centered in any way when using GUICtrlCreateLabel? or text centered in the splash screens? Have been looking but can not find anything. Grateful if someone wants to give an example.
pluto41 Posted September 1, 2016 Posted September 1, 2016 #include <StaticConstants.au3> $Label1 = GUICtrlCreateLabel("Label1", 112, 96, 124, 17, $SS_CENTER) From the search function
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