Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
GeneralNeed help with manipulating cd drive. Pin
Admiral Ackbar3-Jun-04 6:01
Admiral Ackbar3-Jun-04 6:01 
GeneralRe: Need help with manipulating cd drive. Pin
Heath Stewart3-Jun-04 6:14
protectorHeath Stewart3-Jun-04 6:14 
GeneralRe: Need help with manipulating cd drive. Pin
Dave Kreskowiak3-Jun-04 6:15
mveDave Kreskowiak3-Jun-04 6:15 
GeneralRe: Need help with manipulating cd drive. Pin
Admiral Ackbar3-Jun-04 7:01
Admiral Ackbar3-Jun-04 7:01 
GeneralRe: Need help with manipulating cd drive. Pin
Dave Kreskowiak3-Jun-04 7:20
mveDave Kreskowiak3-Jun-04 7:20 
GeneralRe: Need help with manipulating cd drive. Pin
Admiral Ackbar3-Jun-04 8:46
Admiral Ackbar3-Jun-04 8:46 
GeneralString formatting question Pin
BrcKcc3-Jun-04 5:47
BrcKcc3-Jun-04 5:47 
GeneralRe: String formatting question Pin
Andy *M*3-Jun-04 5:52
Andy *M*3-Jun-04 5:52 
BrcKcc wrote:
This is John I\\. Smith.

Is that in the debugger, or in actual application output??

One easy way to be sure is to use
string myString = @"Use\a\slash\only\once";

the @ symbol in front of the string literal tells the compiler not to interpret the slashes as escape sequences. If you do want to include an escape sequence this won't work for you.

Cheers,
Andy.
GeneralRe: String formatting question Pin
BrcKcc3-Jun-04 6:22
BrcKcc3-Jun-04 6:22 
GeneralRe: String formatting question Pin
Andy *M*3-Jun-04 6:28
Andy *M*3-Jun-04 6:28 
GeneralSharing a config file Pin
Andy *M*3-Jun-04 5:22
Andy *M*3-Jun-04 5:22 
GeneralRe: Sharing a config file Pin
Dave Kreskowiak3-Jun-04 5:55
mveDave Kreskowiak3-Jun-04 5:55 
GeneralRe: Sharing a config file Pin
Heath Stewart3-Jun-04 6:07
protectorHeath Stewart3-Jun-04 6:07 
GeneralRe: Sharing a config file Pin
Dave Kreskowiak3-Jun-04 6:11
mveDave Kreskowiak3-Jun-04 6:11 
GeneralRe: Sharing a config file Pin
Andy *M*3-Jun-04 6:12
Andy *M*3-Jun-04 6:12 
GeneralRe: Sharing a config file Pin
Colin Angus Mackay4-Jun-04 9:37
Colin Angus Mackay4-Jun-04 9:37 
GeneralRe: Sharing a config file Pin
Heath Stewart3-Jun-04 6:10
protectorHeath Stewart3-Jun-04 6:10 
GeneralRe: Sharing a config file Pin
Andy *M*3-Jun-04 6:25
Andy *M*3-Jun-04 6:25 
GeneralRe: Sharing a config file Pin
Heath Stewart3-Jun-04 6:43
protectorHeath Stewart3-Jun-04 6:43 
GeneralRe: Sharing a config file Pin
Andy *M*3-Jun-04 22:11
Andy *M*3-Jun-04 22:11 
GeneralRe: Sharing a config file Pin
Heath Stewart4-Jun-04 4:03
protectorHeath Stewart4-Jun-04 4:03 
General"scrolling" old listbox items off the bottom when a new one is added to the top... Pin
xylophile3-Jun-04 5:01
xylophile3-Jun-04 5:01 
GeneralRe: "scrolling" old listbox items off the bottom when a new one is added to the top... Pin
Dave Kreskowiak3-Jun-04 5:17
mveDave Kreskowiak3-Jun-04 5:17 
GeneralRe: "scrolling" old listbox items off the bottom when a new one is added to the top... Pin
Heath Stewart3-Jun-04 6:11
protectorHeath Stewart3-Jun-04 6:11 
GeneralRe: "scrolling" old listbox items off the bottom when a new one is added to the top... Pin
Dave Kreskowiak3-Jun-04 6:42
mveDave Kreskowiak3-Jun-04 6:42 

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.