Click here to Skip to main content
15,906,766 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa7015-Aug-13 19:31
markusa7015-Aug-13 19:31 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Dave Kreskowiak15-Aug-13 20:54
mveDave Kreskowiak15-Aug-13 20:54 
AnswerRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Freak3014-Aug-13 4:00
Freak3014-Aug-13 4:00 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa7014-Aug-13 19:10
markusa7014-Aug-13 19:10 
AnswerRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Septimus Hedgehog16-Aug-13 9:55
Septimus Hedgehog16-Aug-13 9:55 
AnswerRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa707-Oct-13 22:17
markusa707-Oct-13 22:17 
QuestionClipboard paste formated text in Word Pin
juliogyn12-Aug-13 15:36
juliogyn12-Aug-13 15:36 
SuggestionRe: Clipboard paste formated text in Word Pin
Richard MacCutchan12-Aug-13 20:53
mveRichard MacCutchan12-Aug-13 20:53 
AnswerRe: Clipboard paste formated text in Word Pin
OriginalGriff13-Aug-13 0:49
mveOriginalGriff13-Aug-13 0:49 
GeneralRe: Clipboard paste formated text in Word Pin
juliogyn13-Aug-13 2:23
juliogyn13-Aug-13 2:23 
GeneralRe: Clipboard paste formated text in Word Pin
OriginalGriff13-Aug-13 3:52
mveOriginalGriff13-Aug-13 3:52 
GeneralRe: Clipboard paste formated text in Word Pin
juliogyn13-Aug-13 7:59
juliogyn13-Aug-13 7:59 
GeneralRe: Clipboard paste formated text in Word Pin
OriginalGriff13-Aug-13 8:04
mveOriginalGriff13-Aug-13 8:04 
GeneralRe: Clipboard paste formated text in Word Pin
juliogyn13-Aug-13 8:58
juliogyn13-Aug-13 8:58 
QuestionConditional question Pin
vkEE12-Aug-13 8:32
vkEE12-Aug-13 8:32 
GeneralRe: Conditional question Pin
PIEBALDconsult12-Aug-13 11:01
mvePIEBALDconsult12-Aug-13 11:01 
AnswerRe: Conditional question Pin
BillWoodruff12-Aug-13 19:28
professionalBillWoodruff12-Aug-13 19:28 
AnswerRe: Conditional question Pin
V.12-Aug-13 21:05
professionalV.12-Aug-13 21:05 
GeneralRe: Conditional question Pin
BillWoodruff13-Aug-13 6:33
professionalBillWoodruff13-Aug-13 6:33 
GeneralRe: Conditional question Pin
V.13-Aug-13 19:41
professionalV.13-Aug-13 19:41 
GeneralRe: Conditional question Pin
BillWoodruff14-Aug-13 4:03
professionalBillWoodruff14-Aug-13 4:03 
GeneralRe: Conditional question Pin
vkEE13-Aug-13 6:56
vkEE13-Aug-13 6:56 
GeneralRe: Conditional question Pin
BillWoodruff13-Aug-13 7:14
professionalBillWoodruff13-Aug-13 7:14 
AnswerRe: Conditional question Pin
V.13-Aug-13 19:48
professionalV.13-Aug-13 19:48 
I'm unsure what enums have to do with anything. Enums are NOT text. If anything, they are more integers than anything else.
You can however parse text from and to an enum by using the, I think Enum.TryParse function. Enum names cannot contain spaces or special characters, as much as normal variables can't. So making HTML out of it is like translating the bible from ancient greek to chinese while being blind. Shucks | :-\

In short, since you seem to have "real" text (special characters and all), you're stuck with either string or StringBuilder. Whether you put it in arrays, lists, dictionaries, switch methods or any other form.

GeneralRe: Conditional question Pin
Forbiddenx14-Aug-13 8:30
Forbiddenx14-Aug-13 8:30 

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.