Click here to Skip to main content
15,904,503 members
Home / Discussions / C#
   

C#

 
GeneralRe: internet Pin
AspDotNetDev19-Feb-10 12:46
protectorAspDotNetDev19-Feb-10 12:46 
GeneralRe: internet Pin
harold aptroot19-Feb-10 12:49
harold aptroot19-Feb-10 12:49 
GeneralRe: internet Pin
AspDotNetDev19-Feb-10 12:56
protectorAspDotNetDev19-Feb-10 12:56 
GeneralRe: internet Pin
harold aptroot19-Feb-10 12:58
harold aptroot19-Feb-10 12:58 
GeneralRe: internet Pin
sanforjackass19-Feb-10 13:05
sanforjackass19-Feb-10 13:05 
JokeRe: internet Pin
Wamuti19-Feb-10 21:36
Wamuti19-Feb-10 21:36 
QuestionWebClient - View navigation request (post data) before its sent to the server? Pin
Matthew Klein19-Feb-10 11:32
Matthew Klein19-Feb-10 11:32 
AnswerRe: WebClient - View navigation request (post data) before its sent to the server? Pin
AspDotNetDev19-Feb-10 12:02
protectorAspDotNetDev19-Feb-10 12:02 
AnswerRe: WebClient - View navigation request (post data) before its sent to the server? Pin
Matthew Klein19-Feb-10 12:38
Matthew Klein19-Feb-10 12:38 
GeneralRe: WebClient - View navigation request (post data) before its sent to the server? Pin
AspDotNetDev19-Feb-10 13:18
protectorAspDotNetDev19-Feb-10 13:18 
AnswerRe: WebClient - View navigation request (post data) before its sent to the server? Pin
Giorgi Dalakishvili19-Feb-10 23:00
mentorGiorgi Dalakishvili19-Feb-10 23:00 
QuestionAny one knows how to use FFTW in C#? or goof FFT algorithm? Pin
Seraph_summer19-Feb-10 11:20
Seraph_summer19-Feb-10 11:20 
AnswerMessage Closed Pin
19-Feb-10 11:40
stancrm19-Feb-10 11:40 
GeneralRe: Any one knows how to use FFTW in C#? or goof FFT algorithm? Pin
Seraph_summer19-Feb-10 22:50
Seraph_summer19-Feb-10 22:50 
AnswerRe: Any one knows how to use FFTW in C#? or goof FFT algorithm? Pin
dybs19-Feb-10 18:12
dybs19-Feb-10 18:12 
GeneralRe: Any one knows how to use FFTW in C#? or goof FFT algorithm? Pin
Seraph_summer20-Feb-10 3:29
Seraph_summer20-Feb-10 3:29 
QuestionEmbed SQL Express Pin
eddieangel19-Feb-10 10:59
eddieangel19-Feb-10 10:59 
AnswerRe: Embed SQL Express Pin
Not Active19-Feb-10 11:25
mentorNot Active19-Feb-10 11:25 
GeneralRe: Embed SQL Express Pin
eddieangel19-Feb-10 11:29
eddieangel19-Feb-10 11:29 
GeneralRe: Embed SQL Express Pin
Not Active19-Feb-10 11:38
mentorNot Active19-Feb-10 11:38 
GeneralRe: Embed SQL Express Pin
eddieangel19-Feb-10 11:43
eddieangel19-Feb-10 11:43 
QuestionHow to get path to public directory Pin
CTaylor8919-Feb-10 9:06
CTaylor8919-Feb-10 9:06 
AnswerRe: How to get path to public directory Pin
Dave Kreskowiak19-Feb-10 9:40
mveDave Kreskowiak19-Feb-10 9:40 
I don't know about .NET 4.0, but there is no enum value that returns the path to the Public folder in any version of .NET up to and including 3.5.

You'll have to resolve the Public environment variable to get that path.
string PublicFolderPath = Environment.GetEnvironmentVariable(@"Public");

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: How to get path to public directory Pin
CTaylor8919-Feb-10 10:50
CTaylor8919-Feb-10 10:50 
QuestionProgram in Client side is not working Pin
Said Ali Jalali19-Feb-10 8:12
Said Ali Jalali19-Feb-10 8:12 

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.