CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2005
    Location
    southampton, UK
    Posts
    1,320

    send text from dll to .exe using pipe

    how can this be done?

    the dll i am using will be injected into another app as it's used in a hook, and in the getmsgproc function, i would like to send the calling .exe a string everytime it loops.

    i think the best way to do this would be using pipes, as the calling app may not be an .exe, but could be a dll.

    cheers

  2. #2
    Join Date
    Mar 2004
    Location
    (Upper-) Austria
    Posts
    2,899

    Re: send text from dll to .exe using pipe

    I am not offering technical guidiance via email or IM
    Come on share your photo with us! CG members photo album!
    Use the Code Tags!

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