Looking for a spesific control
-
I saw a control in a program written in VB which is very easy to adjust time and I am looking if it is possible to find the same control for csharp/vs2008. I couldn't post the picture but it's like this: "00:00" Every zero is divided into 2 parts from the middle with a horizontal line and clicking the bottom piece decreases and top part increases the numbers. do you know such a control?
-
I saw a control in a program written in VB which is very easy to adjust time and I am looking if it is possible to find the same control for csharp/vs2008. I couldn't post the picture but it's like this: "00:00" Every zero is divided into 2 parts from the middle with a horizontal line and clicking the bottom piece decreases and top part increases the numbers. do you know such a control?
'Fraid not. But it sounds like the sort of thing you could do yourself in not too long a time.
Regards, Rob Philpott.
-
I saw a control in a program written in VB which is very easy to adjust time and I am looking if it is possible to find the same control for csharp/vs2008. I couldn't post the picture but it's like this: "00:00" Every zero is divided into 2 parts from the middle with a horizontal line and clicking the bottom piece decreases and top part increases the numbers. do you know such a control?
That would be a customized control. You can do that yourself, infact even better and easily with 3.5
modified on Friday, June 12, 2009 7:17 PM
-
That would be a customized control. You can do that yourself, infact even better and easily with 3.5
modified on Friday, June 12, 2009 7:17 PM
thanks, I will try
-
thanks, I will try
welcome :)