Click here to Skip to main content
15,911,715 members
Home / Discussions / C#
   

C#

 
QuestionCatpcha [modified] Pin
Nilob30-May-06 4:51
Nilob30-May-06 4:51 
AnswerRe: Catpcha [modified] Pin
J4amieC30-May-06 6:06
J4amieC30-May-06 6:06 
GeneralRe: Catpcha [modified] Pin
Ed.Poore30-May-06 14:19
Ed.Poore30-May-06 14:19 
GeneralRe: Catpcha [modified] Pin
J4amieC31-May-06 0:53
J4amieC31-May-06 0:53 
AnswerRe: Catpcha [modified] Pin
Allah On Acid30-May-06 8:56
Allah On Acid30-May-06 8:56 
QuestionString to GUID [modified] Pin
fracalifa30-May-06 4:17
fracalifa30-May-06 4:17 
AnswerRe: String to GUID [modified] Pin
CodyGen30-May-06 4:33
CodyGen30-May-06 4:33 
GeneralRe: String to GUID Pin
fracalifa30-May-06 5:43
fracalifa30-May-06 5:43 
QuestionGenerating an XML file from an XML schema Pin
El'Cachubrey30-May-06 4:11
El'Cachubrey30-May-06 4:11 
GeneralRe: Generating an XML file from an XML schema Pin
BoneSoft30-May-06 9:06
BoneSoft30-May-06 9:06 
GeneralRe: Generating an XML file from an XML schema [modified] Pin
El'Cachubrey30-May-06 20:47
El'Cachubrey30-May-06 20:47 
QuestionCustom DataGridColumnStyle with images eats up system resources / cpu Pin
Larantz30-May-06 4:06
Larantz30-May-06 4:06 
AnswerRe: Custom DataGridColumnStyle with images eats up system resources / cpu Pin
Wjousts30-May-06 5:44
Wjousts30-May-06 5:44 
GeneralRe: Custom DataGridColumnStyle with images eats up system resources / cpu Pin
Larantz30-May-06 6:23
Larantz30-May-06 6:23 
GeneralRe: Custom DataGridColumnStyle with images eats up system resources / cpu Pin
Larantz30-May-06 21:02
Larantz30-May-06 21:02 
QuestionHow to Implement RBAC pattern or other security pattern in c# Pin
Saeed Rezaey30-May-06 3:49
Saeed Rezaey30-May-06 3:49 
QuestionWhat is XML and XSL? Pin
NaNg1524130-May-06 3:33
NaNg1524130-May-06 3:33 
AnswerRe: What is XML and XSL? Pin
Support12330-May-06 3:52
Support12330-May-06 3:52 
AnswerRe: What is XML and XSL? Pin
Saeed Rezaey30-May-06 3:55
Saeed Rezaey30-May-06 3:55 
AnswerRe: What is XML and XSL? [modified] Pin
MCSD-Gandalf30-May-06 3:58
MCSD-Gandalf30-May-06 3:58 
AnswerRe: What is XML and XSL? Pin
AbdulRahmanOfpk30-May-06 4:08
AbdulRahmanOfpk30-May-06 4:08 
QuestionRe: What is XML and XSL? [modified] Pin
NaNg1524130-May-06 4:29
NaNg1524130-May-06 4:29 
AnswerRe: What is XML and XSL? Pin
Dustin Metzgar30-May-06 5:01
Dustin Metzgar30-May-06 5:01 
QuestionMultiple row select in a datagrid? Pin
MCSD-Gandalf30-May-06 3:09
MCSD-Gandalf30-May-06 3:09 
I am trying to implement standard multi-select of rows in a datagrid. That is, allow the user to use the CTRL & SHIFT keys to select multiple rows in a datagrid. Then I'll loop through them and process the selected rows.

The problem is that the KEY events don't seem to be firing on the datagrid. When I just click on a column of the datagrid, and then press a key, the events fire. However, when I use the above keys and select some rows, the KeyUp event does NOT fire. I've tried the KeyPress event as well, and it does not fire either. The mouse events fire, but not the Key events. Does anyone know if this is a bug, or feature? Laugh | :laugh:

By the way I've tried this in both VS2003 and VS2005.


QuestionAddIn not responding for VS.Net 2003 Pin
Ruhina30-May-06 2:54
Ruhina30-May-06 2:54 

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.