CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Posts
    4

    Image Preview Problem

    Hii...
    I am developing a dialog based application in MFC. There is a list control in my dialog which displays the thumbnails of images present in a folder and on mouse hover event i want to display preview of thumbnail. Preview should come out(zoom) from the center of thumbnail and when mouse is moved away from thumbnail its preview should disappear. I don't know how to implement this functionality please help me if u guys know anything regarding this...
    thanks

  2. #2
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Image Preview Problem

    What don't you know: "how to implement preview" or how to handle "mouse hover" and "mouse move" events?
    Victor Nijegorodov

  3. #3
    Join Date
    Jun 2009
    Posts
    4

    Re: Image Preview Problem

    How to implement preview this way........I've implemented the preview using a CStatic object but it's not meeting my requirement as i want the preview to emerge from the center of the thumbnail on mouse hover...

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