Hi all,
Hope someone out there can help me.I am tring to make an image controller fly from one point to another point ..But I seem to have problems locating the
following code. All I have is an "image" name=graphic ..What is P2:X or P1.Y ? ..Could you make it work...?
thanks
although this will move the image forever, even make it cross the form boundaries, so you need to make it stop it at one time, according to your project need.
Thanks Harsh,
I understood the logic..it works ok..
Actually the speed value is not too slow for me .. I use /Form/ScaleMode/Pixel
one more question..What is the shortest code for a scrolling background ?
Unless you are using DirectX/OpenGL, scrolling picture is always a very slow and processor intensive job on GDI.
Try this code. It claims it is faster.