Results 1 to 3 of 3

Thread: Covering other picture box when dropping it.

  1. #1

    Thread Starter
    Registered User Lior's Avatar
    Join Date
    Jan 2000
    Posts
    307

    Post

    I know how to drag and drop a picture box.
    BUT i cant drop the picture box on other picture box picture, WHY?

    What should I do? Is there any property that would help? Or just a change in the code.
    Please help me.
    Thanks!

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    Use the Zorder Property to Move the Picturebox you Drop to the Front, ie.
    Code:
    picDropped.ZOrder 0
    ------------------
    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]


  3. #3

    Thread Starter
    Registered User Lior's Avatar
    Join Date
    Jan 2000
    Posts
    307

    Post

    Aaron, This is not what I meant but thanks anyway. I wanted to know how to be able to drag a picture box over other enabled picture box (or any other object).

    I hope (and almost sure) you can help me.

    Waiting for your answer,
    Lior.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width