Launch .NET application through notification or windows messaging

A

Andy

Is there any way to launch a .NET application by issuing a windows
message?

I have two .NET applications, A and B.

A writes records to a database, and then issues a message that its
finished.
The message somehow causes application B to launch which then offloads
the records in the database to somewhere else.

What's the best windows technology to use to do this?

Delegates? Windows messaging? Is there anything else?
 
M

Mr. Arnold

Andy said:
Is there any way to launch a .NET application by issuing a windows
message?

I have two .NET applications, A and B.

A writes records to a database, and then issues a message that its
finished.
The message somehow causes application B to launch which then offloads
the records in the database to somewhere else.

What's the best windows technology to use to do this?

Delegates? Windows messaging? Is there anything else?

1) MS Windows Workflow Messaging
2) MS Windows Communication Foundation using Named Pipe or MS Message Queue
3) SQL Server 2005 and above, using SQL Server .NET CLR, Service Broker and
SQL Server queues.




__________ Information from ESET NOD32 Antivirus, version of virus signature database 4222 (20090707) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top