ljarratt Posted October 2, 2007 Posted October 2, 2007 How can I set a font or a size to a label? GUICtrlCreateLabel( "Title", 25, 10, 100, 25, $SS_CENTER ) I would like the Title in Bold or at least larger. Second, can I do the same thing with CHOICE 1 on the button below? myButton = GuiCtrlCreateButton( "CHOICE 1" & @CR & "Description", 25, 50, 80, 40, $BS_MULTILINE)
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