Click here to Skip to main content
15,921,884 members
Home / Discussions / C#
   

C#

 
QuestionCalling a 16 bit Windows DLL from C# Pin
Matt Adamson11-May-09 3:29
Matt Adamson11-May-09 3:29 
GeneralRe: Calling a 16 bit Windows DLL from C# Pin
harold aptroot11-May-09 4:59
harold aptroot11-May-09 4:59 
QuestionHow to make browser's document not to visible until it (the web page data) fully gets loaded into the browser? Pin
svt gdwl11-May-09 2:37
svt gdwl11-May-09 2:37 
QuestionHow to integrate Crystal Report 2008 (Version 12.0) into Visual Studio 2008? Pin
btough11-May-09 1:55
btough11-May-09 1:55 
AnswerRe: How to integrate Crystal Report 2008 (Version 12.0) into Visual Studio 2008? Pin
Murat Çobanoğlu25-May-09 21:44
Murat Çobanoğlu25-May-09 21:44 
QuestionComponent Based Application? Pin
BetimD11-May-09 1:55
BetimD11-May-09 1:55 
AnswerRe: Component Based Application? Pin
Eddy Vluggen11-May-09 3:07
professionalEddy Vluggen11-May-09 3:07 
AnswerRe: Component Based Application? Pin
Henry Minute11-May-09 4:17
Henry Minute11-May-09 4:17 
AnswerRe: Component Based Application? Pin
Dave Kreskowiak11-May-09 5:09
mveDave Kreskowiak11-May-09 5:09 
GeneralRe: Component Based Application? Pin
BetimD12-Aug-09 12:33
BetimD12-Aug-09 12:33 
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 

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.