Click here to Skip to main content
15,914,016 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Services Installation Pin
Heath Stewart26-Mar-04 7:46
protectorHeath Stewart26-Mar-04 7:46 
GeneralRe: Windows Services Installation Pin
opopov26-Mar-04 10:10
opopov26-Mar-04 10:10 
GeneralRe: Windows Services Installation Pin
Heath Stewart26-Mar-04 11:16
protectorHeath Stewart26-Mar-04 11:16 
GeneralRe: Windows Services Installation Pin
opopov26-Mar-04 22:29
opopov26-Mar-04 22:29 
GeneralRe: Windows Services Installation Pin
Heath Stewart26-Mar-04 22:35
protectorHeath Stewart26-Mar-04 22:35 
GeneralDatagrid, handling events Pin
benqazou26-Mar-04 7:09
benqazou26-Mar-04 7:09 
GeneralRe: Datagrid, handling events Pin
Charlie Williams26-Mar-04 7:38
Charlie Williams26-Mar-04 7:38 
GeneralRe: Datagrid, handling events Pin
Heath Stewart26-Mar-04 7:58
protectorHeath Stewart26-Mar-04 7:58 
TextChanged is fired AFTER (hence the past-tense "Changed") the text is commited, not while it's being typed.

Handle the KeyDown event. Verify the length and cancel the event (set KeyEventArgs.Handled to true) if necessary.

 

Microsoft MVP, Visual C#
My Articles
Generalrunning application in windows Pin
amal_pro8326-Mar-04 6:25
amal_pro8326-Mar-04 6:25 
GeneralRe: running application in windows Pin
tonaxxl26-Mar-04 6:38
tonaxxl26-Mar-04 6:38 
GeneralRe: running application in windows Pin
Dave Kreskowiak26-Mar-04 7:27
mveDave Kreskowiak26-Mar-04 7:27 
GeneralRe: running application in windows Pin
amal_pro8326-Mar-04 19:31
amal_pro8326-Mar-04 19:31 
GeneralRe: running application in windows Pin
Dave Kreskowiak27-Mar-04 3:37
mveDave Kreskowiak27-Mar-04 3:37 
GeneralRe: running application in windows Pin
amal_pro8327-Mar-04 21:46
amal_pro8327-Mar-04 21:46 
GeneralRe: running application in windows Pin
Dave Kreskowiak28-Mar-04 4:31
mveDave Kreskowiak28-Mar-04 4:31 
QuestionHow to pass null to a ref bool or out bool parameter? Pin
yyf26-Mar-04 5:52
yyf26-Mar-04 5:52 
AnswerRe: How to pass null to a ref bool or out bool parameter? Pin
Charlie Williams26-Mar-04 6:41
Charlie Williams26-Mar-04 6:41 
GeneralRe: How to pass null to a ref bool or out bool parameter? Pin
partyganger26-Mar-04 9:41
partyganger26-Mar-04 9:41 
AnswerRe: How to pass null to a ref bool or out bool parameter? Pin
Judah Gabriel Himango26-Mar-04 6:45
sponsorJudah Gabriel Himango26-Mar-04 6:45 
GeneralRe: How to pass null to a ref bool or out bool parameter? Pin
Heath Stewart26-Mar-04 7:54
protectorHeath Stewart26-Mar-04 7:54 
GeneralRe: How to pass null to a ref bool or out bool parameter? Pin
Judah Gabriel Himango26-Mar-04 7:59
sponsorJudah Gabriel Himango26-Mar-04 7:59 
GeneralRe: How to pass null to a ref bool or out bool parameter? Pin
Heath Stewart26-Mar-04 8:09
protectorHeath Stewart26-Mar-04 8:09 
AnswerRe: How to pass null to a ref bool or out bool parameter? Pin
leppie28-Mar-04 7:32
leppie28-Mar-04 7:32 
GeneralAnother Interop Question.... Pin
schnee2k326-Mar-04 5:23
schnee2k326-Mar-04 5:23 
GeneralRe: Another Interop Question.... Pin
John Fisher26-Mar-04 7:13
John Fisher26-Mar-04 7:13 

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.