Click here to Skip to main content
15,920,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SetTimer Pin
Ravi Bhavnani17-Apr-03 20:44
professionalRavi Bhavnani17-Apr-03 20:44 
GeneralRe: SetTimer Pin
David Crow18-Apr-03 4:26
David Crow18-Apr-03 4:26 
GeneralRestrict user from accessing drives Pin
svsrikanth17-Apr-03 18:07
svsrikanth17-Apr-03 18:07 
GeneralRe: Restrict user from accessing drives Pin
David Crow18-Apr-03 5:01
David Crow18-Apr-03 5:01 
GeneralQuestion about the state of a stream. Pin
George217-Apr-03 17:18
George217-Apr-03 17:18 
GeneralTwo programs - Same file Instantaneous write and read. Pin
Pecan20417-Apr-03 16:52
Pecan20417-Apr-03 16:52 
GeneralRe: Two programs - Same file Instantaneous write and read. Pin
Michael Dunn17-Apr-03 17:01
sitebuilderMichael Dunn17-Apr-03 17:01 
GeneralRe: Two programs - Same file Instantaneous write and read. Pin
John M. Drescher17-Apr-03 18:09
John M. Drescher17-Apr-03 18:09 
You can do this with a memory mapped file and a named event. Create a named event and open it in both applications. Set it in one thread to signal that the other can read the data. When the data is read reset the event.

http://www.codeproject.com/win32/cmemmap.asp[^]

John
GeneralRe: Two programs - Same file Instantaneous write and read. Pin
Pecan20418-Apr-03 1:46
Pecan20418-Apr-03 1:46 
GeneralRe: Two programs - Same file Instantaneous write and read. Pin
David Crow18-Apr-03 5:08
David Crow18-Apr-03 5:08 
GeneralCan't write to registry when I use CRegKey... Pin
IrishSonic17-Apr-03 14:56
IrishSonic17-Apr-03 14:56 
GeneralRe: Can't write to registry when I use CRegKey... Pin
David Crow18-Apr-03 4:35
David Crow18-Apr-03 4:35 
QuestionMFC: How to make CView appear outside CFrame? Pin
vawksel17-Apr-03 14:26
vawksel17-Apr-03 14:26 
AnswerRe: MFC: How to make CView appear outside CFrame? Pin
valikac17-Apr-03 16:19
valikac17-Apr-03 16:19 
GeneralFindFirstChangeNotification advice Pin
Bartosz Bien17-Apr-03 12:17
Bartosz Bien17-Apr-03 12:17 
GeneralRe: FindFirstChangeNotification advice Pin
Anders Molin17-Apr-03 14:06
professionalAnders Molin17-Apr-03 14:06 
GeneralURLDownloadToFile is making me mad Pin
MattyBee17-Apr-03 11:38
MattyBee17-Apr-03 11:38 
GeneralRe: URLDownloadToFile is making me mad Pin
Michael Dunn17-Apr-03 11:48
sitebuilderMichael Dunn17-Apr-03 11:48 
GeneralRe: URLDownloadToFile is making me mad Pin
Big Art17-Apr-03 12:18
Big Art17-Apr-03 12:18 
GeneralRe: URLDownloadToFile is making me mad Pin
MattyBee18-Apr-03 4:00
MattyBee18-Apr-03 4:00 
GeneralRe: URLDownloadToFile is making me mad Pin
Big Art18-Apr-03 5:55
Big Art18-Apr-03 5:55 
General"Run As Other User" (NT) Pin
John R. Shaw17-Apr-03 11:33
John R. Shaw17-Apr-03 11:33 
QuestionActiveX control arrays in vc++? Pin
Salvador Dali17-Apr-03 11:10
Salvador Dali17-Apr-03 11:10 
Generalbinary data in XML Pin
Gilfrog17-Apr-03 10:34
Gilfrog17-Apr-03 10:34 
GeneralRe: binary data in XML Pin
Anthony_Yio17-Apr-03 18:09
Anthony_Yio17-Apr-03 18:09 

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.