Jump to content

Is there a GUI Time Picker?


Go to solution Solved by MikahS,

Recommended Posts

Trying to force something like:

$g_hDTP = _GUICtrlDTP_Create($Form1_1, 252, 366, 190, $DTS_TIMEFORMAT)
_GUICtrlDTP_SetFormat($g_hDTP, "hh:mm ttt")

 but that only gives current time and only lets you select dates :D

on the other hand can just make input boxes with $ES_NUMBER or dropdown boxes I guess just wanted to see if there was a better solution

Edit: 

To clarify, was trying to make a time picker not a date picker (like for a scheduler) 

Edited by MuffettsMan

Don't let that status fool you, I am no advanced memeber!

Link to comment
Share on other sites

  • Solution

GUICtrlCreateDate

Look at example 4. :)

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

Link to comment
Share on other sites

It happens. ;)

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

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