Click here to Skip to main content
15,923,852 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multiple entries per row in a datagrid Pin
falles0122-Nov-07 14:03
falles0122-Nov-07 14:03 
GeneralRe: Multiple entries per row in a datagrid Pin
Vikram A Punathambekar22-Nov-07 15:25
Vikram A Punathambekar22-Nov-07 15:25 
GeneralRe: Multiple entries per row in a datagrid Pin
falles0122-Nov-07 16:25
falles0122-Nov-07 16:25 
GeneralRe: Multiple entries per row in a datagrid Pin
falles0122-Nov-07 18:54
falles0122-Nov-07 18:54 
QuestionHow can I select a whole when I click on CheckBox in DataGridView? Pin
T4AMD21-Nov-07 13:56
T4AMD21-Nov-07 13:56 
AnswerRe: How can I select a whole when I click on CheckBox in DataGridView? Pin
Michael Sync21-Nov-07 15:51
Michael Sync21-Nov-07 15:51 
QuestionDelete Key Trapping? Pin
jasper01821-Nov-07 13:16
jasper01821-Nov-07 13:16 
AnswerRe: Delete Key Trapping? Pin
Anthony Mushrow21-Nov-07 14:28
professionalAnthony Mushrow21-Nov-07 14:28 
Just use the KeyDown event for your datatgrid. The keydown event gets fired before the control knows about a key being pressed.

Then you can check if the key pressed was the delete key, and then if you want to cancel the delete, set e.Handled to true.

My current favourite word is: PIE!

Good ol' pie, it's been a while.

GeneralRe: Delete Key Trapping? Pin
jasper01827-Nov-07 4:04
jasper01827-Nov-07 4:04 
QuestionC# Modules/Plugins loaded dynamically - UserControl or others Pin
Fabricio Miranda21-Nov-07 12:43
Fabricio Miranda21-Nov-07 12:43 
QuestionDirectInput / XInput Articles Pin
MasterSharp21-Nov-07 11:50
MasterSharp21-Nov-07 11:50 
QuestionShow proccess window Pin
Scalee21-Nov-07 10:20
Scalee21-Nov-07 10:20 
AnswerRe: Show proccess window Pin
Mark Greenwood21-Nov-07 10:33
Mark Greenwood21-Nov-07 10:33 
AnswerRe: Show proccess window Pin
Skippums21-Nov-07 11:07
Skippums21-Nov-07 11:07 
GeneralRe: Show proccess window Pin
Scalee22-Nov-07 12:00
Scalee22-Nov-07 12:00 
Questiontextbox(es) Pin
Assaf8221-Nov-07 9:48
Assaf8221-Nov-07 9:48 
AnswerRe: textbox(es) Pin
J$21-Nov-07 9:58
J$21-Nov-07 9:58 
AnswerRe: textbox(es) Pin
Giorgi Dalakishvili21-Nov-07 10:04
mentorGiorgi Dalakishvili21-Nov-07 10:04 
AnswerRe: textbox(es) Pin
Anthony Mushrow21-Nov-07 10:12
professionalAnthony Mushrow21-Nov-07 10:12 
Questionpass value from sub form to parent form Pin
madEG21-Nov-07 8:32
madEG21-Nov-07 8:32 
AnswerRe: pass value from sub form to parent form Pin
Kristian Sixhøj21-Nov-07 8:37
Kristian Sixhøj21-Nov-07 8:37 
GeneralRe: pass value from sub form to parent form Pin
madEG21-Nov-07 8:47
madEG21-Nov-07 8:47 
GeneralRe: pass value from sub form to parent form Pin
Kristian Sixhøj21-Nov-07 8:58
Kristian Sixhøj21-Nov-07 8:58 
GeneralRe: pass value from sub form to parent form Pin
madEG21-Nov-07 9:05
madEG21-Nov-07 9:05 
GeneralRe: pass value from sub form to parent form Pin
Kristian Sixhøj21-Nov-07 9:07
Kristian Sixhøj21-Nov-07 9:07 

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.