Jump to content

Prompt for checkboxes


Dre
 Share

Recommended Posts

OK... so here is my first noobie question of the day.

I'd like for AutoIt to prompt me (ala message box) with a list of names with checkboxes next to them. Then when I select some or all of the checkboxes, have only the checked ones become part of a reusable variable.

Hope I'm clear, and I look forward to helping others once my experience grows... Andre

Link to comment
Share on other sites

Well, you'll have to create your own custom GUI with the checkboxes and buttons you want. If you have the 'light' SciTe version that comes in the AutoIt installation package, download the full one. You can find it in the download section of the site. This version comes with a bunch of tools that will help you, such as Koda (You can also download it from here.) This excellent tool will help you design your own GUI really easily.

Then you'll need to look in the help file for:

GuiCtrlRead()

GuiCtrlGetState()

GuiCtrlSetState()

With all that you should be able to do what you want.

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