Click here to Skip to main content
15,886,026 members
Home / Discussions / C#
   

C#

 
AnswerRe: Scroll into a Adobe Reader using buttons c# Pin
BillWoodruff21-Dec-13 14:22
professionalBillWoodruff21-Dec-13 14:22 
GeneralRe: Scroll into a Adobe Reader using buttons c# Pin
alfie.max1521-Dec-13 17:52
alfie.max1521-Dec-13 17:52 
Questionenumerators Pin
gianfrancoguzzo21-Dec-13 4:08
gianfrancoguzzo21-Dec-13 4:08 
GeneralRe: enumerators Pin
harold aptroot21-Dec-13 4:09
harold aptroot21-Dec-13 4:09 
GeneralRe: enumerators Pin
gianfrancoguzzo21-Dec-13 4:17
gianfrancoguzzo21-Dec-13 4:17 
GeneralRe: enumerators Pin
harold aptroot21-Dec-13 4:29
harold aptroot21-Dec-13 4:29 
GeneralRe: enumerators Pin
gianfrancoguzzo21-Dec-13 4:41
gianfrancoguzzo21-Dec-13 4:41 
GeneralRe: enumerators Pin
Dave Kreskowiak21-Dec-13 6:42
mveDave Kreskowiak21-Dec-13 6:42 
Yeah, we know what you're doing. You're just using the wrong construct to do it.

Enums are a collection of constant values used in your source code to improve readability, consistency and supportability of the code.

That are NOT used as variable length lists of user data, which is what you're trying to do. Use an appropriate construct, such as a List<t> or Dictionary<t> if you're going to left users modify this list of names and values.

GeneralRe: enumerators Pin
gianfrancoguzzo22-Dec-13 4:24
gianfrancoguzzo22-Dec-13 4:24 
GeneralRe: enumerators Pin
Dave Kreskowiak21-Dec-13 4:40
mveDave Kreskowiak21-Dec-13 4:40 
AnswerRe: enumerators Pin
BillWoodruff21-Dec-13 4:43
professionalBillWoodruff21-Dec-13 4:43 
GeneralRe: enumerators Pin
gianfrancoguzzo21-Dec-13 4:48
gianfrancoguzzo21-Dec-13 4:48 
AnswerRe: enumerators Pin
PIEBALDconsult22-Dec-13 8:22
mvePIEBALDconsult22-Dec-13 8:22 
GeneralRe: enumerators Pin
gianfrancoguzzo10-Jan-14 20:25
gianfrancoguzzo10-Jan-14 20:25 
Questionmicrosoft translator api doesn't translate text with proper meaning it only takes word to word mean in c# Pin
ank17098921-Dec-13 2:48
ank17098921-Dec-13 2:48 
AnswerRe: microsoft translator api doesn't translate text with proper meaning it only takes word to word mean in c# Pin
Richard MacCutchan21-Dec-13 3:28
mveRichard MacCutchan21-Dec-13 3:28 
AnswerRe: microsoft translator api doesn't translate text with proper meaning it only takes word to word mean in c# Pin
Dave Kreskowiak21-Dec-13 4:39
mveDave Kreskowiak21-Dec-13 4:39 
QuestionStoring Invoice number of a document while scanning Pin
Nawaz34321-Dec-13 1:35
Nawaz34321-Dec-13 1:35 
AnswerRe: Storing Invoice number of a document while scanning Pin
Abhinav S21-Dec-13 2:44
Abhinav S21-Dec-13 2:44 
GeneralRe: Storing Invoice number of a document while scanning Pin
Nawaz34322-Dec-13 18:47
Nawaz34322-Dec-13 18:47 
Questionhow to insert image in code project question ? Pin
An@nd Rajan1020-Dec-13 18:34
professionalAn@nd Rajan1020-Dec-13 18:34 
AnswerRe: how to insert image in code project question ? Pin
Dave Kreskowiak20-Dec-13 19:17
mveDave Kreskowiak20-Dec-13 19:17 
GeneralRe: how to insert image in code project question ? Pin
An@nd Rajan1020-Dec-13 19:25
professionalAn@nd Rajan1020-Dec-13 19:25 
AnswerRe: how to insert image in code project question ? Pin
Abhinav S20-Dec-13 22:40
Abhinav S20-Dec-13 22:40 
AnswerRe: how to insert image in code project question ? Pin
OriginalGriff21-Dec-13 4:58
mveOriginalGriff21-Dec-13 4:58 

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.