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
Printable View
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
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.
How can I send a filename with a message to a app ?!?
Simple source would help a lot!
Thanks!
Cheers,herb.
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
[email protected]
http://stud2.tuwien.ac.at/~e8827684/home.html