Click here to Skip to main content
15,917,538 members
Home / Discussions / C#
   

C#

 
GeneralRe: XmlDocument - Browser View in Form Pin
Nader Elshehabi30-Nov-06 1:06
Nader Elshehabi30-Nov-06 1:06 
QuestionNumber to words utility Pin
Ramesh.V29-Nov-06 20:33
Ramesh.V29-Nov-06 20:33 
AnswerRe: Number to words utility Pin
Nader Elshehabi29-Nov-06 22:47
Nader Elshehabi29-Nov-06 22:47 
QuestionNeed to use REGEX Pin
M Riaz Bashir29-Nov-06 19:37
M Riaz Bashir29-Nov-06 19:37 
AnswerRe: Need to use REGEX Pin
Coding C#29-Nov-06 19:53
Coding C#29-Nov-06 19:53 
AnswerRe: Need to use REGEX Pin
quiteSmart29-Nov-06 19:57
quiteSmart29-Nov-06 19:57 
AnswerRe: Need to use REGEX Pin
Bassam Saoud29-Nov-06 20:02
Bassam Saoud29-Nov-06 20:02 
Questiondata grid Pin
kiranbabu29-Nov-06 19:35
kiranbabu29-Nov-06 19:35 
AnswerRe: data grid Pin
Nader Elshehabi29-Nov-06 22:49
Nader Elshehabi29-Nov-06 22:49 
AnswerRe: data grid Pin
ednrgc30-Nov-06 6:30
ednrgc30-Nov-06 6:30 
QuestionHow to get file path from save file dialogue box Pin
prakash_21029-Nov-06 19:27
prakash_21029-Nov-06 19:27 
AnswerRe: How to get file path from save file dialogue box Pin
Eduard Keilholz29-Nov-06 20:59
Eduard Keilholz29-Nov-06 20:59 
QuestionDirectoryInfo.GetFiles question Pin
coolestCoder29-Nov-06 18:46
coolestCoder29-Nov-06 18:46 
AnswerRe: DirectoryInfo.GetFiles question Pin
Scott Dorman29-Nov-06 18:51
professionalScott Dorman29-Nov-06 18:51 
QuestionNeed Help--Required permissions cannot be acquired. Pin
Jay Khanpara29-Nov-06 18:38
Jay Khanpara29-Nov-06 18:38 
QuestionChecking File in use before copy Pin
coolestCoder29-Nov-06 18:34
coolestCoder29-Nov-06 18:34 
AnswerRe: Checking File in use before copy Pin
Martin#29-Nov-06 20:52
Martin#29-Nov-06 20:52 
QuestionLocal Variable and "global" with same name Pin
Dwayner7929-Nov-06 16:54
Dwayner7929-Nov-06 16:54 
AnswerRe: Local Variable and "global" with same name Pin
Scott Dorman29-Nov-06 17:00
professionalScott Dorman29-Nov-06 17:00 
GeneralRe: Local Variable and "global" with same name Pin
Dwayner7929-Nov-06 18:19
Dwayner7929-Nov-06 18:19 
GeneralRe: Local Variable and "global" with same name Pin
Scott Dorman29-Nov-06 18:32
professionalScott Dorman29-Nov-06 18:32 
AnswerRe: Local Variable and "global" with same name Pin
Guffa29-Nov-06 22:02
Guffa29-Nov-06 22:02 
AnswerRe: Local Variable and "global" with same name Pin
ednrgc30-Nov-06 6:31
ednrgc30-Nov-06 6:31 
Questioninsert "-" in between words in a sentence Pin
Vipin Venugopal29-Nov-06 16:50
Vipin Venugopal29-Nov-06 16:50 
AnswerRe: insert "-" in between words in a sentence Pin
mav.northwind29-Nov-06 18:48
mav.northwind29-Nov-06 18:48 
Homework?
Nevertheless, try this: mySentence.Replace(' ','-');

Regards,
mav

--
Black holes are the places where God divided by 0...

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.