Click here to Skip to main content
15,889,992 members
Home / Discussions / C#
   

C#

 
GeneralRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
Luc Pattyn19-Oct-09 5:46
sitebuilderLuc Pattyn19-Oct-09 5:46 
GeneralRe: Low priority: Visual Studio IDE, string literals, convenience. Pin
LimitedAtonement19-Oct-09 7:30
LimitedAtonement19-Oct-09 7:30 
QuestionProject deployment Pin
jashimu19-Oct-09 3:21
jashimu19-Oct-09 3:21 
AnswerRe: Project deployment Pin
Not Active19-Oct-09 3:34
mentorNot Active19-Oct-09 3:34 
GeneralRe: Project deployment Pin
jashimu19-Oct-09 4:12
jashimu19-Oct-09 4:12 
GeneralRe: Project deployment Pin
Mirko198019-Oct-09 5:43
Mirko198019-Oct-09 5:43 
QuestionUsing dictionaries Pin
Paul Harsent19-Oct-09 3:00
Paul Harsent19-Oct-09 3:00 
AnswerRe: Using dictionaries Pin
Keith Barrow19-Oct-09 3:07
professionalKeith Barrow19-Oct-09 3:07 
What you are asking for is syntactically illegal in a .net Dictionary.

Formally a dictionary key directly maps onto the value (but not necessarily the reverse), and only one instance of key can exist per dictionary.

What you need to do depends up what you are trying to acheive, if you give more information I might be able to provide more help.

CCC solved so far: 2 (including a Hard One!)

GeneralRe: Using dictionaries Pin
Paul Harsent19-Oct-09 3:14
Paul Harsent19-Oct-09 3:14 
GeneralRe: Using dictionaries Pin
Pete O'Hanlon19-Oct-09 3:16
mvePete O'Hanlon19-Oct-09 3:16 
GeneralRe: Using dictionaries Pin
Keith Barrow19-Oct-09 3:39
professionalKeith Barrow19-Oct-09 3:39 
GeneralRe: Using dictionaries Pin
Paul Harsent19-Oct-09 6:00
Paul Harsent19-Oct-09 6:00 
GeneralRe: Using dictionaries Pin
Keith Barrow19-Oct-09 6:16
professionalKeith Barrow19-Oct-09 6:16 
GeneralRe: Using dictionaries Pin
Paul Harsent19-Oct-09 22:54
Paul Harsent19-Oct-09 22:54 
GeneralRe: Using dictionaries Pin
Keith Barrow19-Oct-09 23:29
professionalKeith Barrow19-Oct-09 23:29 
Questionhow to catch keydown event in datagridview Pin
han275419-Oct-09 2:31
han275419-Oct-09 2:31 
AnswerRe: how to catch keydown event in datagridview Pin
Henry Minute19-Oct-09 4:20
Henry Minute19-Oct-09 4:20 
GeneralRe: how to catch keydown event in datagridview Pin
han275419-Oct-09 13:21
han275419-Oct-09 13:21 
QuestionCheck if MessageBox is on Pin
tamir90119-Oct-09 1:04
tamir90119-Oct-09 1:04 
AnswerRe: Check if MessageBox is on Pin
Christian Graus19-Oct-09 1:07
protectorChristian Graus19-Oct-09 1:07 
GeneralRe: Check if MessageBox is on Pin
tamir90119-Oct-09 1:16
tamir90119-Oct-09 1:16 
GeneralRe: Check if MessageBox is on Pin
Christian Graus19-Oct-09 1:44
protectorChristian Graus19-Oct-09 1:44 
GeneralRe: Check if MessageBox is on Pin
Russ-T19-Oct-09 2:44
Russ-T19-Oct-09 2:44 
QuestionPushing Code to a Server Pin
Yonathan111118-Oct-09 22:56
professionalYonathan111118-Oct-09 22:56 
AnswerRe: Pushing Code to a Server Pin
Giorgi Dalakishvili18-Oct-09 23:05
mentorGiorgi Dalakishvili18-Oct-09 23:05 

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.