Click here to Skip to main content
15,884,628 members
Home / Discussions / C#
   

C#

 
Answerthanks, and one more Question Pin
igalep1324-Apr-10 8:14
igalep1324-Apr-10 8:14 
GeneralRe: thanks, and one more Question Pin
OriginalGriff4-Apr-10 8:33
mveOriginalGriff4-Apr-10 8:33 
GeneralRe: thanks, and one more Question Pin
igalep1324-Apr-10 9:45
igalep1324-Apr-10 9:45 
QuestionBackslashes and forward slashes Pin
Darrall4-Apr-10 6:14
Darrall4-Apr-10 6:14 
AnswerRe: Backslashes and forward slashes Pin
OriginalGriff4-Apr-10 6:23
mveOriginalGriff4-Apr-10 6:23 
GeneralRe: Backslashes and forward slashes Pin
Darrall4-Apr-10 7:46
Darrall4-Apr-10 7:46 
GeneralRe: Backslashes and forward slashes Pin
OriginalGriff4-Apr-10 8:13
mveOriginalGriff4-Apr-10 8:13 
GeneralRe: Backslashes and forward slashes Pin
Darrall4-Apr-10 8:55
Darrall4-Apr-10 8:55 
Here it is Smile | :)

private void button2_Click(object sender, EventArgs e)
       {
           string OldPathName;
           string NewPathName;

           if (folderBrowserDialog1.ShowDialog() == DialogResult.OK)
           {
               MessageBox.Show("MyFolder = " + folderBrowserDialog1.SelectedPath);
               textBox1.Text = folderBrowserDialog1.SelectedPath;

               OldPathName = NewPathName.Replace ('\','/');
           }

GeneralRe: Backslashes and forward slashes Pin
FyreWyrm4-Apr-10 10:37
FyreWyrm4-Apr-10 10:37 
GeneralRe: Backslashes and forward slashes Pin
Darrall4-Apr-10 11:02
Darrall4-Apr-10 11:02 
GeneralRe: Backslashes and forward slashes Pin
harold aptroot4-Apr-10 11:33
harold aptroot4-Apr-10 11:33 
GeneralRe: Backslashes and forward slashes Pin
OriginalGriff4-Apr-10 21:38
mveOriginalGriff4-Apr-10 21:38 
GeneralRe: Backslashes and forward slashes Pin
Ravi Bhavnani4-Apr-10 8:15
professionalRavi Bhavnani4-Apr-10 8:15 
AnswerRe: Backslashes and forward slashes Pin
Dave Kreskowiak4-Apr-10 7:49
mveDave Kreskowiak4-Apr-10 7:49 
GeneralRe: Backslashes and forward slashes Pin
Darrall4-Apr-10 8:05
Darrall4-Apr-10 8:05 
GeneralRe: Backslashes and forward slashes Pin
PIEBALDconsult4-Apr-10 13:40
mvePIEBALDconsult4-Apr-10 13:40 
QuestionAdding items to ListView groups Pin
teknolog1234-Apr-10 4:09
teknolog1234-Apr-10 4:09 
AnswerRe: Adding items to ListView groups Pin
Luc Pattyn4-Apr-10 4:12
sitebuilderLuc Pattyn4-Apr-10 4:12 
QuestionSerializationException was unhandled Message="Unable to find assembly... " problem Pin
barak drechsler4-Apr-10 3:37
barak drechsler4-Apr-10 3:37 
AnswerRe: SerializationException was unhandled Message="Unable to find assembly... " problem Pin
Nicholas Butler4-Apr-10 6:23
sitebuilderNicholas Butler4-Apr-10 6:23 
GeneralRe: SerializationException was unhandled Message="Unable to find assembly... " problem Pin
barak drechsler4-Apr-10 7:39
barak drechsler4-Apr-10 7:39 
GeneralRe: SerializationException was unhandled Message="Unable to find assembly... " problem Pin
Nicholas Butler4-Apr-10 8:01
sitebuilderNicholas Butler4-Apr-10 8:01 
GeneralRe: SerializationException was unhandled Message="Unable to find assembly... " problem Pin
barak drechsler4-Apr-10 8:45
barak drechsler4-Apr-10 8:45 
QuestionUnnecessory process - please wait while windows configures Pin
Milind Panchal4-Apr-10 2:18
Milind Panchal4-Apr-10 2:18 
QuestionHide subproperty in PropertyGrid Pin
viciouskinid3-Apr-10 23:39
viciouskinid3-Apr-10 23:39 

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.