Click to See Complete Forum and Search --> : files
herb
October 12th, 1999, 02:03 PM
How can I send a file to a running appliction
so that the file gets opened with that application
when I only have the hWnd from ::FindWindow?!?
Any help is appreciated!
http://stud2.tuwien.ac.at/~e8827684/home.html
BobClarke
October 12th, 1999, 02:37 PM
Is the target app one you wrote or just some commercial EXE?
If it's one you wrote, you could define your own message and use SendMessage or PostMessage to notify the app of the file and have that app respond by opening the file.
If it's a commercial app, there may be some COM interfaces defined in the program that allow you to do that.
Give us more information and we could probably help more.
herb
October 14th, 1999, 01:09 PM
How can I send a filename with a message to a app ?!?
Simple source would help a lot!
Thanks!
Cheers,herb.
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
e8827684@student.tuwien.ac.at
http://stud2.tuwien.ac.at/~e8827684/home.html
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.