Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
Questiondisplay image on crytal report Pin
Member 990020327-Dec-13 18:10
Member 990020327-Dec-13 18:10 
AnswerRe: display image on crytal report Pin
Eddy Vluggen29-Dec-13 2:08
professionalEddy Vluggen29-Dec-13 2:08 
QuestionHow I can add local printer programmactly Pin
delphix527-Dec-13 9:30
delphix527-Dec-13 9:30 
AnswerRe: How I can add local printer programmactly Pin
Richard MacCutchan27-Dec-13 22:05
mveRichard MacCutchan27-Dec-13 22:05 
AnswerRe: How I can add local printer programmactly Pin
Dave Kreskowiak28-Dec-13 6:36
mveDave Kreskowiak28-Dec-13 6:36 
QuestionHow add printer from c# Pin
delphix527-Dec-13 8:13
delphix527-Dec-13 8:13 
GeneralRe: How add printer from c# Pin
Ron Beyer27-Dec-13 8:28
professionalRon Beyer27-Dec-13 8:28 
GeneralRe: How add printer from c# Pin
delphix527-Dec-13 8:35
delphix527-Dec-13 8:35 
AnswerRe: How add printer from c# Pin
ZurdoDev27-Dec-13 11:00
professionalZurdoDev27-Dec-13 11:00 
GeneralRe: How add printer from c# Pin
delphix527-Dec-13 12:03
delphix527-Dec-13 12:03 
GeneralRe: How add printer from c# Pin
ZurdoDev27-Dec-13 14:17
professionalZurdoDev27-Dec-13 14:17 
QuestionC# Function Graph Pin
erdinc3527-Dec-13 3:54
erdinc3527-Dec-13 3:54 
AnswerRe: C# Function Graph Pin
Richard MacCutchan27-Dec-13 4:38
mveRichard MacCutchan27-Dec-13 4:38 
GeneralRe: C# Function Graph Pin
erdinc3527-Dec-13 4:40
erdinc3527-Dec-13 4:40 
GeneralRe: C# Function Graph Pin
Richard MacCutchan27-Dec-13 4:49
mveRichard MacCutchan27-Dec-13 4:49 
GeneralRe: C# Function Graph Pin
erdinc3527-Dec-13 4:52
erdinc3527-Dec-13 4:52 
GeneralRe: C# Function Graph Pin
Richard MacCutchan27-Dec-13 4:57
mveRichard MacCutchan27-Dec-13 4:57 
Questionordered list as in python Pin
gianfrancoguzzo27-Dec-13 3:17
gianfrancoguzzo27-Dec-13 3:17 
AnswerRe: ordered list as in python Pin
Richard MacCutchan27-Dec-13 3:39
mveRichard MacCutchan27-Dec-13 3:39 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 4:18
gianfrancoguzzo27-Dec-13 4:18 
AnswerRe: ordered list as in python Pin
Nicholas Marty27-Dec-13 3:40
professionalNicholas Marty27-Dec-13 3:40 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 3:46
gianfrancoguzzo27-Dec-13 3:46 
GeneralRe: ordered list as in python Pin
Nicholas Marty27-Dec-13 3:50
professionalNicholas Marty27-Dec-13 3:50 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 4:08
gianfrancoguzzo27-Dec-13 4:08 
GeneralRe: ordered list as in python Pin
Nicholas Marty27-Dec-13 4:11
professionalNicholas Marty27-Dec-13 4:11 
If you want to use the dictionary this should suffice. But that's just from the top of my head:

sortedDictionary.ElementAt(index).Value = value;

There should be no need to access the dictionary twice just to set the value.

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.