Whatver i have done can also be achieved by another way,please correct me if i am wrong...
OnMouseHover over any picbox will start zooming the image inside it..wid a for loop i can do that...eg
Code:
public void picbox_mousehover()
{
for(int temp=picbox.image.height;picbox.image.height<100;temp++)
{
picbox.image=new Bitmap(picbox.image,temp,temp);
[B] Messag[/]
Leave a comment: