Click here to Skip to main content
15,910,980 members
Home / Discussions / C#
   

C#

 
GeneralRe: Progress Report: File.Copy Pin
Abhijit Jana7-Mar-08 23:15
professionalAbhijit Jana7-Mar-08 23:15 
Questionplaying .mp3 files in c# Pin
achari.ravi7-Mar-08 21:30
achari.ravi7-Mar-08 21:30 
GeneralRe: playing .mp3 files in c# Pin
Christian Graus7-Mar-08 21:45
protectorChristian Graus7-Mar-08 21:45 
GeneralRe: playing .mp3 files in c# Pin
Giorgi Dalakishvili7-Mar-08 22:44
mentorGiorgi Dalakishvili7-Mar-08 22:44 
GeneralRe: playing .mp3 files in c# Pin
Sathesh Sakthivel7-Mar-08 23:28
Sathesh Sakthivel7-Mar-08 23:28 
AnswerRe: playing .mp3 files in c# Pin
achari.ravi9-Mar-08 21:48
achari.ravi9-Mar-08 21:48 
GeneralGet the datarow bount to a datagridview Pin
baranils7-Mar-08 20:24
baranils7-Mar-08 20:24 
Generalcompiler Pin
faradgi7-Mar-08 20:20
faradgi7-Mar-08 20:20 
GeneralRe: compiler Pin
Christian Graus7-Mar-08 21:46
protectorChristian Graus7-Mar-08 21:46 
GeneralRe: compiler Pin
Abhijit Jana7-Mar-08 21:59
professionalAbhijit Jana7-Mar-08 21:59 
GeneralValidation Problem Pin
Mogaambo7-Mar-08 20:17
Mogaambo7-Mar-08 20:17 
GeneralRe: Validation Problem Pin
Chetan Patel7-Mar-08 21:11
Chetan Patel7-Mar-08 21:11 
GeneralRe: Validation Problem Pin
Abhijit Jana7-Mar-08 22:03
professionalAbhijit Jana7-Mar-08 22:03 
GeneralEncrypting strings so that Reflector can't get to them Pin
Domenic Denicola7-Mar-08 19:12
Domenic Denicola7-Mar-08 19:12 
GeneralRe: Encrypting strings so that Reflector can't get to them Pin
Christian Graus7-Mar-08 21:47
protectorChristian Graus7-Mar-08 21:47 
GeneralRe: Encrypting strings so that Reflector can't get to them Pin
Mark Churchill9-Mar-08 1:44
Mark Churchill9-Mar-08 1:44 
GeneralRe: Encrypting strings so that Reflector can't get to them Pin
Domenic Denicola9-Mar-08 1:50
Domenic Denicola9-Mar-08 1:50 
GeneralCopy paste Pin
D i x y7-Mar-08 18:08
D i x y7-Mar-08 18:08 
GeneralRe: Copy paste Pin
Christian Graus7-Mar-08 21:48
protectorChristian Graus7-Mar-08 21:48 
GeneralThe Immediate Window Pin
Jammer7-Mar-08 12:42
Jammer7-Mar-08 12:42 
GeneralRe: The Immediate Window Pin
Anthony Mushrow7-Mar-08 13:01
professionalAnthony Mushrow7-Mar-08 13:01 
GeneralRe: The Immediate Window Pin
Jammer7-Mar-08 13:15
Jammer7-Mar-08 13:15 
GeneralRe: The Immediate Window Pin
J$7-Mar-08 13:49
J$7-Mar-08 13:49 
Since your method is a static one, perhaps prefacing it with the name of the class it is in will work for you.

Something like this in the immediate window should work:
? MyClass.CleanTheString("G:\\The_String")


Jammer wrote:
Also I keep reading that intellisense should work in here but that doesn't work for me either.

I have not been able to consistenly get Intellisense to show up in my immediate windows. It is very odd behaviour. Sometimes it will work for me, others it won't. I can't exactly find out why...
GeneralRe: The Immediate Window Pin
Jammer7-Mar-08 13:54
Jammer7-Mar-08 13:54 
GeneralRe: The Immediate Window Pin
J$7-Mar-08 14:04
J$7-Mar-08 14: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.