Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
Questionhelp with search program related to pdf files Pin
noobneedshelp9-Sep-07 20:36
noobneedshelp9-Sep-07 20:36 
Questioncross thread..? How to populated a textbox with serial input?I Pin
mercenary019-Sep-07 20:24
mercenary019-Sep-07 20:24 
AnswerRe: cross thread..? How to populated a textbox with serial input?I Pin
bigbrownbeaver9-Sep-07 21:11
bigbrownbeaver9-Sep-07 21:11 
GeneralRe: cross thread..? How to populated a textbox with serial input?I Pin
blackjack21509-Sep-07 21:21
blackjack21509-Sep-07 21:21 
GeneralRe: cross thread..? How to populated a textbox with serial input?I Pin
bigbrownbeaver9-Sep-07 21:59
bigbrownbeaver9-Sep-07 21:59 
GeneralRe: cross thread..? How to populated a textbox with serial input?I Pin
lmoelleb10-Sep-07 0:02
lmoelleb10-Sep-07 0:02 
QuestionTransformation n ZoomIn/ZoomOut Pin
KrunalC9-Sep-07 20:16
KrunalC9-Sep-07 20:16 
QuestionCapturing Arrow Keys Pin
ahojed9-Sep-07 19:46
ahojed9-Sep-07 19:46 
In the KeyDown event for my form, I have code that goes something like:

if (e.KeyCode == Keys.Right && e.Modifiers == Keys.Control)
{
textBox1.Focus();
textBox1.SelectAll();
}

So, when I press ctrl+right I'd like to focus on a text box and select all its text. But the right arrow press is processed by something else and so the cursor ends up at the end of the text box text with nothing selected. What's processing that right key press? How can I have ctrl+right select the text and not perform a right press in this one instance? Thanks for your help.
AnswerRe: Capturing Arrow Keys Pin
Giorgi Dalakishvili9-Sep-07 20:40
mentorGiorgi Dalakishvili9-Sep-07 20:40 
GeneralRe: Capturing Arrow Keys Pin
ahojed10-Sep-07 4:56
ahojed10-Sep-07 4:56 
AnswerRe: Capturing Arrow Keys Pin
Luc Pattyn10-Sep-07 0:54
sitebuilderLuc Pattyn10-Sep-07 0:54 
QuestionDataGridViewRow using Dataset Pin
C#Coudou9-Sep-07 19:04
C#Coudou9-Sep-07 19:04 
AnswerRe: DataGridViewRow using Dataset Pin
Assaf829-Sep-07 19:30
Assaf829-Sep-07 19:30 
GeneralRe: DataGridViewRow using Dataset Pin
C#Coudou9-Sep-07 19:41
C#Coudou9-Sep-07 19:41 
GeneralRe: DataGridViewRow using Dataset Pin
T.EDY9-Sep-07 19:53
T.EDY9-Sep-07 19:53 
GeneralRe: DataGridViewRow using Dataset Pin
C#Coudou9-Sep-07 20:06
C#Coudou9-Sep-07 20:06 
GeneralRe: DataGridViewRow using Dataset Pin
Assaf829-Sep-07 20:08
Assaf829-Sep-07 20:08 
GeneralRe: DataGridViewRow using Dataset Pin
C#Coudou9-Sep-07 20:12
C#Coudou9-Sep-07 20:12 
GeneralRe: DataGridViewRow using Dataset Pin
Assaf829-Sep-07 20:14
Assaf829-Sep-07 20:14 
GeneralRe: DataGridViewRow using Dataset Pin
C#Coudou9-Sep-07 20:47
C#Coudou9-Sep-07 20:47 
GeneralRe: DataGridViewRow using Dataset Pin
Assaf829-Sep-07 22:35
Assaf829-Sep-07 22:35 
Questionhelp needed for Dictionary concept Pin
Parvai9-Sep-07 17:21
Parvai9-Sep-07 17:21 
AnswerRe: help needed for Dictionary concept [modified] Pin
Are Jay9-Sep-07 18:37
Are Jay9-Sep-07 18:37 
Questioneliminate 50Hz noise in ECG.. Pin
ashwiny9-Sep-07 16:33
ashwiny9-Sep-07 16:33 
AnswerRe: eliminate 50Hz noise in ECG.. Pin
I.explore.code9-Sep-07 19:04
I.explore.code9-Sep-07 19:04 

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.