Click here to Skip to main content
15,885,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to change focus from TreeView to ListView using tab in MFC? Pin
Eugen Podsypalnikov8-Apr-10 3:33
Eugen Podsypalnikov8-Apr-10 3:33 
GeneralRe: How to change focus from TreeView to ListView using tab in MFC? Pin
yvanc9-Apr-10 17:24
yvanc9-Apr-10 17:24 
QuestionCan Signnal'ed Event Generate a User Message Pin
ForNow7-Apr-10 23:17
ForNow7-Apr-10 23:17 
AnswerRe: Can Signnal'ed Event Generate a User Message Pin
eusto8-Apr-10 0:07
eusto8-Apr-10 0:07 
GeneralRe: Can Signnal'ed Event Generate a User Message Pin
ForNow8-Apr-10 1:03
ForNow8-Apr-10 1:03 
GeneralRe: Can Signnal'ed Event Generate a User Message Pin
ForNow8-Apr-10 1:18
ForNow8-Apr-10 1:18 
AnswerRe: Can Signnal'ed Event Generate a User Message Pin
KarstenK8-Apr-10 0:08
mveKarstenK8-Apr-10 0:08 
AnswerRe: Can Signnal'ed Event Generate a User Message Pin
Adam Roderick J8-Apr-10 2:15
Adam Roderick J8-Apr-10 2:15 
As i understood, you have two applications
1. Console Application
2. MFC GUI Application( GUI thread derived )

Now you create a CEvent object in console application and duplicate the handle of the event object in MFC GUI.

So that means, you are looking to get the event change in both process, isn't it?

Now you have a doubt that if you call a SetEvent from Console application then whether it will generate a message to MFC thread.
As far as i understood, if u have the same concern then

It is yes, it will signal the wait inside the GUI application. But remember one thing this event is send to all the applications which have the same named event.
Величие не Бога может быть недооценена.

GeneralRe: Can Signnal'ed Event Generate a User Message Pin
ForNow8-Apr-10 4:36
ForNow8-Apr-10 4:36 
QuestionHow to develop a desktop icon manager like the software "fences"? [modified] Pin
letianzhu7-Apr-10 22:03
letianzhu7-Apr-10 22:03 
AnswerRe: How to develop a desktop icon manager like the software "fences"? Pin
Adam Roderick J7-Apr-10 22:20
Adam Roderick J7-Apr-10 22:20 
GeneralRe: How to develop a desktop icon manager like the software "fences"? Pin
letianzhu8-Apr-10 1:33
letianzhu8-Apr-10 1:33 
AnswerRe: How to develop a desktop icon manager like the software "fences"? Pin
KarstenK8-Apr-10 0:13
mveKarstenK8-Apr-10 0:13 
GeneralRe: How to develop a desktop icon manager like the software "fences"? Pin
letianzhu8-Apr-10 1:10
letianzhu8-Apr-10 1:10 
QuestionHow to enable the dynamically sub menu in the dialog program ? Pin
wangningyu7-Apr-10 21:39
wangningyu7-Apr-10 21:39 
AnswerRe: How to enable the dynamically sub menu in the dialog program ? Pin
Code-o-mat8-Apr-10 2:15
Code-o-mat8-Apr-10 2:15 
GeneralRe: How to enable the dynamically sub menu in the dialog program ? Pin
wangningyu8-Apr-10 14:54
wangningyu8-Apr-10 14:54 
QuestionQuickTimeSdk prob Pin
002comp7-Apr-10 21:05
002comp7-Apr-10 21:05 
AnswerRe: QuickTimeSdk prob Pin
002comp7-Apr-10 23:54
002comp7-Apr-10 23:54 
QuestionMessage of right-clicking on column header of CListCtrl Pin
includeh107-Apr-10 19:17
includeh107-Apr-10 19:17 
AnswerRe: Message of right-clicking on column header of CListCtrl Pin
PJ Arends7-Apr-10 21:16
professionalPJ Arends7-Apr-10 21:16 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
Iain Clarke, Warrior Programmer7-Apr-10 21:19
Iain Clarke, Warrior Programmer7-Apr-10 21:19 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
PJ Arends8-Apr-10 8:07
professionalPJ Arends8-Apr-10 8:07 
AnswerRe: Message of right-clicking on column header of CListCtrl PinPopular
Iain Clarke, Warrior Programmer7-Apr-10 21:16
Iain Clarke, Warrior Programmer7-Apr-10 21:16 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
includeh107-Apr-10 23:00
includeh107-Apr-10 23:00 

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.