Click here to Skip to main content
15,890,399 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: displaying WinHelp (.hlp) files in windows forms c#.net Pin
Member 387741516-Nov-08 0:39
Member 387741516-Nov-08 0:39 
GeneralRe: displaying WinHelp (.hlp) files in windows forms c#.net Pin
Wendelius16-Nov-08 3:52
mentorWendelius16-Nov-08 3:52 
GeneralRe: displaying WinHelp (.hlp) files in windows forms c#.net Pin
Thomas Stockwell16-Nov-08 5:12
professionalThomas Stockwell16-Nov-08 5:12 
GeneralRe: displaying WinHelp (.hlp) files in windows forms c#.net Pin
Dave Kreskowiak16-Nov-08 8:06
mveDave Kreskowiak16-Nov-08 8:06 
QuestionTime pick control Pin
progDes13-Nov-08 22:18
progDes13-Nov-08 22:18 
AnswerRe: Time pick control Pin
Simon P Stevens13-Nov-08 23:03
Simon P Stevens13-Nov-08 23:03 
GeneralRe: Time pick control Pin
progDes13-Nov-08 23:09
progDes13-Nov-08 23:09 
GeneralRe: Time pick control Pin
Simon P Stevens13-Nov-08 23:33
Simon P Stevens13-Nov-08 23:33 
If you use the masked text box you should be able to define whatever format you want.

Try setting the mask to something like "00:00:00.0000"

You'll probably have to manually validate things like the seconds don't go above 59 etc.

Is that what you are looking for?

progDes wrote:
So, I have to use what Windows Forms have...


You could write a custom control if you really wanted, but from the sounds of it, I think the masked text box will probably do the job.

You could write a custom control and inherit from the masked text box and just add the extra time validation logic. That would be quite a good way of doing things.

Simon

GeneralRe: Time pick control Pin
progDes13-Nov-08 23:34
progDes13-Nov-08 23:34 
QuestionCheckListBox/TreeView control hybrid Pin
FyreWyrm13-Nov-08 13:05
FyreWyrm13-Nov-08 13:05 
AnswerRe: CheckListBox/TreeView control hybrid Pin
FyreWyrm13-Nov-08 13:40
FyreWyrm13-Nov-08 13:40 
Questionhow to declare connection in a class globaly Pin
Tapan Kumar Mishra13-Nov-08 7:05
Tapan Kumar Mishra13-Nov-08 7:05 
AnswerRe: how to declare connection in a class globaly Pin
Wendelius13-Nov-08 7:41
mentorWendelius13-Nov-08 7:41 
GeneralRe: how to declare connection in a class globaly Pin
Tapan Kumar Mishra16-Nov-08 20:26
Tapan Kumar Mishra16-Nov-08 20:26 
GeneralRe: how to declare connection in a class globaly Pin
Wendelius17-Nov-08 4:35
mentorWendelius17-Nov-08 4:35 
GeneralRe: how to declare connection in a class globaly Pin
Tapan Kumar Mishra20-Nov-08 3:35
Tapan Kumar Mishra20-Nov-08 3:35 
GeneralRe: how to declare connection in a class globaly Pin
Wendelius20-Nov-08 7:23
mentorWendelius20-Nov-08 7:23 
Questionhow to create multi language support windows apllication Pin
arunmca.r12-Nov-08 23:50
arunmca.r12-Nov-08 23:50 
AnswerRe: how to create multi language support windows apllication Pin
Wendelius13-Nov-08 7:39
mentorWendelius13-Nov-08 7:39 
QuestionDisplaying colored alternating rows in a Crystal report Pin
sanpune12-Nov-08 20:47
sanpune12-Nov-08 20:47 
AnswerRe: Displaying colored alternating rows in a Crystal report Pin
Wendelius13-Nov-08 7:57
mentorWendelius13-Nov-08 7:57 
GeneralRe: Displaying colored alternating rows in a Crystal report Pin
sanpune14-Nov-08 0:27
sanpune14-Nov-08 0:27 
QuestionHow to change localization in VS2008 setup project dynamically Pin
praful_udade12-Nov-08 20:24
praful_udade12-Nov-08 20:24 
QuestionControl in MDI Form Pin
Ajeet mittal12-Nov-08 20:09
Ajeet mittal12-Nov-08 20:09 
AnswerRe: Control in MDI Form Pin
Wendelius13-Nov-08 7:48
mentorWendelius13-Nov-08 7:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.