Time format
-
Hi I want to write a program that user should enter the time and they don't like to enter : : for the time.only they like to enter the nuumber of the clock not : help me how can do it?
roshanak wrote: I want to write a program that user should enter the time and they don't like to enter : : for the time.only they like to enter the nuumber of the clock not : help me how can do it? "enter the number of the clock"? I have no idea what that means... Give an example of what you want the user to enter, what does it look like? Are you saying that the users will enter something like "1530" or "330" instead of "15:30" or "3:30"? RageInTheMachine9532
-
Hi I want to write a program that user should enter the time and they don't like to enter : : for the time.only they like to enter the nuumber of the clock not : help me how can do it?
-
Hi I want to write a program that user should enter the time and they don't like to enter : : for the time.only they like to enter the nuumber of the clock not : help me how can do it?
Hi Dear, for your problem you can use these methods : 1) Use Microsoft mask edit control 2) validate your text box when user press any key by controlling on Key_pressed event. . M.R.O (Mohammad reza Ordubadi) ordubadi@Ittoolbox.net