BALA Posted January 10, 2007 Posted January 10, 2007 I have an UpDown that I want to use to allow the user to edit the time. The user will choose if they want to edit by hour, minute, or second, using three radios. Only, when I use the UpDown, it just resets the input back to digits (i.e. it geo sfrom 12:00:00 to 1, 2, 3, ...). I can do the radios, all I need is a way to edit the time. $input = GUICtrlCreateInput ("12:00:00",10,60, 60, 20, 0x0800, $ES_READONLY) GUICtrlCreateUpdown($input) [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
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