Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: creating a folder on console application with c# by clicking on it's .exe file ! Pin
OriginalGriff17-Jun-16 21:33
mveOriginalGriff17-Jun-16 21:33 
QuestionRe: creating a folder on console application with c# by clicking on it's .exe file ! Pin
Richard MacCutchan17-Jun-16 21:10
mveRichard MacCutchan17-Jun-16 21:10 
AnswerRe: creating a folder on console application with c# by clicking on it's .exe file ! Pin
Manoj Kumar Miriyala17-Jun-16 21:21
professionalManoj Kumar Miriyala17-Jun-16 21:21 
GeneralRe: creating a folder on console application with c# by clicking on it's .exe file ! Pin
Richard MacCutchan17-Jun-16 21:44
mveRichard MacCutchan17-Jun-16 21:44 
GeneralRe: creating a folder on console application with c# by clicking on it's .exe file ! Pin
BillWoodruff17-Jun-16 23:18
professionalBillWoodruff17-Jun-16 23:18 
GeneralRe: creating a folder on console application with c# by clicking on it's .exe file ! Pin
Richard MacCutchan17-Jun-16 23:19
mveRichard MacCutchan17-Jun-16 23:19 
GeneralRe: creating a folder on console application with c# by clicking on it's .exe file ! Pin
BillWoodruff17-Jun-16 23:48
professionalBillWoodruff17-Jun-16 23:48 
GeneralRe: creating a folder on console application with c# by clicking on it's .exe file ! Pin
Richard MacCutchan19-Jun-16 21:25
mveRichard MacCutchan19-Jun-16 21:25 
AnswerRe: creating a folder on console application with c# by clicking on it's .exe file ! Pin
BillWoodruff17-Jun-16 23:45
professionalBillWoodruff17-Jun-16 23:45 
QuestionHow to export a result table and charts from RDotNet to Excel Pin
Member 1085025317-Jun-16 15:45
Member 1085025317-Jun-16 15:45 
AnswerRe: How to export a result table and charts from RDotNet to Excel Pin
Garth J Lancaster17-Jun-16 16:40
professionalGarth J Lancaster17-Jun-16 16:40 
GeneralRe: How to export a result table and charts from RDotNet to Excel Pin
Member 1085025323-Jun-16 11:41
Member 1085025323-Jun-16 11:41 
GeneralRe: How to export a result table and charts from RDotNet to Excel Pin
Garth J Lancaster23-Jun-16 16:12
professionalGarth J Lancaster23-Jun-16 16:12 
GeneralRe: How to export a result table and charts from RDotNet to Excel Pin
Member 1085025323-Jun-16 16:22
Member 1085025323-Jun-16 16:22 
QuestionCan't get the replace to work, and double check my work. Pin
jkirkerx17-Jun-16 11:11
professionaljkirkerx17-Jun-16 11:11 
AnswerMy Bad, perhaps I can just get that double check Pin
jkirkerx17-Jun-16 11:19
professionaljkirkerx17-Jun-16 11:19 

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.