-1
votes
2answers
43 views

windows applications, image loading slows the form loading…

I have developed a windows applications, which got lot of image loading over the form... due to this images, forms are getting slower during load and unload... Please suggest me a solution to make ...
0
votes
1answer
499 views

Simplest way to animate images in c# windows application

I have a windows application that preview list of images before being published to a web server, without the usage of WPF I need to animate (swipe or fade in fade out or flipping) between pictures ...
1
vote
1answer
111 views

How to save Image file when it's being used by application?

I have one image displayed in picture box control in my application. Now I want to update that Image when my application is running and image already has been used by the application. I used this ...