Click here to Skip to main content
15,915,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralThank you guys Pin
Abin11-May-04 7:39
Abin11-May-04 7:39 
GeneralA Problem Pin
frankmanzhu11-May-04 5:57
frankmanzhu11-May-04 5:57 
GeneralRe: A Problem Pin
toxcct11-May-04 6:37
toxcct11-May-04 6:37 
GeneralRe: A Problem Pin
David Crow11-May-04 7:14
David Crow11-May-04 7:14 
GeneralEvent Objects Pin
sweep12311-May-04 5:54
sweep12311-May-04 5:54 
GeneralRe: Event Objects Pin
Jens Doose11-May-04 6:20
Jens Doose11-May-04 6:20 
GeneralRe: Event Objects Pin
sweep12311-May-04 6:25
sweep12311-May-04 6:25 
GeneralRe: Event Objects Pin
Michael Dunn11-May-04 10:02
sitebuilderMichael Dunn11-May-04 10:02 
You can't keep an event handle in shared memory. Handles are process-specific numbers and can only be shared between processes with inheritance or DuplicateHandle().

Each process should call CreateEvent() with the same name. Your parameters also look backwards, it should be auto-reset and initially not signaled.

--Mike--
Personal stuff:: Ericahist | Homepage
Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt
CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ

----
You cannot stop me with paramecium alone!
GeneralRe: Event Objects Pin
sweep12312-May-04 1:28
sweep12312-May-04 1:28 
GeneralAdjusting Column Widths in ListCtrl Pin
TWS_Dave11-May-04 5:30
TWS_Dave11-May-04 5:30 
GeneralRe: Adjusting Column Widths in ListCtrl Pin
Ravi Bhavnani11-May-04 6:47
professionalRavi Bhavnani11-May-04 6:47 
GeneralRe: Adjusting Column Widths in ListCtrl Pin
peterchen11-May-04 9:44
peterchen11-May-04 9:44 
GeneralProcess ID Pin
Opwar11-May-04 5:12
Opwar11-May-04 5:12 
GeneralRe: Process ID Pin
David Crow11-May-04 5:39
David Crow11-May-04 5:39 
GeneralRe: Process ID Pin
Jens Doose11-May-04 5:42
Jens Doose11-May-04 5:42 
GeneralRe: Process ID Pin
Opwar11-May-04 5:48
Opwar11-May-04 5:48 
GeneralRe: Process ID Pin
Jens Doose11-May-04 5:55
Jens Doose11-May-04 5:55 
GeneralRe: Process ID Pin
Diddy11-May-04 6:07
Diddy11-May-04 6:07 
GeneralManually turn display into standby mode Pin
mleonhartsberger11-May-04 4:55
mleonhartsberger11-May-04 4:55 
GeneralRe: Manually turn display into standby mode Pin
David Crow11-May-04 5:48
David Crow11-May-04 5:48 
GeneralRe: Manually turn display into standby mode Pin
mleonhartsberger11-May-04 9:26
mleonhartsberger11-May-04 9:26 
GeneralRe: Manually turn display into standby mode Pin
David Crow11-May-04 9:33
David Crow11-May-04 9:33 
GeneralChart Control !! Pin
Rafael Fernández López11-May-04 4:47
Rafael Fernández López11-May-04 4:47 
GeneralRe: Chart Control !! Pin
Ravi Bhavnani11-May-04 6:49
professionalRavi Bhavnani11-May-04 6:49 
GeneralDoes anything affect Sleep () Pin
cheesepirate11-May-04 4:40
cheesepirate11-May-04 4: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.