self updating image holder/displayer
I am using a PictureBox (c++ .NET project) to display images but would like that image to update whenever the underlying image is updated...
Sounds like a task that would be pretty common...Is there a component out there that anybody can recommend?
Cheers!
Re: self updating image holder/displayer
Make your own picturebox or override a function in the current one. Also, I highly recommend C# over C++ .net or even straight C++. I have heard only bad about C++ .net.