Click here to Skip to main content
16,008,010 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get the path of the file that is present with in the project folder. Pin
sukanyavarma27-Oct-05 19:29
sukanyavarma27-Oct-05 19:29 
QuestionIE MIME type application association Pin
timothymfox27-Oct-05 18:07
timothymfox27-Oct-05 18:07 
QuestionHelp In Graphics Program Pin
GegoTheWizard27-Oct-05 16:23
GegoTheWizard27-Oct-05 16:23 
AnswerRe: Help In Graphics Program Pin
Christian Graus27-Oct-05 16:29
protectorChristian Graus27-Oct-05 16:29 
GeneralRe: Help In Graphics Program Pin
WillemM28-Oct-05 1:38
WillemM28-Oct-05 1:38 
QuestionUsing C# to access a BDE DBase file Pin
KBTibbs27-Oct-05 12:13
KBTibbs27-Oct-05 12:13 
AnswerRe: Using C# to access a BDE DBase file Pin
WillemM28-Oct-05 1:40
WillemM28-Oct-05 1:40 
QuestionHow to debug a pinvoked api call that generates an unknown error Pin
Dan Neely27-Oct-05 11:02
Dan Neely27-Oct-05 11:02 
Not sure if I should be posting here, or in the c++ forum since my app's written in c#, but the error's being generated by a win32 api call. I'm using the following 3 api calls as demonstrated in the msdn article to monitor changes being made to a folder over samba (FileSystemWatcher won't do this). In my tes app the water class works perfectly. When I use my watcher class in my main app everything is fine with one copy running. With two copies though if, FindNextChangeNotification returns false and generates errorcode 0x64006e as returned by Marshal.GetLastWin32Error(). Win32Exception.Message describes this as an uknown error, and no error codes with this large a value are listed in msdn, or winError.h. Looking at the code between my main app and my tester I'm not seeing any meaningful differences, and with an unknown error I don't know wehre to be looking. The biggest difference between the two is that when a change occurs my tester just throws up a message box, while my main app reloads all the files in the folder. (There're only a handful so the performance hit from loading everything isn't enough to justify the extra work needed to ID which file was modified).

FindFirstChangeNotification
WaitForMultipleObjects
FindNextChangeNotification
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/obtaining_directory_change_notifications.asp
QuestionMenu for a form when IsMdiContainer is true Pin
naglbitur27-Oct-05 10:06
naglbitur27-Oct-05 10:06 
AnswerRe: Menu for a form when IsMdiContainer is true Pin
enjoycrack27-Oct-05 10:15
enjoycrack27-Oct-05 10:15 
AnswerRe: Menu for a form when IsMdiContainer is true Pin
Nick Parker27-Oct-05 10:18
protectorNick Parker27-Oct-05 10:18 
GeneralRe: Menu for a form when IsMdiContainer is true Pin
naglbitur27-Oct-05 11:27
naglbitur27-Oct-05 11:27 
QuestionFolder access Pin
.NetRocker27-Oct-05 8:29
.NetRocker27-Oct-05 8:29 
AnswerRe: Folder access Pin
Michael Hendrickx28-Oct-05 0:14
Michael Hendrickx28-Oct-05 0:14 
GeneralRe: Folder access Pin
.NetRocker28-Oct-05 4:59
.NetRocker28-Oct-05 4:59 
GeneralRe: Folder access Pin
Dave Kreskowiak28-Oct-05 5:03
mveDave Kreskowiak28-Oct-05 5:03 
GeneralRe: Folder access Pin
.NetRocker28-Oct-05 5:40
.NetRocker28-Oct-05 5:40 
GeneralRe: Folder access Pin
Dave Kreskowiak28-Oct-05 12:19
mveDave Kreskowiak28-Oct-05 12:19 
GeneralRe: Folder access Pin
.NetRocker31-Oct-05 4:01
.NetRocker31-Oct-05 4:01 
QuestionHow to avoid Outlook security warning programmatically Pin
we_swati27-Oct-05 8:16
we_swati27-Oct-05 8:16 
AnswerRe: How to avoid Outlook security warning programmatically Pin
Dave Kreskowiak27-Oct-05 8:24
mveDave Kreskowiak27-Oct-05 8:24 
GeneralRe: How to avoid Outlook security warning programmatically Pin
Robert M Greene27-Oct-05 9:28
Robert M Greene27-Oct-05 9:28 
QuestionE-Mails Moderator. Pin
Asare27-Oct-05 8:04
Asare27-Oct-05 8:04 
AnswerRe: E-Mails Moderator. Pin
Dave Kreskowiak27-Oct-05 14:26
mveDave Kreskowiak27-Oct-05 14:26 
AnswerRe: E-Mails Moderator. Pin
Christian Graus27-Oct-05 15:04
protectorChristian Graus27-Oct-05 15:04 

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.