CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 1999
    Location
    Austria
    Posts
    53

    Comunication between programs

    How can I write two programs whitch are comunicating to each other.
    I want to write a server whitch runs on the same computer as the other programs, and the other programs can connect to this program and can put and get data from this.

    mfG Pueromane


  2. #2
    Join Date
    Aug 1999
    Location
    Pakistan
    Posts
    366

    Re: Comunication between programs

    Why don't you try to make a program which act as a login serveri-e your user's can enter login/pwd in another program and then your server program can check it.
    the easiest way to do it is to use COM technolgy.Make an ActiveX DLL(you can find sampls in MSDN)compile it and expose properties to your users.


  3. #3
    Join Date
    Jan 2000
    Location
    Arkansas
    Posts
    2

    Re: Comunication between programs

    there is an excellent example of this at http://lightning.prohosting.com/~shell123/ search the complete apps section for RemoteFileExp.zip


  4. #4
    Join Date
    Mar 2003
    Posts
    6

    i have the same problem...

    i have the same problem, i search about the link posted above but it return 404 file not found... sig sig..

    anyone has the example program ?

    thanks , Stefano

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