Click here to Skip to main content
15,895,740 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Program in Client side is not working Pin
Paulo Zemek19-Feb-10 10:24
mvaPaulo Zemek19-Feb-10 10:24 
GeneralRe: Program in Client side is not working Pin
Said Ali Jalali20-Feb-10 5:12
Said Ali Jalali20-Feb-10 5:12 
GeneralRe: Program in Client side is not working Pin
Paulo Zemek20-Feb-10 5:24
mvaPaulo Zemek20-Feb-10 5:24 
QuestionDesign Question for DataReader error Pin
galacticvoid19-Feb-10 7:04
galacticvoid19-Feb-10 7:04 
AnswerRe: Design Question for DataReader error Pin
PIEBALDconsult19-Feb-10 17:55
mvePIEBALDconsult19-Feb-10 17:55 
GeneralRe: Design Question for DataReader error Pin
galacticvoid22-Feb-10 4:30
galacticvoid22-Feb-10 4:30 
Questioncollapsible panel in c sharp? Pin
Pawan Kiran19-Feb-10 6:33
Pawan Kiran19-Feb-10 6:33 
AnswerRe: collapsible panel in c sharp? Pin
Not Active19-Feb-10 7:14
mentorNot Active19-Feb-10 7:14 
QuestionTimer Control [modified] Pin
dalila y19-Feb-10 5:20
dalila y19-Feb-10 5:20 
AnswerRe: Timer Control Pin
Not Active19-Feb-10 5:37
mentorNot Active19-Feb-10 5:37 
GeneralRe: Timer Control Pin
dalila y19-Feb-10 5:49
dalila y19-Feb-10 5:49 
GeneralRe: Timer Control Pin
Pete O'Hanlon19-Feb-10 6:11
mvePete O'Hanlon19-Feb-10 6:11 
GeneralRe: Timer Control Pin
dalila y19-Feb-10 18:54
dalila y19-Feb-10 18:54 
QuestionRetrieve IP Address and compare with database Pin
dalila y19-Feb-10 5:13
dalila y19-Feb-10 5:13 
AnswerRe: Retrieve IP Address and compare with database Pin
PIEBALDconsult19-Feb-10 6:42
mvePIEBALDconsult19-Feb-10 6:42 

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.