Hey again guys. I'm editing an exisiting program and all is well (for an overview, visit this thread:: http://www.codeguru.com/forum/showth...hreadid=254783 )

Anyway, I want to add an option to change the TIME INTERVAL so that the save function in the thread posted saves at the time entered by the user . Like for example:

let's say that the user clicks on File --> Set Time Interval and then a box appears so that the user can enter the time interval (let's say 5 seconds, 10 seconds, etc...)

Now, How do I do that? I already edited the resources and stuff so the Set Time Interval already appears in the program (of course it does nothing! ).

^
|

Question: How do I create an input box that stores only numbers?

Now, when I get this number, I want to be able to use it in the function on the thread link mentioned before and use the number as a timer for the StartSave function, how do I do this?


Any help will be great! I think it's not difficult for most of you guys cause you guys seems to know a lot.!