this simple code is zoom in and out images.its makes the feelings like moving camera uopn images.
i made it as user control for easy use . i hope this short lines of code can help anyone in this world .
This code shows 3 ways to check if program is already open. First way doesn't use any API (it uses App.PrevInstance property). Second way to find out if program is already open is to use FindWindow function. T