Diana (Cda) Posted May 20, 2009 Posted May 20, 2009 (edited) 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 May 22, 2009 by Diana (Cda)
Xand3r Posted May 20, 2009 Posted May 20, 2009 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
Diana (Cda) Posted May 22, 2009 Author Posted May 22, 2009 wellshellexecute()guictrlcreateinput()GUICtrlSetState()$WS_EX_ACCEPTFILES$GUI_DROPACCEPTEDsearch the help file for these and it should be all you need to make your projectYikes, 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now