|
-
Feb 17th, 2006, 07:06 PM
#1
Thread Starter
Hyperactive Member
[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
-
Feb 17th, 2006, 07:11 PM
#2
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
-
Feb 17th, 2006, 07:13 PM
#3
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
-
Feb 19th, 2006, 09:24 AM
#4
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|