MuffettsMan Posted April 9, 2015 Posted April 9, 2015 (edited) 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 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 April 9, 2015 by MuffettsMan Don't let that status fool you, I am no advanced memeber!
Solution MikahS Posted April 9, 2015 Solution Posted April 9, 2015 GUICtrlCreateDate Look at example 4. MuffettsMan 1 Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy 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
MuffettsMan Posted April 9, 2015 Author Posted April 9, 2015 GUICtrlCreateDate Look at example 4. epic fail - i should have kept scrolling! Don't let that status fool you, I am no advanced memeber!
MikahS Posted April 9, 2015 Posted April 9, 2015 It happens. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now