Jump to content

Gui Controls


Recommended Posts

How difficult is it to add other controls to AutoIT-gui, like updown and trackbar.  Being an absolute neophyte in c++, I do not know the scope of doing this.

I am not sure to know what is updown does combo control do the job.

and Trackbar isn't it the progress control.

draw an example as I can see the difference.

Link to comment
Share on other sites

JP - try this script:

$DTS_TIMEFORMAT = 9

GuiCreate("test")

GUISetControl ( "date", "", 20, 20, 100, 20, $DTS_TIMEFORMAT)

GUIWaitClose ( )

The time box has little up and down arrows on its right hand side -

An updown control looks like this but it appplies to numeric data other then time. So it looks like an input box that you can adjust the values by clicking on the up and down arrows. (you can put the arrows on the left side or have them aligned horizontally by choosing various updown control styles)

Link to comment
Share on other sites

JP - try this script:

$DTS_TIMEFORMAT = 9

GuiCreate("test")

GUISetControl ( "date", "", 20, 20, 100, 20, $DTS_TIMEFORMAT)

GUIWaitClose ( )

The time box has little up and down arrows on its right hand side -

An updown control looks like this but it appplies to numeric data other then time. So it looks like an input box that you can adjust the values by clicking on the up and down arrows. (you can put the arrows on the left side or have them aligned horizontally by choosing various updown control styles)

I understand but I hope Larry,Valik and other have great idea to implement this updown.

I have none for the time being. :whistle:

Link to comment
Share on other sites

It's just a control type, JP. I can't remember what it's called off the top of my head, but I don't think there are any tricks to it. I've seen it in the GUI designer in Visual Studio, at any rate.

Edit: Search MSDN for "Up-Down Control Reference".

Edited by Valik
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...