CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    907

    How to write proper application simulation?

    When a simulator triggers an input, how does the target application receives this data?
    Thru the clipboard?
    Thanks
    Jack

  2. #2
    Join Date
    Feb 2002
    Posts
    4,640

    Re: How to write proper application simulation?

    What "simulator"? What "target application"? In general there are many ways to send/receive data between two applications. Just do a search for "Interprocess Communication".

    Viggy

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