Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
AnswerRe: Trouble converting byte[] to bmp..... Pin
Colin Angus Mackay21-Mar-07 13:00
Colin Angus Mackay21-Mar-07 13:00 
GeneralRe: Trouble converting byte[] to bmp..... Pin
Are Jay22-Mar-07 3:13
Are Jay22-Mar-07 3:13 
AnswerRe: Trouble converting byte[] to bmp..... Pin
Are Jay22-Mar-07 11:23
Are Jay22-Mar-07 11:23 
QuestionART network with c# Pin
pariisa21-Mar-07 11:21
pariisa21-Mar-07 11:21 
AnswerRe: ART network with c# Pin
Stefan Troschuetz21-Mar-07 11:57
Stefan Troschuetz21-Mar-07 11:57 
Questionbitmap lock flag or something like it Pin
haseeb_saeed21-Mar-07 10:21
haseeb_saeed21-Mar-07 10:21 
QuestionDataGridView Pin
aranhamarvel21-Mar-07 9:28
aranhamarvel21-Mar-07 9:28 
AnswerRe: DataGridView Pin
KaineDunno21-Mar-07 21:19
KaineDunno21-Mar-07 21:19 
Hi,

You could code the following
<br />
        private void dataGridView1_KeyDown(object sender, KeyEventArgs e)<br />
        {<br />
            if (e.KeyCode == Keys.Enter)<br />
                e.Handled = true;<br />
        }



Hopes this helps...

Greetings

Kaine
GeneralRe: DataGridView Pin
aranhamarvel22-Mar-07 2:25
aranhamarvel22-Mar-07 2:25 
QuestionReports in letterform Pin
joon vh.21-Mar-07 9:23
joon vh.21-Mar-07 9:23 
QuestionStreamReader.Write("Replace existing text entirly"); Pin
Muammar©21-Mar-07 8:19
Muammar©21-Mar-07 8:19 
AnswerRe: StreamReader.Write("Replace existing text entirly"); Pin
Dave Kreskowiak21-Mar-07 8:45
mveDave Kreskowiak21-Mar-07 8:45 
GeneralRe: StreamReader.Write("Replace existing text entirly"); Pin
Muammar©21-Mar-07 8:56
Muammar©21-Mar-07 8:56 
AnswerRe: StreamReader.Write("Replace existing text entirly"); Pin
Stefan Troschuetz21-Mar-07 8:46
Stefan Troschuetz21-Mar-07 8:46 
GeneralRe: StreamReader.Write("Replace existing text entirly"); Pin
Muammar©21-Mar-07 9:09
Muammar©21-Mar-07 9:09 
AnswerRe: StreamReader.Write("Replace existing text entirly"); Pin
Keshav V. Kamat21-Mar-07 22:36
Keshav V. Kamat21-Mar-07 22:36 
GeneralRe: StreamReader.Write("Replace existing text entirly"); Pin
Muammar©21-Mar-07 23:53
Muammar©21-Mar-07 23:53 
Questionhow to start process Pin
Nkuttynasi21-Mar-07 8:17
Nkuttynasi21-Mar-07 8:17 
AnswerRe: how to start process Pin
joon vh.21-Mar-07 8:21
joon vh.21-Mar-07 8:21 
GeneralRe: how to start process Pin
Narchaithi22-Mar-07 6:46
Narchaithi22-Mar-07 6:46 
AnswerRe: how to start process Pin
Keshav V. Kamat21-Mar-07 22:43
Keshav V. Kamat21-Mar-07 22:43 
QuestionCompiler issue? Pin
Chadwick Posey21-Mar-07 8:03
Chadwick Posey21-Mar-07 8:03 
AnswerRe: Compiler issue? [modified] Pin
joon vh.21-Mar-07 8:11
joon vh.21-Mar-07 8:11 
GeneralRe: Compiler issue? Pin
Chadwick Posey21-Mar-07 8:21
Chadwick Posey21-Mar-07 8:21 
GeneralRe: Compiler issue? Pin
joon vh.21-Mar-07 8:56
joon vh.21-Mar-07 8:56 

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.