Hi

I have noticed that a picture box control has only got a .left and .top property. It does not have .right and .bottom property.
How can I get it without using the following codes
picture1.right = picture1.left + picture1.width
picture1.bottom = picture1.top + picture1.height
I want to use a mouse_move event that will cause a form to pop out from the sides of my MDI form whenever I move the mouse
to the top, left, bottom and right side of my MDI form
PLease please help me!!! Experts!

Thanks!
Zenn0