CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: files

  1. #1
    Join Date
    Oct 1999
    Posts
    4

    files

    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

  2. #2
    Join Date
    Oct 1999
    Location
    Broomfield, CO
    Posts
    3,382

    Re: files

    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.


  3. #3
    Join Date
    Oct 1999
    Posts
    4

    Re: files

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured