Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messenger in FOX PRO? is it possible? (text messages)
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01130839
Message ID:
01130852
Views:
41
There are at least three ways of implementing a simple office messaging system using VFP.

- using mailslots
- using Winsock API or Winsock control
- using NetMessageBufferSend API function

VFP code samples (membership required):

Peer-to-peer LAN messenger built with Mailslot API functions
http://www.news2news.com/vfp/?example=410

Using mailslots to send messages on the network
http://www.news2news.com/vfp/?example=269

How to create non-blocking Winsock server
http://www.news2news.com/vfp/?example=412

A client for testing non-blocking Winsock server
http://www.news2news.com/vfp/?example=413

Using the NetMessageBufferSend to send messages on the network
http://www.news2news.com/vfp/?example=494
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform