Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get commandline parameter from User Pin
Vikram A Punathambekar31-Aug-08 18:34
Vikram A Punathambekar31-Aug-08 18:34 
AnswerRe: How to get commandline parameter from User Pin
Brij31-Aug-08 18:35
mentorBrij31-Aug-08 18:35 
AnswerRe: How to get commandline parameter from User Pin
Pete O'Hanlon31-Aug-08 22:50
mvePete O'Hanlon31-Aug-08 22:50 
Question[Message Deleted] Pin
Sunset Towers31-Aug-08 13:47
Sunset Towers31-Aug-08 13:47 
AnswerRe: Search a masterpages and pages at design time for controls. Pin
AhsanS1-Sep-08 1:02
AhsanS1-Sep-08 1:02 
QuestionWhat exactly does the '@' symbol do in front of a string? Pin
jacobjordan31-Aug-08 13:33
jacobjordan31-Aug-08 13:33 
AnswerRe: What exactly does the '@' symbol do in front of a string? Pin
Sunset Towers31-Aug-08 13:52
Sunset Towers31-Aug-08 13:52 
AnswerRe: What exactly does the '@' symbol do in front of a string? Pin
Eslam Afifi31-Aug-08 14:08
Eslam Afifi31-Aug-08 14:08 
The @ character is to ignore escape sequences in a string. Escape sequences are conbinations such as \n \t \u0048
If you have 2 string literals "\u0048ello\nworld" and @"\u0048ello\nworld", the output is
Hello
world

and
\u0048ello\nworld

For more information, http://www.google.com/search?q=escape+character+string+literal+c%23&rls=com.microsoft:*&ie=UTF-8&oe=UTF-8&startIndex=&startPage=1[^]

Eslam Afifi

GeneralRe: What exactly does the '@' symbol do in front of a string? Pin
jacobjordan31-Aug-08 14:57
jacobjordan31-Aug-08 14:57 
AnswerRe: What exactly does the '@' symbol do in front of a string? Pin
Timmy Kokke1-Sep-08 0:02
Timmy Kokke1-Sep-08 0:02 
QuestionKEYPRESS SPY Pin
nelsonpaixao31-Aug-08 13:18
nelsonpaixao31-Aug-08 13:18 
AnswerRe: KEYPRESS SPY Pin
Sunset Towers31-Aug-08 13:55
Sunset Towers31-Aug-08 13:55 
AnswerRe: KEYPRESS SPY Pin
Harvey Saayman31-Aug-08 20:44
Harvey Saayman31-Aug-08 20:44 
GeneralRe: KEYPRESS SPY Pin
nelsonpaixao1-Sep-08 12:49
nelsonpaixao1-Sep-08 12:49 
QuestionEditing Registry For Default Browser PinPopular
Abydosgater31-Aug-08 13:18
Abydosgater31-Aug-08 13:18 
QuestionVisual Studio 2008 Report Viewer Pin
Jacob Dixon31-Aug-08 12:58
Jacob Dixon31-Aug-08 12:58 
AnswerRe: Visual Studio 2008 Report Viewer Pin
Jacob Dixon1-Sep-08 2:31
Jacob Dixon1-Sep-08 2:31 
QuestionWriting to a file at the specified position Pin
jacobjordan31-Aug-08 11:00
jacobjordan31-Aug-08 11:00 
AnswerRe: Writing to a file at the specified position Pin
Wendelius31-Aug-08 11:07
mentorWendelius31-Aug-08 11:07 
GeneralRe: Writing to a file at the specified position Pin
jacobjordan31-Aug-08 11:29
jacobjordan31-Aug-08 11:29 
GeneralRe: Writing to a file at the specified position Pin
Wendelius31-Aug-08 11:45
mentorWendelius31-Aug-08 11:45 
Questiontime Pin
NiloofarNoroozi31-Aug-08 10:34
NiloofarNoroozi31-Aug-08 10:34 
AnswerRe: time Pin
Dr. Emmett Brown31-Aug-08 10:54
Dr. Emmett Brown31-Aug-08 10:54 
AnswerRe: time Pin
User 665831-Aug-08 10:54
User 665831-Aug-08 10:54 
AnswerRe: time Pin
Blue_Boy31-Aug-08 12:49
Blue_Boy31-Aug-08 12:49 

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.