G
Guest
Hello
I have two Windows forms applications that both access the same set of data from a database. What I would like to have is that these two programs be seperate, however if application #2 is running and the user clicks on an button in application #1, that application #1 fires an event that application #2 can pick up and pass data which would be the ID number of the record in the database. What is the easiest way to do this with the .NET Framework? I don't want to have to setup a server or service if possible
Thanks.
I have two Windows forms applications that both access the same set of data from a database. What I would like to have is that these two programs be seperate, however if application #2 is running and the user clicks on an button in application #1, that application #1 fires an event that application #2 can pick up and pass data which would be the ID number of the record in the database. What is the easiest way to do this with the .NET Framework? I don't want to have to setup a server or service if possible
Thanks.