Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Problem with fading pictures

Problem with fading pictures

Scheduled Pinned Locked Moved C#
designdata-structureshelp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kasic Slobodan
    wrote on last edited by
    #1

    I've created a control inherited from PictureBox, same functionality, but just added support for fading the images. I have ImageA and ImageB properties. In ImageA puts a image just to fade it self, and when you put a image in ImageB, then ImageA fade to ImageB. This works when I manually do that in design and in runtime, but when I use it in PictureBox array it doesn't work. On the same form, I have two controls with fading stuff, and when I use that inherited PictureBox, those two controls doesn't work - it just hang. I want to have a mouse over/out (no fading at that time) stuff when I over my mouse on those picture box arrays (this works with ordinary picture box control), and when I click on particular picture box, I want picture to fade it self, or to fade from one (ImageA) to another (ImageB) if ImageB isn't null. I have a void which checks whether on clicked picture is drawn any images or not. Thanks.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups