Click here to Skip to main content
15,908,115 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
CrocodileBuck9-Apr-08 10:21
CrocodileBuck9-Apr-08 10:21 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
CrocodileBuck9-Apr-08 22:47
CrocodileBuck9-Apr-08 22:47 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
CrocodileBuck10-Apr-08 3:34
CrocodileBuck10-Apr-08 3:34 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
Nelek10-Apr-08 4:49
protectorNelek10-Apr-08 4:49 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
Mark Salsbery10-Apr-08 6:11
Mark Salsbery10-Apr-08 6:11 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
CrocodileBuck10-Apr-08 23:29
CrocodileBuck10-Apr-08 23:29 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
CrocodileBuck11-Apr-08 0:04
CrocodileBuck11-Apr-08 0:04 
GeneralRe: Passing datas from an editbox in the toolbar to the view.cpp Pin
Mark Salsbery12-Apr-08 5:58
Mark Salsbery12-Apr-08 5:58 
You should probably be sending a user-defined message.

The receiving window will need to have a handler for that user-defined message.

CrocodileBuck wrote:
Unfortunately i don't know much about the message handling in the mfc


It's actually Windows messaging - that's essential knowledge for Windows programming.
I'd definitely recommend studying that and knowing it if you're going to do Windows GUI programming Smile | :)

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralDLL Thread_attach Pin
ForNow9-Apr-08 6:46
ForNow9-Apr-08 6:46 
GeneralRe: DLL Thread_attach Pin
CPallini9-Apr-08 7:55
mveCPallini9-Apr-08 7:55 
GeneralRe: DLL Thread_attach Pin
ForNow9-Apr-08 12:46
ForNow9-Apr-08 12:46 
GeneralRe: DLL Thread_attach Pin
Mark Salsbery9-Apr-08 12:58
Mark Salsbery9-Apr-08 12:58 
GeneralRe: DLL Thread_attach Pin
ForNow9-Apr-08 13:09
ForNow9-Apr-08 13:09 
GeneralRe: DLL Thread_attach Pin
Mark Salsbery9-Apr-08 13:11
Mark Salsbery9-Apr-08 13:11 
GeneralRe: DLL Thread_attach Pin
ForNow9-Apr-08 13:15
ForNow9-Apr-08 13:15 
GeneralRe: DLL Thread_attach Pin
Mark Salsbery9-Apr-08 13:20
Mark Salsbery9-Apr-08 13:20 
GeneralRe: DLL Thread_attach Pin
ForNow9-Apr-08 13:25
ForNow9-Apr-08 13:25 
GeneralRe: DLL Thread_attach Pin
Mark Salsbery9-Apr-08 8:05
Mark Salsbery9-Apr-08 8:05 
GeneralRe: DLL Thread_attach Pin
cmk9-Apr-08 19:25
cmk9-Apr-08 19:25 
GeneralRe: DLL Thread_attach Pin
ForNow10-Apr-08 6:16
ForNow10-Apr-08 6:16 
GeneralRe: DLL Thread_attach Pin
cmk10-Apr-08 6:41
cmk10-Apr-08 6:41 
GeneralRe: DLL Thread_attach Pin
ForNow10-Apr-08 13:48
ForNow10-Apr-08 13:48 
GeneralRe: 32 bit version of StackWalk64 Pin
ForNow10-Apr-08 15:44
ForNow10-Apr-08 15:44 
GeneralCenter dialog to the screen Pin
RomTibi9-Apr-08 5:52
RomTibi9-Apr-08 5:52 
GeneralRe: Center dialog to the screen Pin
David Crow9-Apr-08 5:58
David Crow9-Apr-08 5:58 

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.