Jump to content

[Resolved (for now).] Does AI drag 'n drop? Can we dump files into a box


Recommended Posts

It would be neat if one could launch an AI script that somehow, perhaps as a box, supports drag 'n drop so that we can dump a bunch of files we searched for and have AI open them all. The search would involve txt, gif, pdf, jpg as a start and AI wouldn't need to know which apps opened them, necessarily, since it would just rely on file format associations.

Was wondering if it could be done and what the approach would be, anyone know?

Edited by Diana (Cda)
Link to comment
Share on other sites

well

shellexecute()

guictrlcreateinput()

GUICtrlSetState()

$WS_EX_ACCEPTFILES

$GUI_DROPACCEPTED

search the help file for these and it should be all you need to make your project

Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro

Link to comment
Share on other sites

well

shellexecute()

guictrlcreateinput()

GUICtrlSetState()

$WS_EX_ACCEPTFILES

$GUI_DROPACCEPTED

search the help file for these and it should be all you need to make your project

Yikes, okay. Thanks. This project will be some time away. But at least I know the terms now even though I'm a long time away, I'm guessing from building it myself. Thanks though.

Cheers. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...