Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support drag + drop loading #19

Closed
Kroc opened this issue Aug 24, 2012 · 2 comments
Closed

Support drag + drop loading #19

Kroc opened this issue Aug 24, 2012 · 2 comments

Comments

@Kroc
Copy link
Contributor

Kroc commented Aug 24, 2012

You cannot drag file(s) from explorer and drop them into PhotoDemon.
There is a way to receive drop handlers in VB, but I've never used them myself.

@tannerhelland
Copy link
Owner

Great idea! I'll look into this. (PhotoDemon already supports loading multiple images from the command line or a common dialog, so I imagine it'll be a minimum of effort to add drag/drop support.)

tannerhelland added a commit that referenced this issue Aug 25, 2012
Per Kroc's very excellent idea (#19).  FormMain and FormImage (the MDI
parent and MDI child forms) are both valid drop targets; this was
necessary when many images are already loaded or when a child form was
maximized.
@tannerhelland
Copy link
Owner

Took all of twenty minutes to implement, and ten of those were spent looking up definitions for various VB constants. Great suggestion, thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants