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

C#

 
AnswerRe: ArrayList -> SortedList -> SortedList. Right ? Pin
Vikram A Punathambekar10-Jul-07 21:57
Vikram A Punathambekar10-Jul-07 21:57 
GeneralWhat do you mean ? Pin
Saikek10-Jul-07 22:04
Saikek10-Jul-07 22:04 
GeneralRe: What do you mean ? Pin
Vikram A Punathambekar10-Jul-07 22:19
Vikram A Punathambekar10-Jul-07 22:19 
GeneralRe: What do you mean ? Pin
Saikek10-Jul-07 22:28
Saikek10-Jul-07 22:28 
GeneralRe: What do you mean ? Pin
Vikram A Punathambekar10-Jul-07 22:33
Vikram A Punathambekar10-Jul-07 22:33 
GeneralRe: What do you mean ? Pin
J4amieC11-Jul-07 0:17
J4amieC11-Jul-07 0:17 
GeneralRe: What do you mean ? Pin
Sathesh Sakthivel11-Jul-07 0:21
Sathesh Sakthivel11-Jul-07 0:21 
QuestionHow to hold up some key on the keyset? Pin
jason_mf10-Jul-07 21:45
jason_mf10-Jul-07 21:45 
I just want to numeral.So I want to hold up any keys except numeral keys.
But I must not use NumericUpDown Control.
My code snippet:
switch (e.KeyCode)
{
case Keys.D0:
case Keys.D1:
case Keys.D2:
case Keys.D3:
case Keys.D4:
case Keys.D5:
case Keys.D6:
case Keys.D7:
case Keys.D8:
case Keys.D9:
case Keys.NumPad0:
case Keys.NumPad1:
case Keys.NumPad2:
case Keys.NumPad3:
case Keys.NumPad4:
case Keys.NumPad5:
case Keys.NumPad6:
case Keys.NumPad7:
case Keys.NumPad8:
case Keys.NumPad9:
break;
case Keys.Enter:
this.btnOK.Focus();
break;
default:
//hold up
break;
}

I do not know how write code at default.
please give me directions or other scheme ,thanks.
AnswerRe: How to hold up some key on the keyset? Pin
Martin#10-Jul-07 22:09
Martin#10-Jul-07 22:09 
GeneralRe: How to hold up some key on the keyset? Pin
jason_mf10-Jul-07 22:49
jason_mf10-Jul-07 22:49 
GeneralRe: How to hold up some key on the keyset? Pin
Martin#10-Jul-07 23:32
Martin#10-Jul-07 23:32 
GeneralRe: How to hold up some key on the keyset? Pin
Martin#10-Jul-07 23:40
Martin#10-Jul-07 23:40 
QuestionHow to detect IIS contains a server certificate? Pin
fujitsubo10-Jul-07 21:37
fujitsubo10-Jul-07 21:37 
QuestionSearching through an ArrayList Pin
Darkness8410-Jul-07 21:10
Darkness8410-Jul-07 21:10 
AnswerRe: Searching through an ArrayList Pin
Michael Sync10-Jul-07 21:29
Michael Sync10-Jul-07 21:29 
AnswerRe: Searching through an ArrayList Pin
Guffa10-Jul-07 21:49
Guffa10-Jul-07 21:49 
GeneralRe: Searching through an ArrayList Pin
Michael Sync10-Jul-07 22:18
Michael Sync10-Jul-07 22:18 
AnswerRe: Searching through an ArrayList Pin
Darkness8411-Jul-07 19:07
Darkness8411-Jul-07 19:07 
Questionhow to adjust designing part(.aspx)page Pin
srinivassam10-Jul-07 20:52
srinivassam10-Jul-07 20:52 
AnswerRe: how to adjust designing part(.aspx)page Pin
Vikram A Punathambekar10-Jul-07 22:30
Vikram A Punathambekar10-Jul-07 22:30 
QuestionListViewIten RightClick Pin
topksharma198210-Jul-07 20:49
topksharma198210-Jul-07 20:49 
Questionread from serialport problem Pin
supercsharp110-Jul-07 20:29
supercsharp110-Jul-07 20:29 
AnswerRe: read from serialport problem Pin
Hesham Yassin10-Jul-07 22:24
Hesham Yassin10-Jul-07 22:24 
AnswerRe: read from serialport problem Pin
Luc Pattyn10-Jul-07 23:48
sitebuilderLuc Pattyn10-Jul-07 23:48 
QuestionHEX-values Pin
roiter10-Jul-07 20:10
roiter10-Jul-07 20:10 

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.