|
-
December 19th, 1999, 06:33 AM
#1
How to get the .right and .bottom property of a picture box
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|