Jump to content

left justify button text


Recommended Posts

I have searched and searched the help docs even tried putting spaces here that did not owrk either can anyone help

$1button = GuiCtrlCreateButton ("1. Set network ID ",50,100,200,40)

$2button = GuiCtrlCreateButton ("2. Remove old Antivirus ",50,150,200,40)

$3button = GuiCtrlCreateButton ("3. Install New Antivirus ",50,200,200,40)

$4button = GuiCtrlCreateButton ("4. Convert PestPatrol to Spysweeper ",50,250,200,40)

$5button = GuiCtrlCreateButton ("5. Install and run CCleaner ",50,300,200,40)

$6button = GuiCtrlCreateButton ("6. Virus Scan (Nod32) ",50,350,200,40)

$7button = GuiCtrlCreateButton ("7. Spyware Scan ",50,400,200,40)

Link to comment
Share on other sites

your the best I only saw right in the documentation silly me I should have tried it. Great program as well thanks. Ever think of creating a wysiwyg menu program or at least a way to show the coordinance of that particular window? it is so time consuming shifting things around. thanks again

I have searched and searched the help docs even tried putting spaces here that did not owrk either  can anyone help

$1button = GuiCtrlCreateButton ("1. Set network ID                    ",50,100,200,40)

$2button = GuiCtrlCreateButton ("2. Remove old Antivirus              ",50,150,200,40)

$3button = GuiCtrlCreateButton ("3. Install New Antivirus              ",50,200,200,40)

$4button = GuiCtrlCreateButton ("4. Convert PestPatrol to Spysweeper  ",50,250,200,40)

$5button = GuiCtrlCreateButton ("5. Install and run CCleaner          ",50,300,200,40)

$6button = GuiCtrlCreateButton ("6. Virus Scan (Nod32)            ",50,350,200,40)

$7button = GuiCtrlCreateButton ("7. Spyware Scan    ",50,400,200,40)

<{POST_SNAPBACK}>

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...