Click here to Skip to main content
15,923,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ASCII value question Pin
Adam Fowler17-Jan-05 5:43
Adam Fowler17-Jan-05 5:43 
GeneralA Simple Read/ Write Application Pin
CT Menot16-Jan-05 16:22
CT Menot16-Jan-05 16:22 
GeneralRe: A Simple Read/ Write Application Pin
David Crow17-Jan-05 4:16
David Crow17-Jan-05 4:16 
GeneralRe: A Simple Read/ Write Application Pin
CT Menot17-Jan-05 14:30
CT Menot17-Jan-05 14:30 
GeneralRe: A Simple Read/ Write Application Pin
David Crow18-Jan-05 3:19
David Crow18-Jan-05 3:19 
GeneralNeed help. How to get frames from link-layer in Windows XP Pin
Chuaaico16-Jan-05 14:51
Chuaaico16-Jan-05 14:51 
GeneralRe: Need help. How to get frames from link-layer in Windows XP Pin
geo_m16-Jan-05 21:08
geo_m16-Jan-05 21:08 
GeneralRe: Need help. How to get frames from link-layer in Windows XP Pin
Chuaaico16-Jan-05 22:43
Chuaaico16-Jan-05 22:43 
GeneralRe: Need help. How to get frames from link-layer in Windows XP Pin
geo_m17-Jan-05 0:19
geo_m17-Jan-05 0:19 
GeneralRe: Need help. How to get frames from link-layer in Windows XP Pin
Chuaaico26-Jan-05 0:48
Chuaaico26-Jan-05 0:48 
GeneralRe: Need help. How to get frames from link-layer in Windows XP Pin
geo_m26-Jan-05 1:04
geo_m26-Jan-05 1:04 
GeneralRe: Need help. How to get frames from link-layer in Windows XP Pin
Chuaaico26-Jan-05 15:21
Chuaaico26-Jan-05 15:21 
GeneralRe: Need help. How to get frames from link-layer in Windows XP Pin
geo_m26-Jan-05 20:05
geo_m26-Jan-05 20:05 
Generalbeginner question Pin
Anonymous16-Jan-05 14:44
Anonymous16-Jan-05 14:44 
GeneralRe: beginner question Pin
David Crow17-Jan-05 4:21
David Crow17-Jan-05 4:21 
GeneralRe: beginner question Pin
Adam Fowler17-Jan-05 5:31
Adam Fowler17-Jan-05 5:31 
GeneralRe: beginner question Pin
David Crow17-Jan-05 6:00
David Crow17-Jan-05 6:00 
GeneralRe: beginner question Pin
Adam Fowler17-Jan-05 6:12
Adam Fowler17-Jan-05 6:12 
GeneralRe: beginner question Pin
David Crow17-Jan-05 6:28
David Crow17-Jan-05 6:28 
GeneralRe: beginner question Pin
Adam Fowler17-Jan-05 6:43
Adam Fowler17-Jan-05 6:43 
QuestionWhy .net create new project error? Pin
willyfu16-Jan-05 14:40
willyfu16-Jan-05 14:40 
QuestionModeless dialog receiving unwanted messages? Pin
Cpt Rick16-Jan-05 14:11
Cpt Rick16-Jan-05 14:11 
QuestionControl Messages and Direct/Indirect Parent Window? Pin
Maverick16-Jan-05 13:37
Maverick16-Jan-05 13:37 
How does

I have read articles about Control Messages and that by default they are sent to and handle by the parent of the Control... For example, when a CListBox is placed on a CDialog, using classwzard and resource editor... The messages for CListBox are automatically generated in the message map of CDialog....

But what if i have something like this....

The CListBox is placed on a DockingControlBar and the DockingCOntrolBar is placed on a CMainFrame (i.e. on a MDI application)... I want the messages from CListBox be handled by CMainFrame... Is this possible? Can i put MESSAGES from CListBox in the MESSAGE MAP of CMainFrame manually (w/o ClassWizard)?
GeneralCListCtrl ItemSelected Notification... Pin
Maverick16-Jan-05 13:23
Maverick16-Jan-05 13:23 
GeneralRe: CListCtrl ItemSelected Notification... Pin
PJ Arends16-Jan-05 13:47
professionalPJ Arends16-Jan-05 13:47 

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.