Thread: OnDraw() ?

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    20

    OnDraw() ?

    I'm sending my programs output to the OnDraw() function, but I have to click the maximize button in order to see the programs output. Is there a refresh function or something like that?

    Thanks

  2. #2
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    You might want to use InvalidateRect and then UpdateWindow to bypass the message queau.

    --Garfield
    1978 Silver Anniversary Corvette

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    20

    Talking

    It works great!!!!!!

    Thanks

  4. #4
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    No problem.

    --Garfield
    1978 Silver Anniversary Corvette

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Inject Dll, handle WM_PAINT...
    By asy777 in forum Windows Programming
    Replies: 10
    Last Post: 11-04-2005, 02:38 PM