CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Zulfi Khan2

Search: Search took 0.13 seconds.

  1. Re: [RESOLVED] Animation problem using double buffering

    Hi,
    Thanks again for everybody's cooperation.

    Zulfi.
  2. Re: Animation problem using double buffering

    Hi,
    Thanks. I have got solution for my problem:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/4f2590a4-1dc0-412c-94de-c5ca0e19e2c7/animation-problem-using-double-buffering?forum=vcgeneral...
  3. Re: Animation problem using double buffering

    Hi,
    Thanks for your guidance. I have made changes based upon my understanding of Andytim's hints:


    CRect rectClient;
    GetClientRect(&rectClient);
    CDC WorkDC;
    WorkDC.CreateCompatibleDC(pDC);...
  4. Re: Animation problem using double buffering

    Hi,
    Thanks for your response. He has used SetTextColor:


    COLORREF oldTextColor = dc.SetTextColor(m_crInActiveTabText);


    I dont have an text in my code. I cant figure out what should i be...
  5. Re: Animation problem using double buffering

    Hi,
    Some body plz help me with this problem. I have now ported it to VS 2008.

    Zulfi.
  6. Re: Animation problem using double buffering

    Hi,
    Thanks for your response. I am getting syntax error at the following line:


    COLORREF oldTextColor = dc.SetTextColor(m_crInActiveTabText);



    The error is:
  7. Re: Animation problem using double buffering

    Hi,
    I have modified my OnDraw but still i cant solve the problem. Somebody plz guide me.


    void CAnimationCarView::OnDraw(CDC* pDC)
    {
    CAnimationCarDoc* pDoc = GetDocument();...
  8. Re: Animation problem using double buffering

    Hi,
    Thanks for your guidance. Sorry I am following the previous approach given in the link which says:


    I have added WM_ERASEBKGND. It has removed the flickering but the black color is there as...
  9. [RESOLVED] Animation problem using double buffering

    Hi,

    I solved the following problem:
    http://forums.codeguru.com/showthread.php?469723-RESOLVED-Flickering-in-animation&highlight=animation

    but now i have lost that code. I dont know how to do...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured