Click here to Skip to main content
15,914,231 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Machines in LAN connected to my machine Pin
rromerot19-Oct-04 5:59
rromerot19-Oct-04 5:59 
GeneralRe: Machines in LAN connected to my machine Pin
David Crow19-Oct-04 8:00
David Crow19-Oct-04 8:00 
QuestionCallback ? Pin
madretierra19-Oct-04 3:44
madretierra19-Oct-04 3:44 
AnswerRe: SendMessage/PostMessage Pin
Budric B.19-Oct-04 8:19
Budric B.19-Oct-04 8:19 
GeneralRe: SendMessage/PostMessage Pin
madretierra19-Oct-04 22:30
madretierra19-Oct-04 22:30 
AnswerAnd don't pass pointers between processes Pin
Budric B.19-Oct-04 8:24
Budric B.19-Oct-04 8:24 
AnswerRe: Callback ? Pin
Bob Stanneveld19-Oct-04 9:26
Bob Stanneveld19-Oct-04 9:26 
GeneralRe: Callback ? Pin
madretierra19-Oct-04 22:35
madretierra19-Oct-04 22:35 
Hello, thanks a lot for your answer.

I am triing to use the BEGIN_MESSAGE_MAP of MFC to realise what I need :

BEGIN_MESSAGE_MAP(CPatchingMPEG2Dlg, CDialog)

ON_MESSAGE(WM_USER+1, OnMyMessage)

END_MESSAGE_MAP()

I think it's the right direction, but now I get the difficult of passing m_hwnd variable to my direcshow code. I am going to try the solution with 'FindWindow' as suggested by Budric.

If I cannot go on with this I will try your solution.

I wish you a nice day and again thanks very much for your help !
alain

There is no way to happiness, happiness is the way !
GeneralCTreeCtrl Speeding issue Pin
Vikram Kashyap19-Oct-04 3:32
Vikram Kashyap19-Oct-04 3:32 
GeneralRe: CTreeCtrl Speeding issue Pin
BlackDice19-Oct-04 5:43
BlackDice19-Oct-04 5:43 
GeneralRe: CTreeCtrl Speeding issue Pin
Vikram Kashyap19-Oct-04 18:39
Vikram Kashyap19-Oct-04 18:39 
GeneralRe: CTreeCtrl Speeding issue Pin
Joel Lucsy19-Oct-04 15:37
Joel Lucsy19-Oct-04 15:37 
Generallooking for a specific c++ object Pin
Vacnez19-Oct-04 3:27
Vacnez19-Oct-04 3:27 
GeneralCListCtrl Navigation Pin
Manoj Singh K.19-Oct-04 3:16
Manoj Singh K.19-Oct-04 3:16 
GeneralWho wrote this CString class Pin
rromerot19-Oct-04 1:53
rromerot19-Oct-04 1:53 
GeneralRe: Who wrote this CString class Pin
Antony M Kancidrowski19-Oct-04 2:17
Antony M Kancidrowski19-Oct-04 2:17 
GeneralRe: Who wrote this CString class Pin
Chris Meech19-Oct-04 2:36
Chris Meech19-Oct-04 2:36 
GeneralRe: Who wrote this CString class Pin
rromerot19-Oct-04 4:20
rromerot19-Oct-04 4:20 
GeneralRe: Who wrote this CString class Pin
RobJones19-Oct-04 4:57
RobJones19-Oct-04 4:57 
GeneralPlease explain code! Pin
Brakanjan19-Oct-04 1:07
Brakanjan19-Oct-04 1:07 
GeneralRe: Please explain code! Pin
Cedric Moonen19-Oct-04 1:42
Cedric Moonen19-Oct-04 1:42 
GeneralRe: Please explain code! Pin
benjymous19-Oct-04 1:48
benjymous19-Oct-04 1:48 
GeneralRe: Please explain code! Pin
Brakanjan19-Oct-04 3:33
Brakanjan19-Oct-04 3:33 
GeneralRe: Please explain code! Pin
Henry miller19-Oct-04 3:21
Henry miller19-Oct-04 3:21 
GeneralRe: Please explain code! Pin
Brakanjan19-Oct-04 3:42
Brakanjan19-Oct-04 3:42 

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.