|
-
Jan 22nd, 2000, 06:22 AM
#1
Thread Starter
Registered User
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!
-
Jan 22nd, 2000, 08:17 AM
#2
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]
-
Jan 22nd, 2000, 08:03 PM
#3
Thread Starter
Registered User
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|