Click here to Skip to main content
15,912,897 members
Home / Discussions / C#
   

C#

 
AnswerRe: storing dynamic controls on post back Pin
Christian Graus29-May-07 18:23
protectorChristian Graus29-May-07 18:23 
QuestionProject Build Help Pin
Aish-t29-May-07 17:01
Aish-t29-May-07 17:01 
AnswerRe: Project Build Help Pin
Aish-t30-May-07 14:57
Aish-t30-May-07 14:57 
QuestionUsing escape sequence characters in project string resources Pin
jozsurf29-May-07 15:37
jozsurf29-May-07 15:37 
AnswerRe: Using escape sequence characters in project string resources Pin
Christian Graus29-May-07 16:00
protectorChristian Graus29-May-07 16:00 
GeneralRe: Using escape sequence characters in project string resources Pin
jozsurf29-May-07 16:04
jozsurf29-May-07 16:04 
GeneralRe: Using escape sequence characters in project string resources Pin
snorkie29-May-07 16:41
professionalsnorkie29-May-07 16:41 
GeneralRe: Using escape sequence characters in project string resources Pin
jozsurf29-May-07 16:57
jozsurf29-May-07 16:57 
Thanks for your reply!

For my purposes your solution does seem a little OTT as all I really want to do is to insert escape sequence codes into my centrally located string literals (it seems a little inefficient for me to be checking for and replacing escape sequences everytime I retrieve a string literal from the string bank). I was thinking more along the lines of some Resource setting which I have to tweak to be able to achieve this. Surprisingly (to me anyways), the "{0}" has been successfully identified as being a placeholder for the String.Format parameter but the standard escape sequence codes are not recognised.

I find the @ notation quite interesting as I've never encountered it (but then again, I've only be working with C# for a couple of months). I don't suppose there's a 'reverse-@' notation? Or better yet, something to stop the Properties.Resources from defaulting all '\' to '@\' (as seems to be the case).

cheers!
GeneralRe: Using escape sequence characters in project string resources Pin
snorkie30-May-07 1:43
professionalsnorkie30-May-07 1:43 
GeneralRe: Using escape sequence characters in project string resources Pin
jozsurf30-May-07 14:54
jozsurf30-May-07 14:54 
GeneralRe: Using escape sequence characters in project string resources Pin
jozsurf12-Jun-07 16:42
jozsurf12-Jun-07 16:42 
QuestionDynamic Crystal Report Creation Pin
kkadir29-May-07 14:07
kkadir29-May-07 14:07 
QuestionclickOnce question Pin
RIPOUX29-May-07 13:25
RIPOUX29-May-07 13:25 
AnswerRe: clickOnce question Pin
Dave Kreskowiak29-May-07 14:27
mveDave Kreskowiak29-May-07 14:27 
GeneralRe: clickOnce question Pin
RIPOUX29-May-07 15:25
RIPOUX29-May-07 15:25 
GeneralRe: clickOnce question Pin
Christian Graus29-May-07 16:01
protectorChristian Graus29-May-07 16:01 
QuestionCatching the form close Pin
Gene Arnold29-May-07 9:02
Gene Arnold29-May-07 9:02 
AnswerRe: Catching the form close Pin
MatrixCoder29-May-07 9:11
MatrixCoder29-May-07 9:11 
AnswerRe: Catching the form close Pin
Giorgi Dalakishvili29-May-07 9:12
mentorGiorgi Dalakishvili29-May-07 9:12 
GeneralRe: Catching the form close Pin
Gene Arnold29-May-07 9:32
Gene Arnold29-May-07 9:32 
GeneralRe: Catching the form close Pin
Giorgi Dalakishvili29-May-07 9:42
mentorGiorgi Dalakishvili29-May-07 9:42 
GeneralRe: Catching the form close Pin
MatrixCoder29-May-07 9:46
MatrixCoder29-May-07 9:46 
GeneralRe: Catching the form close Pin
Giorgi Dalakishvili29-May-07 9:56
mentorGiorgi Dalakishvili29-May-07 9:56 
GeneralRe: Catching the form close Pin
Gene Arnold29-May-07 9:47
Gene Arnold29-May-07 9:47 
QuestionHow to display '0.5' as '1/2'? Pin
matthias s.29-May-07 8:04
matthias s.29-May-07 8:04 

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.