Click here to Skip to main content
15,893,644 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is it possible to access 32bit dll from 64 bit dll Pin
jsjwql1236-Nov-09 14:10
jsjwql1236-Nov-09 14:10 
GeneralRe: Is it possible to access 32bit dll from 64 bit dll Pin
Dave Kreskowiak6-Nov-09 14:46
mveDave Kreskowiak6-Nov-09 14:46 
QuestionApplication Call Hook Pin
b0b3rt6-Nov-09 11:59
b0b3rt6-Nov-09 11:59 
AnswerRe: Application Call Hook Pin
Christian Graus6-Nov-09 12:07
protectorChristian Graus6-Nov-09 12:07 
GeneralRe: Application Call Hook Pin
b0b3rt6-Nov-09 12:10
b0b3rt6-Nov-09 12:10 
GeneralRe: Application Call Hook Pin
Luc Pattyn6-Nov-09 12:37
sitebuilderLuc Pattyn6-Nov-09 12:37 
GeneralRe: Application Call Hook Pin
b0b3rt6-Nov-09 12:42
b0b3rt6-Nov-09 12:42 
QuestionCustom 404 Error Handler Pin
Joe Kohler6-Nov-09 11:19
Joe Kohler6-Nov-09 11:19 
QuestionC# File/DirectoryPermissions "Apply Onto" Advanced Pin
dsmithdev16-Nov-09 7:07
dsmithdev16-Nov-09 7:07 
Questionstring.Concat & MessageBox Pin
BDJones6-Nov-09 7:00
BDJones6-Nov-09 7:00 
AnswerRe: string.Concat & MessageBox Pin
Luc Pattyn6-Nov-09 7:17
sitebuilderLuc Pattyn6-Nov-09 7:17 
GeneralRe: string.Concat & MessageBox Pin
BDJones6-Nov-09 9:13
BDJones6-Nov-09 9:13 
AnswerRe: string.Concat & MessageBox Pin
Dave Kreskowiak6-Nov-09 7:22
mveDave Kreskowiak6-Nov-09 7:22 
GeneralRe: string.Concat & MessageBox Pin
BDJones6-Nov-09 9:14
BDJones6-Nov-09 9:14 
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 

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.