Click here to Skip to main content
15,898,643 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: The Immediate Window Pin
Jammer7-Mar-08 14:10
Jammer7-Mar-08 14:10 
GeneralRe: The Immediate Window Pin
Jammer7-Mar-08 14:05
Jammer7-Mar-08 14:05 
GeneralNet.Sockets - Internet to LAN Connection Exception... Pin
Trapper-Hell7-Mar-08 12:33
Trapper-Hell7-Mar-08 12:33 
GeneralRe: Net.Sockets - Internet to LAN Connection Exception... Pin
Anthony Mushrow7-Mar-08 13:04
professionalAnthony Mushrow7-Mar-08 13:04 
GeneralCustom style on a Form Pin
nike_arh7-Mar-08 12:27
nike_arh7-Mar-08 12:27 
GeneralRe: Custom style on a Form Pin
Christian Graus7-Mar-08 21:49
protectorChristian Graus7-Mar-08 21:49 
GeneralRe: Custom style on a Form Pin
nike_arh8-Mar-08 4:29
nike_arh8-Mar-08 4:29 
QuestionUsing a Dictionary, Generic List or a good old fashioned Array??? Pin
Jammer7-Mar-08 9:30
Jammer7-Mar-08 9:30 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Pete O'Hanlon7-Mar-08 9:44
mvePete O'Hanlon7-Mar-08 9:44 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Jammer7-Mar-08 10:02
Jammer7-Mar-08 10:02 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Pete O'Hanlon7-Mar-08 10:04
mvePete O'Hanlon7-Mar-08 10:04 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Jammer7-Mar-08 10:23
Jammer7-Mar-08 10:23 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Luc Pattyn7-Mar-08 10:40
sitebuilderLuc Pattyn7-Mar-08 10:40 
GeneralRe: Using a Dictionary, Generic List or a good old fashioned Array??? Pin
Jammer7-Mar-08 10:42
Jammer7-Mar-08 10:42 
GeneralAnchors, MinSize, and AutoScroll Pin
eggsovereasy7-Mar-08 9:04
eggsovereasy7-Mar-08 9: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.