
Signature
Tim De Vogel
S-Data NV
http://www.s-data.be
> Hi. I need to send messages to users that I couldn't use E-mails or The
> Messenger Services on XP. Is it possible, to send messages for users using
[quoted text clipped - 3 lines]
>
> Clayton
Yes. Tim... I use application to another
I have a system that the users to buy anything. When the user made a
Requsition, I'll send a message to manager, but the message couldn´t e-mail
Is it Possible?
> From one application user to another?
> Building a (online/localserver) message database is one way I could think
[quoted text clipped - 9 lines]
> >
> > Clayton
Kevin Spencer - 19 Jul 2006 17:48 GMT
Of course it's possible. The Internet is simply a network, and all the
traffic on it is messages from one computer to another. Email (SMTP) and
Windows Messenger are 2 of thousands of types of messages being transmitted
constantly from one machine to another, most of which you never even see.
What you have to do is to create a client/server networking application,
which has both a network client and a network server component. The server
listens for and responds to incoming connections from other clients, and the
client talks to a remote server. If you think of it like a telephone, a
telephone has a mouthpiece to talk, and an earpiece to listen. But in order
to talk to someone on the telephone, both people need to have a telephone
with both a mouthpiece and a receiver, and the ability to call up the other
person's telephone.

Signature
HTH,
Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist
What You Seek Is What You Get.
> Yes. Tim... I use application to another
>
[quoted text clipped - 18 lines]
>> >
>> > Clayton
Tim De Vogel - 20 Jul 2006 08:49 GMT
An easy way would just be to have a sql database (either online or on the
local network server) that puts messages in a table with a "from" userid,
"to" userid and the message itself, maybe with some priority and a "read
status" flag.

Signature
Tim De Vogel
S-Data NV
> Yes. Tim... I use application to another
>
[quoted text clipped - 18 lines]
>> >
>> > Clayton