Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Send Data from Second Instance to the First Instance [C#]
Index -> General Programming
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Zren




PostPosted: Sat Jan 19, 2013 9:08 pm   Post subject: Send Data from Second Instance to the First Instance [C#]

My new project consists of creating a command line alarm clock. Where the user will use Win+R or Launchy with alarm -d 1m40. This would check if there already exists an instance of the program running, and if so, it would send _____ to it.

The reason for this question is that I want a single UI to manage the alarms if multiple are created.
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Sat Jan 19, 2013 9:26 pm   Post subject: RE:Send Data from Second Instance to the First Instance [C#]

processes can communicate with each other via sockets http://en.wikipedia.org/wiki/Unix_domain_socket or by reading/writing from a shared file somewhere.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Display posts from previous:   
   Index -> General Programming
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: