Click here to Skip to main content
15,886,786 members
Home / Discussions / C#
   

C#

 
AnswerRe: string.Concat & MessageBox Pin
Pete O'Hanlon6-Nov-09 10:10
mvePete O'Hanlon6-Nov-09 10:10 
GeneralRe: string.Concat & MessageBox Pin
BDJones6-Nov-09 10:51
BDJones6-Nov-09 10:51 
Questionusing ellipsis button in the listview Pin
asiorhan6-Nov-09 4:55
asiorhan6-Nov-09 4:55 
QuestionNo application configuration file found - FUSLOGVW - How to add application configuration file Pin
KarthikonIT6-Nov-09 4:01
KarthikonIT6-Nov-09 4:01 
AnswerRe: No application configuration file found - FUSLOGVW - How to add application configuration file Pin
Shameel6-Nov-09 4:37
professionalShameel6-Nov-09 4:37 
Question[Message Deleted] Pin
DahrkDaiz6-Nov-09 2:38
DahrkDaiz6-Nov-09 2:38 
AnswerRe: WPF DataGrid Upper left corner, what is it? Pin
Calla6-Nov-09 3:28
Calla6-Nov-09 3:28 
QuestionWindows 7 and Directory.Exists ??? Pin
Paul Brower6-Nov-09 2:27
Paul Brower6-Nov-09 2:27 
I have the following lines of code (2.0 framework) that worked in Win XP, but doesn't work with Windows 7:

if (!Directory.Exists(@"c:\Program Files\Newsham\PigtrakDesktop\RAPI"))
{
Directory.CreateDirectory(@"c:\Program Files\Newsham\PigtrakDesktop\RAPI");
}

Here's the weird part: If I try to navigate to c:\Program Files\Newsham\PigtrakDesktop using the Windows 7 explorer, the RAPI directory is NOT there.

However, in my code, if tell it to list the files in the same directory, there ARE FILES THERE!

This is really killing me. Any thoughts?
AnswerRe: Windows 7 and Directory.Exists ??? Pin
Paul Brower6-Nov-09 3:18
Paul Brower6-Nov-09 3:18 
GeneralRe: Windows 7 and Directory.Exists ??? Pin
Calla6-Nov-09 3:27
Calla6-Nov-09 3:27 
GeneralRe: Windows 7 and Directory.Exists ??? Pin
Daniel Grunwald6-Nov-09 3:29
Daniel Grunwald6-Nov-09 3:29 
GeneralRe: Windows 7 and Directory.Exists ??? Pin
#realJSOP8-Nov-09 2:01
mve#realJSOP8-Nov-09 2:01 
QuestionC# "for example desktop icon"(object) drag and drop method Pin
Renven6-Nov-09 1:38
Renven6-Nov-09 1:38 
AnswerRe: C# "for example desktop icon"(object) drag and drop method Pin
Richard MacCutchan6-Nov-09 2:34
mveRichard MacCutchan6-Nov-09 2:34 
QuestionTelnet/pop3..........?? Pin
Hum Dum6-Nov-09 1:33
Hum Dum6-Nov-09 1:33 
QuestionSQL querying problem Pin
Emmet_Brown6-Nov-09 0:52
Emmet_Brown6-Nov-09 0:52 
AnswerMessage Closed Pin
6-Nov-09 1:09
stancrm6-Nov-09 1:09 
GeneralRe: SQL querying problem Pin
Emmet_Brown6-Nov-09 1:22
Emmet_Brown6-Nov-09 1:22 
GeneralMessage Closed Pin
6-Nov-09 1:33
stancrm6-Nov-09 1:33 
GeneralRe: SQL querying problem Pin
Emmet_Brown6-Nov-09 1:42
Emmet_Brown6-Nov-09 1:42 
GeneralRe: SQL querying problem Pin
Emmet_Brown6-Nov-09 1:52
Emmet_Brown6-Nov-09 1:52 
GeneralRe: SQL querying problem Pin
sravsk15-Dec-09 21:12
sravsk15-Dec-09 21:12 
AnswerRe: SQL querying problem Pin
Nicholas Butler6-Nov-09 2:00
sitebuilderNicholas Butler6-Nov-09 2:00 
AnswerRe: SQL querying problem Pin
Calla6-Nov-09 2:36
Calla6-Nov-09 2:36 
AnswerRe: SQL querying problem Pin
Emmet_Brown6-Nov-09 3:15
Emmet_Brown6-Nov-09 3:15 

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.