Click here to Skip to main content
15,889,739 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCDN_FOLDERCHANGE Pin
transoft21-Jun-11 10:28
transoft21-Jun-11 10:28 
QuestionRe: CDN_FOLDERCHANGE Pin
CPallini21-Jun-11 12:44
mveCPallini21-Jun-11 12:44 
AnswerRe: CDN_FOLDERCHANGE Pin
transoft22-Jun-11 3:50
transoft22-Jun-11 3:50 
QuestionModeless Onscreen Keyboard Pin
kamaljagesia21-Jun-11 5:35
kamaljagesia21-Jun-11 5:35 
AnswerRe: Modeless Onscreen Keyboard Pin
Richard MacCutchan21-Jun-11 6:00
mveRichard MacCutchan21-Jun-11 6:00 
AnswerRe: Modeless Onscreen Keyboard Pin
Rajesh R Subramanian21-Jun-11 8:47
professionalRajesh R Subramanian21-Jun-11 8:47 
AnswerRe: Modeless Onscreen Keyboard Pin
Chris Meech21-Jun-11 8:55
Chris Meech21-Jun-11 8:55 
GeneralRe: Modeless Onscreen Keyboard Pin
Rajesh R Subramanian21-Jun-11 9:40
professionalRajesh R Subramanian21-Jun-11 9:40 
GeneralRe: Modeless Onscreen Keyboard Pin
Chris Meech21-Jun-11 9:48
Chris Meech21-Jun-11 9:48 
GeneralRe: Modeless Onscreen Keyboard Pin
Rajesh R Subramanian21-Jun-11 9:53
professionalRajesh R Subramanian21-Jun-11 9:53 
AnswerRe: Modeless Onscreen Keyboard Pin
Rajesh R Subramanian21-Jun-11 9:52
professionalRajesh R Subramanian21-Jun-11 9:52 
QuestionRegarding Memory Mapped Pin
manju 321-Jun-11 2:52
manju 321-Jun-11 2:52 
AnswerRe: Regarding Memory Mapped Pin
«_Superman_»21-Jun-11 6:17
professional«_Superman_»21-Jun-11 6:17 
GeneralRe: Regarding Memory Mapped Pin
manju 323-Jun-11 2:39
manju 323-Jun-11 2:39 
GeneralRe: Regarding Memory Mapped Pin
enhzflep23-Jun-11 11:06
enhzflep23-Jun-11 11:06 
GeneralRe: Regarding Memory Mapped Pin
manju 323-Jun-11 20:25
manju 323-Jun-11 20:25 
GeneralRe: Regarding Memory Mapped Pin
enhzflep23-Jun-11 21:12
enhzflep23-Jun-11 21:12 
GeneralRe: Regarding Memory Mapped Pin
manju 323-Jun-11 22:19
manju 323-Jun-11 22:19 
GeneralRe: Regarding Memory Mapped Pin
enhzflep24-Jun-11 0:12
enhzflep24-Jun-11 0:12 
GeneralRe: Regarding Memory Mapped Pin
manju 324-Jun-11 2:07
manju 324-Jun-11 2:07 
GeneralRe: Regarding Memory Mapped Pin
manju 32-Aug-11 19:49
manju 32-Aug-11 19:49 
Questionfp:precise vs. fp:strict performance Pin
Alex_GR21-Jun-11 2:37
Alex_GR21-Jun-11 2:37 
QuestionReceive a client event when file on web server is modified Pin
pscholl21-Jun-11 0:54
pscholl21-Jun-11 0:54 
Is it possible to receive an event in an MFC program running on the client when a file on a web server is modified?

I want to do this without .net or any special software, only HTML, PHP and javascript. I plan to host the web on a shared host and the code should work out-of-the-box on any web host which supports php programming.

If this is not possible, would it be possible for javascript (I don't know javascript) to inform the MFC program running on the client when it modifies the file (socket communication?)?.

I know how to poll a php page from MFC, but polling a web page every second to evaluate if a file has changed is certainly not the way to go.

Since I'm totally new to all this, code snippets would be very much appreciated.

Thank you
AnswerRe: Receive a client event when file on web server is modified Pin
Mark Salsbery21-Jun-11 8:18
Mark Salsbery21-Jun-11 8:18 
GeneralRe: Receive a client event when file on web server is modified Pin
pscholl22-Jun-11 1:34
pscholl22-Jun-11 1:34 

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.