CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2005
    Posts
    1

    Code to flip a window

    I'm looking for a code to flip a window, like in the Tiger - Apple OS.
    I though of the following algorithm but I can get it implemented right:

    1. Capture the window who is about to be flipped.
    2. Hide it and display the image.
    This is the part which I don't know how to implement:
    3. Start changing the image size so it looks like its being flipped.
    4. Display a new window which is the "back side" of the original
    window.

    If anyone thinks that there is a better algorithm, or how to implement
    the algorithm suggested, please...

  2. #2

    Re: Code to flip a window

    It is very easy to flip image,but if you can give a screen shot about you want,this will be very useful.

    Andy

    ---------------------------------------------------------------------------------
    XD++ MFC/C++ Flow/Diagram Library (Full Visio 2003 Like,100% Source Code Kit) -- http://www.********.net

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured