Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: Resizing form according to the screen resolution Pin
OriginalGriff29-Oct-10 22:31
mveOriginalGriff29-Oct-10 22:31 
GeneralRe: Resizing form according to the screen resolution Pin
Michael Pauli30-Oct-10 14:55
Michael Pauli30-Oct-10 14:55 
GeneralRe: Resizing form according to the screen resolution Pin
OriginalGriff30-Oct-10 20:53
mveOriginalGriff30-Oct-10 20:53 
AnswerRe: Resizing form according to the screen resolution Pin
Eddy Vluggen31-Oct-10 0:14
professionalEddy Vluggen31-Oct-10 0:14 
AnswerRe: Resizing form according to the screen resolution Pin
fjdiewornncalwe31-Oct-10 9:40
professionalfjdiewornncalwe31-Oct-10 9:40 
Questiondatagridview KeyDown event doesnt working Pin
Erdinc2729-Oct-10 21:45
Erdinc2729-Oct-10 21:45 
AnswerRe: datagridview KeyDown event doesnt working Pin
Richard MacCutchan29-Oct-10 22:45
mveRichard MacCutchan29-Oct-10 22:45 
GeneralRe: datagridview KeyDown event doesnt working Pin
Erdinc2730-Oct-10 1:14
Erdinc2730-Oct-10 1:14 
try
{
    if ((e.KeyCode == Keys.Down))
        MessageBox.Show(" ");
    try
    {
        if ((e.KeyCode == Keys.Up))
            MessageBox.Show(" ");
    }
    catch (Exception ex)
    {
        MessageBox.Show(ex.Message);
    }
}
catch (Exception ex)
{
    MessageBox.Show(ex.Message);
}

hey friend thanks for reply...i uncommented my codes but it doesnt give any error and the up-down buttons
and it doesnt move up-down
GeneralRe: datagridview KeyDown event doesnt working Pin
Dave Kreskowiak30-Oct-10 9:02
mveDave Kreskowiak30-Oct-10 9:02 
GeneralRe: datagridview KeyDown event doesnt working Pin
Richard MacCutchan30-Oct-10 9:28
mveRichard MacCutchan30-Oct-10 9:28 
AnswerRe: datagridview KeyDown event doesnt working Pin
Michael Pauli30-Oct-10 15:14
Michael Pauli30-Oct-10 15:14 
GeneralRe: datagridview KeyDown event doesnt working Pin
Erdinc273-Nov-10 0:24
Erdinc273-Nov-10 0:24 
Questionproblem related to "Nural networks face detection algprithm" Pin
inayathussaintoori29-Oct-10 15:07
inayathussaintoori29-Oct-10 15:07 
AnswerNural networks Repost Pin
Richard MacCutchan29-Oct-10 22:34
mveRichard MacCutchan29-Oct-10 22:34 
AnswerRe: problem related to "Nural networks face detection algprithm" Pin
Dave Kreskowiak30-Oct-10 8:59
mveDave Kreskowiak30-Oct-10 8:59 
GeneralRe: problem related to "Nural networks face detection algprithm" Pin
inayathussaintoori30-Oct-10 10:13
inayathussaintoori30-Oct-10 10:13 
AnswerDon't repost Pin
Keith Barrow30-Oct-10 10:23
professionalKeith Barrow30-Oct-10 10:23 
GeneralRe: Don't repost Pin
inayathussaintoori31-Oct-10 1:07
inayathussaintoori31-Oct-10 1:07 
GeneralRe: Don't repost Pin
Keith Barrow31-Oct-10 2:13
professionalKeith Barrow31-Oct-10 2:13 
AnswerRe: problem related to "Nural networks face detection algprithm" Pin
Keith Barrow31-Oct-10 2:21
professionalKeith Barrow31-Oct-10 2:21 
GeneralRe: problem related to "Nural networks face detection algprithm" Pin
inayathussaintoori1-Nov-10 11:43
inayathussaintoori1-Nov-10 11:43 
GeneralRe: problem related to "Nural networks face detection algprithm" Pin
Wes Aday2-Nov-10 4:17
professionalWes Aday2-Nov-10 4:17 
GeneralRe: problem related to "Nural networks face detection algprithm" Pin
Keith Barrow2-Nov-10 9:52
professionalKeith Barrow2-Nov-10 9:52 
QuestionAny ideas on how to do this? Pin
SledgeHammer0129-Oct-10 6:43
SledgeHammer0129-Oct-10 6:43 
AnswerRe: Any ideas on how to do this? Pin
Ian Shlasko29-Oct-10 7:02
Ian Shlasko29-Oct-10 7:02 

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.