DragDrop event

J

Jeff Williams

With a DragDrop event is there a way to determine which control I have
droped files onto.

ie I have 5 picture boxes on the form. I want to use one dragdrop event
and when the drop occurs get the controls name like picturebox1.

Thanks in advance
Jeff
 
R

Richard T. Edwards

To react to a dragdrop event you have to set the event code for each
control. With that said, when the event gets fired, you'll know which
control just got called to deal with the drop.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top