Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDLL Export Table viewing question Pin
RK_20001-Mar-02 11:25
RK_20001-Mar-02 11:25 
GeneralRe: DLL Export Table viewing question Pin
Tomasz Sowinski1-Mar-02 11:32
Tomasz Sowinski1-Mar-02 11:32 
GeneralWM_USER+1 vs RegisterWindowsMessage Pin
alex.barylski1-Mar-02 11:10
alex.barylski1-Mar-02 11:10 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
Tomasz Sowinski1-Mar-02 11:15
Tomasz Sowinski1-Mar-02 11:15 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
alex.barylski1-Mar-02 11:29
alex.barylski1-Mar-02 11:29 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
Tomasz Sowinski1-Mar-02 11:34
Tomasz Sowinski1-Mar-02 11:34 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
alex.barylski1-Mar-02 12:16
alex.barylski1-Mar-02 12:16 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
Tomasz Sowinski1-Mar-02 12:23
Tomasz Sowinski1-Mar-02 12:23 
I'm assuming you're creating a complex control - the one with multiple children hosted in one window. If parent has to take care about painting children, why don't you create a method in the parent called PaintChild and call from within WM_PAINT handler in child window? You don't really need to go low-level and play with messages - with MFC you just don't need to do that.

Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
alex.barylski1-Mar-02 14:25
alex.barylski1-Mar-02 14:25 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
Tomasz Sowinski2-Mar-02 1:31
Tomasz Sowinski2-Mar-02 1:31 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
alex.barylski2-Mar-02 8:57
alex.barylski2-Mar-02 8:57 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
Michael Dunn1-Mar-02 11:36
sitebuilderMichael Dunn1-Mar-02 11:36 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
alex.barylski1-Mar-02 12:02
alex.barylski1-Mar-02 12:02 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
Tomasz Sowinski1-Mar-02 12:16
Tomasz Sowinski1-Mar-02 12:16 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
alex.barylski1-Mar-02 12:21
alex.barylski1-Mar-02 12:21 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
Tim Smith1-Mar-02 12:51
Tim Smith1-Mar-02 12:51 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
Michael Dunn1-Mar-02 12:21
sitebuilderMichael Dunn1-Mar-02 12:21 
GeneralRe: WM_USER+1 vs RegisterWindowsMessage Pin
alex.barylski1-Mar-02 14:17
alex.barylski1-Mar-02 14:17 
QuestionBrief & Epsilon emulation in VisStudio.Net? Pin
1-Mar-02 11:10
suss1-Mar-02 11:10 
GeneralPreTranslateMessage Pin
alex.barylski1-Mar-02 9:34
alex.barylski1-Mar-02 9:34 
GeneralRe: PreTranslateMessage Pin
Paul M Watt1-Mar-02 10:12
mentorPaul M Watt1-Mar-02 10:12 
GeneralRe: PreTranslateMessage Pin
alex.barylski1-Mar-02 10:36
alex.barylski1-Mar-02 10:36 
GeneralRe: PreTranslateMessage Pin
alex.barylski1-Mar-02 10:45
alex.barylski1-Mar-02 10:45 
GeneralWinsock API Pin
jangel1-Mar-02 8:19
jangel1-Mar-02 8:19 
GeneralRe: Winsock API Pin
Nish Nishant1-Mar-02 13:00
sitebuilderNish Nishant1-Mar-02 13: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.