Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to send file to com1 port ? Pin
stancrm12-Aug-09 7:47
stancrm12-Aug-09 7:47 
Question[Message Deleted] Pin
neha_rai12-Aug-09 6:38
neha_rai12-Aug-09 6:38 
AnswerRe: Ellipse fitting Pin
Rick York12-Aug-09 6:59
mveRick York12-Aug-09 6:59 
QuestionDelegates/Events in Client/Server apps Pin
Nigel Mackay12-Aug-09 5:57
Nigel Mackay12-Aug-09 5:57 
AnswerRe: Delegates/Events in Client/Server apps Pin
stancrm12-Aug-09 6:17
stancrm12-Aug-09 6:17 
QuestionKeyDown event and Tab Indexes trouble ? Pin
Mohammad Dayyan12-Aug-09 5:48
Mohammad Dayyan12-Aug-09 5:48 
AnswerRe: KeyDown event and Tab Indexes trouble ? Pin
Dave Kreskowiak12-Aug-09 6:28
mveDave Kreskowiak12-Aug-09 6:28 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Mohammad Dayyan12-Aug-09 6:42
Mohammad Dayyan12-Aug-09 6:42 
Yeah, the following code :

private void Form1_KeyDown(object sender, KeyEventArgs e)
{
    if (e.KeyCode == Keys.Down)
    {
        MessageBox.Show("Pressed");
    }
}

GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Luc Pattyn12-Aug-09 7:33
sitebuilderLuc Pattyn12-Aug-09 7:33 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Mohammad Dayyan12-Aug-09 7:39
Mohammad Dayyan12-Aug-09 7:39 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Saksida Bojan12-Aug-09 8:26
Saksida Bojan12-Aug-09 8:26 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Luc Pattyn12-Aug-09 8:31
sitebuilderLuc Pattyn12-Aug-09 8:31 
AnswerRe: KeyDown event and Tab Indexes trouble ? Pin
ricmil4212-Aug-09 6:38
ricmil4212-Aug-09 6:38 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Mohammad Dayyan12-Aug-09 6:40
Mohammad Dayyan12-Aug-09 6:40 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Henry Minute12-Aug-09 7:13
Henry Minute12-Aug-09 7:13 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Mohammad Dayyan12-Aug-09 7:39
Mohammad Dayyan12-Aug-09 7:39 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
stancrm12-Aug-09 7:51
stancrm12-Aug-09 7:51 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Henry Minute12-Aug-09 8:11
Henry Minute12-Aug-09 8:11 
QuestionJPEG Decoder\Encoder in C# Pin
Gilad Kapelushnik12-Aug-09 4:47
Gilad Kapelushnik12-Aug-09 4:47 
AnswerRe: JPEG Decoder\Encoder in C# Pin
0x3c012-Aug-09 4:54
0x3c012-Aug-09 4:54 
GeneralRe: JPEG Decoder\Encoder in C# Pin
Gilad Kapelushnik12-Aug-09 5:01
Gilad Kapelushnik12-Aug-09 5:01 
AnswerRe: JPEG Decoder\Encoder in C# Pin
Dave Kreskowiak12-Aug-09 4:57
mveDave Kreskowiak12-Aug-09 4:57 
GeneralRe: JPEG Decoder\Encoder in C# Pin
Gilad Kapelushnik12-Aug-09 5:04
Gilad Kapelushnik12-Aug-09 5:04 
GeneralRe: JPEG Decoder\Encoder in C# Pin
Dave Kreskowiak12-Aug-09 6:25
mveDave Kreskowiak12-Aug-09 6:25 
QuestionInterfacing managed C# code and a C-shared Matlab library Pin
Jan Arjen Kraak12-Aug-09 4:44
Jan Arjen Kraak12-Aug-09 4:44 

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.