Code:
Gui, Add, DateTime, vMyDate, LongDate
Gui, Add, DateTime, vMyTime, Time
Gui, Show
return
GuiClose:
ExitApp
return
Is it possible to cycle through one datetime control with the TAB Key? At the moment you just change focus between those two controls.
But when one control has the focus, you can just change one attribute (e.g. the hour, the day). When you press TAB again, the focus changes to the other control back again.
I know it's just a small thing, but I'm used to press the Tab Key to jump to the next attribute.