Click here to Skip to main content
16,007,126 members
Home / Discussions / C#
   

C#

 
GeneralVertical Progress Bar Pin
mitreviper6-Feb-05 20:56
mitreviper6-Feb-05 20:56 
GeneralRe: Vertical Progress Bar Pin
Stefan Troschuetz6-Feb-05 23:22
Stefan Troschuetz6-Feb-05 23:22 
GeneralMDI in C#.net Pin
Anonymous6-Feb-05 20:29
Anonymous6-Feb-05 20:29 
GeneralRe: MDI in C#.net Pin
SimonS7-Feb-05 0:07
SimonS7-Feb-05 0:07 
Questionhow to deactivate the keyboard? Pin
ektoras6-Feb-05 19:35
ektoras6-Feb-05 19:35 
AnswerRe: how to deactivate the keyboard? Pin
Heath Stewart7-Feb-05 9:48
protectorHeath Stewart7-Feb-05 9:48 
GeneralNumericUpDown: ValueChanged event not fired Pin
Lizzy6-Feb-05 19:33
Lizzy6-Feb-05 19:33 
GeneralRe: NumericUpDown: ValueChanged event not fired Pin
Heath Stewart7-Feb-05 9:52
protectorHeath Stewart7-Feb-05 9:52 
It should be fired when the control loses focus. Until the control loses focus the value is not actually changed when editing it manually. If this wasn't the case, if you mean to type 90 and the event fired when you typed just 9, bad things could happen that the developers using the control may not expect.

If this is the behavior you want, try extending the control and overriding ProcessDialogKey or ProcessDialogChar and fire the event yourself, or use a timer to fire the event after a short amount of time (enough to give moderately slow typers time to enter 2 or more digits - whatever it is you're expecting).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralHow.. Pin
Yulianto.6-Feb-05 18:00
Yulianto.6-Feb-05 18:00 
GeneralRe: How.. Pin
PSK_7-Feb-05 1:15
PSK_7-Feb-05 1:15 
GeneralRe: How.. Pin
Yulianto.7-Feb-05 14:23
Yulianto.7-Feb-05 14:23 
GeneralRe: How.. Pin
PSK_7-Feb-05 1:30
PSK_7-Feb-05 1:30 
GeneralRe: How.. Pin
S. Senthil Kumar7-Feb-05 18:40
S. Senthil Kumar7-Feb-05 18:40 
QuestionLine to line height ? Pin
sachinkalse6-Feb-05 14:59
sachinkalse6-Feb-05 14:59 
Generalaccessing properties of the mdiParent from the child Pin
kowplunk6-Feb-05 14:34
kowplunk6-Feb-05 14:34 
GeneralRe: accessing properties of the mdiParent from the child Pin
Skynyrd7-Feb-05 8:49
Skynyrd7-Feb-05 8:49 
GeneralRe: accessing properties of the mdiParent from the child Pin
kowplunk7-Feb-05 14:07
kowplunk7-Feb-05 14:07 
GeneralRe: accessing properties of the mdiParent from the child Pin
Anonymous8-Feb-05 3:18
Anonymous8-Feb-05 3:18 
GeneralRe: accessing properties of the mdiParent from the child Pin
kowplunk8-Feb-05 3:22
kowplunk8-Feb-05 3:22 
GeneralRe: accessing properties of the mdiParent from the child Pin
Skynyrd8-Feb-05 11:56
Skynyrd8-Feb-05 11:56 
GeneralDataGrid Cell being edited Pin
Keith La Force6-Feb-05 9:55
Keith La Force6-Feb-05 9:55 
GeneralRe: DataGrid Cell being edited Pin
Christian Graus6-Feb-05 14:40
protectorChristian Graus6-Feb-05 14:40 
GeneralRe: DataGrid Cell being edited Pin
Luis Alonso Ramos6-Feb-05 17:55
Luis Alonso Ramos6-Feb-05 17:55 
GeneralRe: DataGrid Cell being edited Pin
Keith La Force7-Feb-05 1:16
Keith La Force7-Feb-05 1:16 
GeneralGetOpenFileName in C# Pin
Formato6-Feb-05 9:01
Formato6-Feb-05 9:01 

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.