Jump to content

GUICtrlCreateLabel Center?


Recommended Posts

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 :graduated:

Thanks in Advance =)

-Ch

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...