jruelan Posted January 30, 2008 Posted January 30, 2008 hello? just want to make an input box like the one in "Date and Time Properties" (task bar) of windows. in the time editor, when you want to edit the hour, you only have to highlight the hour section and press the up and down button on the right side, so with the minutes and seconds and PM and AM. tnx anyone...
jruelan Posted January 30, 2008 Author Posted January 30, 2008 Can you be a little more descriptive?uhm, sorrydouble click the task bar in the time and date portion. the window Date and Time Properties launches (Windows XP). on the right, there is the "clock". please see attached picture
Swift Posted January 30, 2008 Posted January 30, 2008 (edited) Hmm...So you want an Updown? with your system time etc? am i getting this right? check these out: GUICtrlCreateUpdown() in the helpfile...and... @Hour @Min @Sec GUICtrlCreateInput(@hour & ":" & @min & ":" & @SEC & "") are you wanted to make a GUI or...an Inputbox..where you type in your 'input'? Edited January 30, 2008 by Swift
jruelan Posted January 30, 2008 Author Posted January 30, 2008 Hmm...So you want an Updown? with your system time etc? am i getting this right?yup...
Swift Posted January 30, 2008 Posted January 30, 2008 I am really not sure if I can make this. if must re-register the correct time...at every second...and also only change the time/second you click on...Sorry Jruelan...I cannot make this...I do not have enough knowledge...Maybe someone else can help you...Sorry Man...But I Am Getting Your Idea.
jruelan Posted January 30, 2008 Author Posted January 30, 2008 I am really not sure if I can make this. if must re-register the correct time...at every second...and also only change the time/second you click on...Sorry Jruelan...I cannot make this...I do not have enough knowledge...Maybe someone else can help you...Sorry Man...But I Am Getting Your Idea.oh no, it's really ok and fine with me. nevertheless, we could still find someone who could give us some idea... tnx anyways for your time...
Swift Posted January 30, 2008 Posted January 30, 2008 No Problem...you could look at the helpfile for help with the GUICtrlCreateInput() and GuiCtrlCreateUpDown() to help you create it...then add the @Hour @Min @sec the problem is it wont auto-reload it...and stuff like that...hope you get some help soon
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