Click here to Skip to main content
15,893,644 members
Home / Discussions / C#
   

C#

 
QuestionHow to read the splitcontainers Programmatically ? Pin
Paramu197323-May-11 0:11
Paramu197323-May-11 0:11 
AnswerRe: How to read the splitcontainers Programmatically ? Pin
Richard MacCutchan23-May-11 1:21
mveRichard MacCutchan23-May-11 1:21 
GeneralRe: How to read the splitcontainers Programmatically ? Pin
Paramu197323-May-11 2:14
Paramu197323-May-11 2:14 
GeneralRe: How to read the splitcontainers Programmatically ? Pin
Richard MacCutchan23-May-11 2:43
mveRichard MacCutchan23-May-11 2:43 
GeneralRe: How to read the splitcontainers Programmatically ? Pin
Paramu197323-May-11 2:59
Paramu197323-May-11 2:59 
AnswerRe: How to read the splitcontainers Programmatically ? Pin
Eddy Vluggen23-May-11 3:24
professionalEddy Vluggen23-May-11 3:24 
AnswerRe: How to read the splitcontainers Programmatically ? Pin
Luc Pattyn23-May-11 3:39
sitebuilderLuc Pattyn23-May-11 3:39 
GeneralRe: How to read the splitcontainers Programmatically ? Pin
Paramu197323-May-11 4:48
Paramu197323-May-11 4:48 
AnswerRe: How to read the splitcontainers Programmatically ? Pin
Luc Pattyn23-May-11 4:49
sitebuilderLuc Pattyn23-May-11 4:49 
AnswerRe: How to read the splitcontainers Programmatically ? Pin
Dave Kreskowiak23-May-11 1:32
mveDave Kreskowiak23-May-11 1:32 
AnswerRe: How to read the splitcontainers Programmatically ? Pin
Blue_Boy23-May-11 1:38
Blue_Boy23-May-11 1:38 
AnswerRe: How to read the splitcontainers Programmatically ? Pin
Luc Pattyn23-May-11 3:32
sitebuilderLuc Pattyn23-May-11 3:32 
AnswerRe: How to read the splitcontainers Programmatically ? Pin
Subin Mavunkal23-May-11 20:28
Subin Mavunkal23-May-11 20:28 
Questionnested try catch Pin
Pranit Kothari22-May-11 22:21
Pranit Kothari22-May-11 22:21 
AnswerRe: nested try catch PinPopular
Richard MacCutchan22-May-11 22:53
mveRichard MacCutchan22-May-11 22:53 
AnswerRe: nested try catch Pin
Keith Barrow22-May-11 23:22
professionalKeith Barrow22-May-11 23:22 
AnswerRe: nested try catch [modified] Pin
Subin Mavunkal22-May-11 23:59
Subin Mavunkal22-May-11 23:59 
GeneralRe: nested try catch Pin
Keith Barrow23-May-11 0:26
professionalKeith Barrow23-May-11 0:26 
AnswerRe: nested try catch Pin
RobCroll23-May-11 12:33
RobCroll23-May-11 12:33 
QuestionDatagridview in Search Pin
ismail2022-May-11 21:44
ismail2022-May-11 21:44 
AnswerRe: Datagridview in Search Pin
Richard MacCutchan23-May-11 1:28
mveRichard MacCutchan23-May-11 1:28 
QuestionHow to declare the KeyPress Event to All RichTextBoxes...? Pin
Paramu197322-May-11 21:27
Paramu197322-May-11 21:27 
Hi, I have 20 TextBoxes in a form. And I have a Common KeyPress Event for all of that Textboxes.

So I try to declare the keypress event like the following manner... is it possible?

for (int Cnl = 1; Cnl < 21; Cnl++) 
{ 
((RichTextBox)Cnl).KeyPress += new KeyPressEventHandler(this.Comn_KeyPress); 
}

Thanks for the Ideas..
PARAMU
AnswerRe: How to declare the KeyPress Event to All RichTextBoxes...? Pin
Wayne Gaylard22-May-11 22:12
professionalWayne Gaylard22-May-11 22:12 
AnswerRe: How to declare the KeyPress Event to All RichTextBoxes...? Pin
RobCroll22-May-11 22:16
RobCroll22-May-11 22:16 
GeneralRe: How to declare the KeyPress Event to All RichTextBoxes...? Pin
ismail2022-May-11 22:22
ismail2022-May-11 22:22 

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.