Home All Groups Group Topic Archive Search About
Author
20 Nov 2007 10:00 AM
Bart Steur
Hello,

I'm using VB 2005 Express.

I want to implement a functionality into my app that allows users to drag an
image file from explorer onto a picture box control in my app. I can't get
it to work. Nearly each control has the AllowDrop property, but I can't find
it for the PictureBox Control. But there are DragEnter, DragDrop events for
the Picturebox control.

Any help please.

Regards,
Bart

Author
21 Nov 2007 1:34 AM
Trevor Benedict
Here is a sample
http://www.vbforums.com/attachment.php?s=09426e08fad9dba1a592d38f165b4c27&attachmentid=46519&d=1143755430

and the thread
http://www.vbforums.com/showthread.php?t=328593. Read through all of it.

Regards,
Trevor Benedict
MCSD

Show quoteHide quote
"Bart Steur" <soln***@xs4all.nl> wrote in message
news:eaCcjw1KIHA.4196@TK2MSFTNGP04.phx.gbl...
> Hello,
>
> I'm using VB 2005 Express.
>
> I want to implement a functionality into my app that allows users to drag
> an image file from explorer onto a picture box control in my app. I can't
> get it to work. Nearly each control has the AllowDrop property, but I
> can't find it for the PictureBox Control. But there are DragEnter,
> DragDrop events for the Picturebox control.
>
> Any help please.
>
> Regards,
> Bart
>