Results 1 to 4 of 4

Thread: [RESOLVED] Send text to exe

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Location
    England
    Posts
    283

    Resolved [RESOLVED] Send text to exe

    I am trying to create a messenger type app and wondered if it was possible to send text from exe to exe. At the moment the exe writes to a text file, that is read by other exe. It would be better if the two exe's could send the text directly to each other somehow.

    Any help??

    Thanks

    GTJ

  2. #2
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    Re: Send text to exe

    If you want the two exes to be able to communicate over a network or internet, then lookup some tutorials for the Winsock control, there is section called Network Programming here which is a lot about using the winsock control - it allows you to make remote connections from app to app over a network or internet, and send and receive data
    Chris

  3. #3
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    Re: Send text to exe

    Ps: theres loads of basic 1-to-1 chat example code out there, a few on the Netork Programming forum, but theres loads at www.pscode.com/vb
    Chris

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Location
    England
    Posts
    283

    Re: Send text to exe

    Cheers!

    will check it out now.

    GTJ

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