Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
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 
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 
MSDN:

"Call the IsInputKey method to determine whether the key specified by the keyData parameter
is an input key that the control wants. This method is called during window message
preprocessing to determine whether the specified input key should be preprocessed or sent
directly to the control. If IsInputKey returns true, the specified key is sent directly to the
control. If IsInputKey returns false, the specified key is preprocessed and only sent to the
control if it is not consumed by the preprocessing phase. Keys that are preprocessed include
the TAB, RETURN, ESCAPE, and the UP ARROW, DOWN ARROW, LEFT ARROW, and RIGHT ARROW keys."

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


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 
Questionseparating Enum types Pin
Amar Chaudhary9-Sep-07 11:12
Amar Chaudhary9-Sep-07 11:12 
AnswerRe: separating Enum types Pin
Colin Angus Mackay9-Sep-07 13:27
Colin Angus Mackay9-Sep-07 13:27 
AnswerRe: separating Enum types Pin
Amar Chaudhary9-Sep-07 13:28
Amar Chaudhary9-Sep-07 13:28 

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.