Search:

Type: Posts; User: asy777

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    6,657

    Well first I want to ask who is going to send...

    Well first I want to ask who is going to send this message to the application? I mean what is the mechanism (is it send only while printing or?).

    And the second: There are not separate WndProc for...
  2. Replies
    10
    Views
    6,657

    In my opinion there is another way to do double...

    In my opinion there is another way to do double buffering. Let me explain.

    Let we have the following class (simplified):



    // interface

    class CFlickerView : public CView
    {
  3. Replies
    10
    Views
    6,657

    you missunderstend me... my english is not so...

    you missunderstend me... my english is not so good...
    well i know all of that. There is no OnDraw right. But there is message_map entry of that CView descendant which is called on receiving...
  4. Replies
    10
    Views
    6,657

    Inject Dll, handle WM_PAINT...

    Hi,
    I need to inject dll into some application and then handle WM_PAINT message of some window (or replace ::OnDraw with another). The application is compiled with VC++ 6 MFC (static lib)

    The...
Results 1 to 4 of 4