Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone.
I'm looking for a way to solve this problem.
Let me describe the problem with an example.
Imagine i'm a server or an user in a network. i send a file to another user(user2).This file may has different contents . This file must be save in a table in sql server db.Then an alarm show to user2 , for example with this message "A file has been received".
How can i do this with windows service?
I don't need socket programming o ...
I think this problem will be solved with thread! (i'm not sure)
So What can i do?
Regards
Posted

1 solution

you need to specify the data transfer way, and then, you need a client program to the user2 to get the messages via socket or reading a database or file with messages.


regards.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900