PDA

Click to See Complete Forum and Search --> : Covering other picture box when dropping it.


Lior
Jan 22nd, 2000, 05:22 AM
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!

Aaron Young
Jan 22nd, 2000, 07:17 AM
Use the Zorder Property to Move the Picturebox you Drop to the Front, ie.

picDropped.ZOrder 0


------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
ajyoung@pressenter.com

Lior
Jan 22nd, 2000, 07:03 PM
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.