Click here to Skip to main content
16,016,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMonitoring a folder for new files Pin
BlackDice27-Sep-04 6:04
BlackDice27-Sep-04 6:04 
GeneralRe: Monitoring a folder for new files Pin
Tom Wright27-Sep-04 6:45
Tom Wright27-Sep-04 6:45 
GeneralRe: Monitoring a folder for new files Pin
David Crow27-Sep-04 8:20
David Crow27-Sep-04 8:20 
GeneralRe: Monitoring a folder for new files Pin
l a u r e n27-Sep-04 13:38
l a u r e n27-Sep-04 13:38 
GeneralRe: Monitoring a folder for new files Pin
David Crow28-Sep-04 5:07
David Crow28-Sep-04 5:07 
GeneralRe: Monitoring a folder for new files Pin
BlackDice28-Sep-04 7:48
BlackDice28-Sep-04 7:48 
GeneralRe: Monitoring a folder for new files Pin
David Crow28-Sep-04 7:53
David Crow28-Sep-04 7:53 
GeneralRe: Monitoring a folder for new files Pin
BlackDice29-Sep-04 10:47
BlackDice29-Sep-04 10:47 
I've tried using this syntax for the folder name: "\\Server1\files\" with and without ending backslash, and it just won't work for me. when I map the same folder to drive letter and use "L:\" it works just fine. Also, that was only a test. The real folder is a folder that holds zip files for bug reports for our clients that I want to alert me everytime we get a new bug sent and it parses the file and puts it in our bug database for use with our bug program (an app I wrote). If I use my "G:\" drive, I get the notification. If I use the real folder I want, ReadDirectoryChangesW() returns as soon as something is placed in the folder, but it doesn't succeed. A call to GetLastError returns "Unspecified Network Error". Usually ReadDirectoryDirectoryChangesW() hangs until it receives a notification, then continues with code in loop. Do you have any idea what the h___ is going on? Thanks in advance.

[insert witty comment here]

bdiamond Sleepy | :zzz:
GeneralRe: Monitoring a folder for new files Pin
David Crow30-Sep-04 2:29
David Crow30-Sep-04 2:29 
GeneralRe: Monitoring a folder for new files Pin
BlackDice30-Sep-04 3:21
BlackDice30-Sep-04 3:21 
GeneralRe: Monitoring a folder for new files Pin
David Crow30-Sep-04 4:13
David Crow30-Sep-04 4:13 
GeneralRe: Monitoring a folder for new files Pin
BlackDice30-Sep-04 6:01
BlackDice30-Sep-04 6:01 
QuestionHow to capture an image from an USB WebCam? Pin
Anonymous27-Sep-04 5:57
Anonymous27-Sep-04 5:57 
AnswerRe: How to capture an image from an USB WebCam? Pin
GermanGeorge28-Sep-04 4:21
GermanGeorge28-Sep-04 4:21 
AnswerRe: How to capture an image from an USB WebCam? Pin
c.mora29-Sep-04 9:01
c.mora29-Sep-04 9:01 
QuestionHow to get vertical tabs with Property Sheets Pin
AnotherTompa27-Sep-04 5:48
AnotherTompa27-Sep-04 5:48 
AnswerRe: How to get vertical tabs with Property Sheets Pin
Yves Tkaczyk27-Sep-04 7:57
Yves Tkaczyk27-Sep-04 7:57 
GeneralRe: How to get vertical tabs with Property Sheets Pin
AnotherTompa28-Sep-04 23:24
AnotherTompa28-Sep-04 23:24 
QuestionPossible to Bold Text in List Box Control? Pin
Anonymous27-Sep-04 5:01
Anonymous27-Sep-04 5:01 
AnswerRe: Possible to Bold Text in List Box Control? Pin
David Salter27-Sep-04 5:18
David Salter27-Sep-04 5:18 
GeneralProblem with the SetWindowText Pin
Neelesh K J Jain27-Sep-04 4:43
Neelesh K J Jain27-Sep-04 4:43 
GeneralRe: Problem with the SetWindowText Pin
David Crow27-Sep-04 4:54
David Crow27-Sep-04 4:54 
GeneralCombobox problem Pin
wolfjj27-Sep-04 4:14
wolfjj27-Sep-04 4:14 
GeneralRe: Combobox problem Pin
David Crow27-Sep-04 5:01
David Crow27-Sep-04 5:01 
GeneralRe: Combobox problem Pin
wolfjj27-Sep-04 5:40
wolfjj27-Sep-04 5:40 

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.