Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
AnswerRe: Removing special characters from collection of string Pin
Peace ON2-May-10 23:16
Peace ON2-May-10 23:16 
AnswerRe: Removing special characters from collection of string Pin
OriginalGriff29-Apr-10 23:48
mveOriginalGriff29-Apr-10 23:48 
QuestionCross-thread operation not valid (Custom .NET Marquee Control) Pin
Aaron Radich29-Apr-10 19:35
Aaron Radich29-Apr-10 19:35 
AnswerRe: Cross-thread operation not valid (Custom .NET Marquee Control) Pin
Abhinav S29-Apr-10 19:53
Abhinav S29-Apr-10 19:53 
AnswerRe: Cross-thread operation not valid (Custom .NET Marquee Control) Pin
OriginalGriff29-Apr-10 21:18
mveOriginalGriff29-Apr-10 21:18 
AnswerRe: Cross-thread operation not valid (Custom .NET Marquee Control) Pin
Alan N29-Apr-10 21:32
Alan N29-Apr-10 21:32 
AnswerRe: Cross-thread operation not valid (Custom .NET Marquee Control) Pin
Luc Pattyn30-Apr-10 1:18
sitebuilderLuc Pattyn30-Apr-10 1:18 
Questionwhere to put \ (slash)? Pin
Member 216810329-Apr-10 11:06
Member 216810329-Apr-10 11:06 
With a folderbrowserdialog and a textbox that shows the folder to save to, i need to put \ after.
have been trying to put it like this:
textBoxSaveToFolder + (\) or ("\") or "\" 

but it doesnt work. How can that been done???


wc.DownloadFileAsync(new Uri(sFiles.Trim()), String.Format(textBoxSaveToFolder.Text + "{0}.xml", ("omgang=") + i, Path.GetExtension(sFiles)));


private void btnFolder_Click(object sender, EventArgs e)
{
if (folderBrowserDialog1.ShowDialog() == DialogResult.OK) 
{
textBoxSaveToFolder.Text = folderBrowserDialog1.SelectedPath;
}
}

AnswerRe: where to put \ (slash)? Pin
Luc Pattyn29-Apr-10 11:34
sitebuilderLuc Pattyn29-Apr-10 11:34 
AnswerRe: where to put \ (slash)? Pin
Member 216810329-Apr-10 13:05
Member 216810329-Apr-10 13:05 
GeneralRe: where to put \ (slash)? Pin
Luc Pattyn29-Apr-10 13:59
sitebuilderLuc Pattyn29-Apr-10 13:59 
AnswerRe: where to put \ (slash)? Pin
Ravi Bhavnani29-Apr-10 13:00
professionalRavi Bhavnani29-Apr-10 13:00 
AnswerRe: where to put \ (slash)? Pin
Member 216810329-Apr-10 22:52
Member 216810329-Apr-10 22:52 
AnswerRe: where to put \ (slash)? Pin
fjdiewornncalwe30-Apr-10 2:55
professionalfjdiewornncalwe30-Apr-10 2:55 
QuestionWriting a file from a StreamWriter to a UNC path Pin
Alaric_29-Apr-10 9:51
professionalAlaric_29-Apr-10 9:51 
AnswerRe: Writing a file from a StreamWriter to a UNC path Pin
Alaric_29-Apr-10 10:03
professionalAlaric_29-Apr-10 10:03 
QuestionHide/Show a control in a DataList Pin
MWRivera29-Apr-10 9:34
MWRivera29-Apr-10 9:34 
AnswerRe: Hide/Show a control in a DataList Pin
Peace ON29-Apr-10 23:50
Peace ON29-Apr-10 23:50 
GeneralRe: Hide/Show a control in a DataList Pin
MWRivera30-Apr-10 5:56
MWRivera30-Apr-10 5:56 
AnswerRe: Hide/Show a control in a DataList [modified] Pin
Peace ON2-May-10 22:51
Peace ON2-May-10 22:51 
QuestionWindows Task Schedular and Map drive problem Pin
Tridip Bhattacharjee29-Apr-10 8:52
professionalTridip Bhattacharjee29-Apr-10 8:52 
AnswerRe: Windows Task Schedular and Map drive problem Pin
Luc Pattyn29-Apr-10 8:57
sitebuilderLuc Pattyn29-Apr-10 8:57 
AnswerRe: Windows Task Schedular and Map drive problem Pin
Bernhard Hiller29-Apr-10 21:47
Bernhard Hiller29-Apr-10 21:47 
QuestionWMI and the difference between memory cards and USB drives Pin
brian.shapiro29-Apr-10 6:09
brian.shapiro29-Apr-10 6:09 
AnswerRe: WMI and the difference between memory cards and USB drives Pin
dan!sh 29-Apr-10 6:23
professional dan!sh 29-Apr-10 6:23 

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.