Click here to Skip to main content
15,896,207 members
Home / Discussions / C#
   

C#

 
GeneralRe: Component Based Application? Pin
Dave Kreskowiak12-Aug-09 14:54
mveDave Kreskowiak12-Aug-09 14:54 
QuestionRemove case sensitivity Pin
sumit703411-May-09 1:31
sumit703411-May-09 1:31 
AnswerRe: Remove case sensitivity Pin
Manas Bhardwaj11-May-09 1:54
professionalManas Bhardwaj11-May-09 1:54 
GeneralRe: Remove case sensitivity Pin
sumit703411-May-09 1:58
sumit703411-May-09 1:58 
AnswerRe: Remove case sensitivity Pin
Vikram A Punathambekar11-May-09 2:13
Vikram A Punathambekar11-May-09 2:13 
GeneralRe: Remove case sensitivity Pin
sumit703411-May-09 2:15
sumit703411-May-09 2:15 
GeneralRe: Remove case sensitivity Pin
Vikram A Punathambekar11-May-09 2:16
Vikram A Punathambekar11-May-09 2:16 
Questioncreating a directory in the solution during runtime Pin
MustafaHamed11-May-09 1:28
MustafaHamed11-May-09 1:28 
hi,
I'm using this code to create a new directory into the solution during runtime

string targetPath = @"SampleDirectory";      \\directory name without any path to be copied in the solution  
Directory.CreateDirectory(targetPath);

this code is working very well & creates the directory into the solution, but the problem arouses whenever I'm using an open file dialogue before this code, in this case the directory is created into the path specified by the open file dialogue not the solution path.

what can I do?
AnswerRe: creating a directory in the solution during runtime Pin
ramz_g11-May-09 1:38
ramz_g11-May-09 1:38 
AnswerRe: creating a directory in the solution during runtime Pin
Vikram A Punathambekar11-May-09 2:15
Vikram A Punathambekar11-May-09 2:15 
AnswerRe: creating a directory in the solution during runtime Pin
Dave Kreskowiak11-May-09 5:07
mveDave Kreskowiak11-May-09 5:07 
GeneralRe: creating a directory in the solution during runtime Pin
MustafaHamed11-May-09 7:27
MustafaHamed11-May-09 7:27 
QuestionHighlighting Text in Powerpoint 2007 [modified] Pin
ramz_g11-May-09 1:04
ramz_g11-May-09 1:04 
Questionhow to set a picture with a specific alignment into excel cell Pin
tofa11111-May-09 1:01
tofa11111-May-09 1:01 
QuestionNHibernate data visible in profiler but not written to DB Pin
orinoco7711-May-09 0:20
orinoco7711-May-09 0:20 
AnswerRe: NHibernate data visible in profiler but not written to DB Pin
orinoco7711-May-09 2:03
orinoco7711-May-09 2:03 
GeneralRe: NHibernate data visible in profiler but not written to DB Pin
riced11-May-09 5:53
riced11-May-09 5:53 
GeneralRe: NHibernate data visible in profiler but not written to DB Pin
orinoco7712-May-09 0:03
orinoco7712-May-09 0:03 
QuestionCheck if drive exists Pin
Rajdeep.NET is BACK10-May-09 23:51
Rajdeep.NET is BACK10-May-09 23:51 
AnswerRe: Check if drive exists Pin
Alan N11-May-09 0:18
Alan N11-May-09 0:18 
AnswerRe: Check if drive exists Pin
stancrm11-May-09 1:21
stancrm11-May-09 1:21 
QuestionDraw Line Chart Pin
AlexDuta10-May-09 23:35
AlexDuta10-May-09 23:35 
AnswerRe: Draw Line Chart Pin
Simon P Stevens10-May-09 23:43
Simon P Stevens10-May-09 23:43 
GeneralRe: Draw Line Chart Pin
AlexDuta10-May-09 23:51
AlexDuta10-May-09 23:51 
GeneralRe: Draw Line Chart Pin
Simon P Stevens11-May-09 0:11
Simon P Stevens11-May-09 0:11 

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.