Jump to content

Recommended Posts

Posted (edited)

$file1_calc = GUICtrlCreateLabel("Source MD5", 0, 100, 200, 25, $SS_CENTER)
$file1_md5 = GUICtrlCreateInput("<-- MD5 Checksum for Source file", 201, 100, 300, 25, $ES_READONLY)

Hi. If you add this to a script and execute it you will notice the $file1_calc label is aligned above the md5 one even though I have them both on the same alignment number. I can make it line up by putting them on different numbers but then everything below it gets un-aligned.

Can anyone please help me center the text up and down and not just left or right?

ADVthanksANCE

Edited by avery
www.abox.orgAvery HowellVisit My AutoIt Websitehttp://www.abox.org

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
×
×
  • Create New...