Click here to Skip to main content
15,886,519 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to create a chart Pin
h.pordel1-Nov-09 9:39
h.pordel1-Nov-09 9:39 
GeneralRe: how to create a chart Pin
Christian Graus1-Nov-09 9:40
protectorChristian Graus1-Nov-09 9:40 
GeneralRe: how to create a chart Pin
h.pordel1-Nov-09 9:49
h.pordel1-Nov-09 9:49 
GeneralRe: how to create a chart Pin
Christian Graus1-Nov-09 9:51
protectorChristian Graus1-Nov-09 9:51 
GeneralRe: how to create a chart Pin
h.pordel1-Nov-09 9:59
h.pordel1-Nov-09 9:59 
GeneralRe: how to create a chart Pin
Christian Graus1-Nov-09 10:10
protectorChristian Graus1-Nov-09 10:10 
AnswerRe: how to create a chart Pin
Henry Minute1-Nov-09 9:30
Henry Minute1-Nov-09 9:30 
QuestionRedirecting keystrokes to a RichTextBox Control in C# Pin
pbalaga1-Nov-09 9:02
pbalaga1-Nov-09 9:02 
I have a Form with a few panels and a RichTextBox on it. I need to detect any key messages on the level of form and send them to other child controls on my own way. I tried calling/overriding WndProc, PreProcessMessage, etc. Also tried setting my own MessageFilter via Application.AddMessageFilter() and finally gave a try to a native method SendMessage. None of these work.

I CAN detect the messages. But the problem is that when I'm passing them to the RichTextBox there's no effect (no text is appended). How can I make that control react on the redirected messages?

Thanks in advance.
AnswerRe: Redirecting keystrokes to a RichTextBox Control in C# Pin
Christian Graus1-Nov-09 9:14
protectorChristian Graus1-Nov-09 9:14 
GeneralRe: Redirecting keystrokes to a RichTextBox Control in C# Pin
pbalaga3-Nov-09 8:27
pbalaga3-Nov-09 8:27 
Questionhelp me Pin
Arefeh Haghpnah1-Nov-09 8:39
Arefeh Haghpnah1-Nov-09 8:39 
AnswerRe: help me Pin
Christian Graus1-Nov-09 8:48
protectorChristian Graus1-Nov-09 8:48 
GeneralRe: help me Pin
Arefeh Haghpnah2-Nov-09 7:54
Arefeh Haghpnah2-Nov-09 7:54 
QuestionCheckBoxList problem in C# Pin
Neo Andreson1-Nov-09 7:22
Neo Andreson1-Nov-09 7:22 
AnswerRe: CheckBoxList problem in C# Pin
Qendro1-Nov-09 9:15
Qendro1-Nov-09 9:15 
GeneralRe: CheckBoxList problem in C# Pin
Henry Minute1-Nov-09 9:24
Henry Minute1-Nov-09 9:24 
Questionhow to pass the textbox value as parameter in url Pin
sudhir behera1-Nov-09 7:19
sudhir behera1-Nov-09 7:19 
AnswerRe: how to pass the textbox value as parameter in url Pin
Ghydo1-Nov-09 7:44
Ghydo1-Nov-09 7:44 
AnswerRe: how to pass the textbox value as parameter in url Pin
niranjankarekar30-Jun-10 6:59
niranjankarekar30-Jun-10 6:59 
QuestionEmpty strings with string.split Pin
Aljaz1111-Nov-09 6:02
Aljaz1111-Nov-09 6:02 
AnswerRe: Empty strings with string.split Pin
Eddy Vluggen1-Nov-09 6:33
professionalEddy Vluggen1-Nov-09 6:33 
GeneralRe: Empty strings with string.split Pin
Not Active1-Nov-09 10:37
mentorNot Active1-Nov-09 10:37 
GeneralRe: Empty strings with string.split Pin
Eddy Vluggen3-Nov-09 2:42
professionalEddy Vluggen3-Nov-09 2:42 
AnswerRe: Empty strings with string.split Pin
Alan N1-Nov-09 6:35
Alan N1-Nov-09 6:35 
AnswerRe: Empty strings with string.split Pin
PIEBALDconsult1-Nov-09 16:29
mvePIEBALDconsult1-Nov-09 16:29 

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.