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

    Fadeing an image in a PictureBox

    Hi, I need to give users the ability to change the opacity(fade,washout) of an image. I have a PictureBox on a form and a user selects an image that will be use on the cover page of a report. I would like to add a slide bar that they can move to fade the image. There is text on the cover page of the report and the images often needs lightened so the text can be read.


  2. #2
    Guest

    Re: Fadeing an image in a PictureBox

    Hi there. Did you ever manage to find a way to fade an image?


  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Fadeing an image in a PictureBox

    You can adapt the code from http://codeguru.developer.com/vb/articles/2007.shtml to achieve this effect.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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