CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2007
    Posts
    213

    DLL to The Application ? (Message)

    I wanted to know how a DLL can send info to a dialog and vice versa ?

    The DLL is injected into a process to trace some info and i want the DLL send me the info to a C# app(dialog) which it will get them and show me,

    and send to the dll from the app to say start tracing or not.

    can someone help me ?

    Thank you.

  2. #2
    Join Date
    Jul 2007
    Posts
    213

    Re: DLL to The Application ? (Message)

    No one know about what im talking ?

  3. #3
    Join Date
    Jul 2003
    Location
    Maryland
    Posts
    762

    Re: DLL to The Application ? (Message)

    I'm not sure what you mean by "injected". Sending data to a dialog is just like assigning data to any other classes and vice versa.

  4. #4
    Join Date
    Jul 2007
    Posts
    213

    Re: DLL to The Application ? (Message)

    the dll is injected in another process and i want it to exchange data to another process (a second one) which i created.

  5. #5
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: DLL to The Application ? (Message)

    Search msdn for 'Interprocess Communication'

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