Partykilla Posted November 23, 2010 Posted November 23, 2010 Hi guys! So, basicly I've made an fullscreen application: GUICreate ('Main', @DesktopWidth + '1' , @DesktopHeight + '1') And I'd like the text inside it to be centered: $m1 = GUICtrlCreateLabel ('Console', 280, 300, 700) GUICtrlSetFont($m1, 14, 400, -1, "Lucida Console") GUICtrlSetColor($m1, 0xFFFFFF) Is it possible to center the text really? (Console) I know that everyone dosen't use the same resulotion as me therefor I need it centered Thanks in Advance =) -Ch
Partykilla Posted November 23, 2010 Author Posted November 23, 2010 I found out myself $w = GUICtrlCreateButton(" Windows ", @DesktopWidth/2, 220, 99, 24)
Zedna Posted November 24, 2010 Posted November 24, 2010 $Label1 = GUICtrlCreateLabel("Label1", 112, 96, 124, 17, $SS_CENTER) Resources UDF ResourcesEx UDF AutoIt Forum Search
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