Click here to Skip to main content
15,890,670 members
Home / Discussions / C#
   

C#

 
AnswerRe: Parse CSV file with two delimiters Pin
Patrice T20-Jun-16 6:43
mvePatrice T20-Jun-16 6:43 
GeneralRe: Parse CSV file with two delimiters Pin
Richard Deeming20-Jun-16 6:52
mveRichard Deeming20-Jun-16 6:52 
GeneralRe: Parse CSV file with two delimiters Pin
Patrice T20-Jun-16 6:58
mvePatrice T20-Jun-16 6:58 
AnswerRe: Parse CSV file with two delimiters Pin
Gerry Schmitz20-Jun-16 16:47
mveGerry Schmitz20-Jun-16 16:47 
QuestionTemplate for Id Cards Pin
suregirish19-Jun-16 23:35
suregirish19-Jun-16 23:35 
AnswerRe: Template for Id Cards Pin
Richard MacCutchan19-Jun-16 23:57
mveRichard MacCutchan19-Jun-16 23:57 
GeneralRe: Template for Id Cards Pin
suregirish20-Jun-16 0:07
suregirish20-Jun-16 0:07 
GeneralRe: Template for Id Cards Pin
Eddy Vluggen20-Jun-16 1:39
professionalEddy Vluggen20-Jun-16 1:39 
GeneralRe: Template for Id Cards Pin
Pete O'Hanlon20-Jun-16 2:47
mvePete O'Hanlon20-Jun-16 2:47 
GeneralRe: Template for Id Cards Pin
OriginalGriff20-Jun-16 2:51
mveOriginalGriff20-Jun-16 2:51 
SuggestionRe: Template for Id Cards Pin
Richard MacCutchan20-Jun-16 3:52
mveRichard MacCutchan20-Jun-16 3:52 
QuestionODBC method in Microsoft.Practices.EnterpriseLibrary.Data Pin
srikrishnathanthri19-Jun-16 18:41
srikrishnathanthri19-Jun-16 18:41 
AnswerRe: ODBC method in Microsoft.Practices.EnterpriseLibrary.Data Pin
Richard MacCutchan19-Jun-16 21:35
mveRichard MacCutchan19-Jun-16 21:35 
GeneralRe: ODBC method in Microsoft.Practices.EnterpriseLibrary.Data Pin
srikrishnathanthri19-Jun-16 21:59
srikrishnathanthri19-Jun-16 21:59 
SuggestionRe: ODBC method in Microsoft.Practices.EnterpriseLibrary.Data Pin
Sascha Lefèvre20-Jun-16 0:06
professionalSascha Lefèvre20-Jun-16 0:06 
GeneralRe: ODBC method in Microsoft.Practices.EnterpriseLibrary.Data Pin
Pete O'Hanlon20-Jun-16 0:42
mvePete O'Hanlon20-Jun-16 0:42 
GeneralRe: ODBC method in Microsoft.Practices.EnterpriseLibrary.Data Pin
srikrishnathanthri21-Jun-16 2:00
srikrishnathanthri21-Jun-16 2:00 
AnswerRe: ODBC method in Microsoft.Practices.EnterpriseLibrary.Data Pin
srikrishnathanthri22-Jun-16 1:26
srikrishnathanthri22-Jun-16 1:26 
QuestionNeed help in Skype API [C#] Pin
Member 1255136118-Jun-16 10:59
Member 1255136118-Jun-16 10:59 
AnswerRe: Need help in Skype API [C#] Pin
Pete O'Hanlon19-Jun-16 19:56
mvePete O'Hanlon19-Jun-16 19:56 
GeneralRe: Need help in Skype API [C#] Pin
Member 1255136119-Jun-16 23:03
Member 1255136119-Jun-16 23:03 
GeneralRe: Need help in Skype API [C#] Pin
Pete O'Hanlon19-Jun-16 23:15
mvePete O'Hanlon19-Jun-16 23:15 
Questioncreating a folder on console application with c# by clicking on it's .exe file ! Pin
Manoj Kumar Miriyala17-Jun-16 20:58
professionalManoj Kumar Miriyala17-Jun-16 20:58 
AnswerRe: creating a folder on console application with c# by clicking on it's .exe file ! Pin
OriginalGriff17-Jun-16 21:10
mveOriginalGriff17-Jun-16 21:10 
Sorry? That doesn't make a whole lot of sense.
Remember that we can't see your screen, access your HDD, or read your mind.
Creating a folder is simple in c#, whether it's a Console, Winforms, or WPF app:
C#
Directory.Create(path);
will do it: Directory.CreateDirectory Method (String) (System.IO)[^]
But the rest of your question I have not idea about - I can't tell what you are trying to do, or what problem you are meeting that prevents you doing it.
Please, try to explain in more detail and we'll try to help.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: creating a folder on console application with c# by clicking on it's .exe file ! Pin
Manoj Kumar Miriyala17-Jun-16 21:18
professionalManoj Kumar Miriyala17-Jun-16 21:18 

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.