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

    Control for working with images

    I need to load images and place it arranged by Z. What control the best fits for that aim? Thanks.

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

    Re: Control for working with images

    CListCtrl - ?
    Victor Nijegorodov

  3. #3

    Re: Control for working with images

    Quote Originally Posted by VictorN View Post
    CListCtrl - ?
    not exactly, i need to visualize them. It must be something like ImageCtrl.

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

    Re: Control for working with images

    Define "visualize"
    Victor Nijegorodov

  5. #5
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: Control for working with images

    Quote Originally Posted by Igor Yalovecky View Post
    I need to load images and place it arranged by Z.
    What do you mean by that? One on top of the other? Are they transparent?
    Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
    Convenience and productivity tools for Microsoft Visual Studio:
    FeinWindows - replacement windows manager for Visual Studio, and more...

  6. #6

    Re: Control for working with images

    Quote Originally Posted by VladimirF View Post
    What do you mean by that? One on top of the other? Are they transparent?
    Yes this images has alpha chanel, and let whole field be 1000*1000, and images may have any size, i need to place it into field accordingly with Z and x, y for every image and give to user ability to change their properties in property window and by dragging image in field.

    May be i need to use not field control but control for every image?

  7. #7
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: Control for working with images

    I don't think there is such a control.
    I would just render all of these images (in Z order) onto your window.
    Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
    Convenience and productivity tools for Microsoft Visual Studio:
    FeinWindows - replacement windows manager for Visual Studio, and more...

  8. #8

    Re: Control for working with images

    Ok, may be you know the control on which i can draw image and which will recognize button click on them only if clicked on the point with alpha more then 0? If no, can you suggest control from wcich more cozy to subclass my control for this purpose?
    Last edited by Igor Yalovecky; April 12th, 2011 at 02:58 AM.

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