|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Launch .NET application through notification or windows messaging OptionIs there any way to launch a .NET application by issuing a windows
message? I have two VB.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? Triggers? Callbacks? Is there anything else? On 2009-07-07, Andy <ane***@infotek-consulting.com> wrote:
Show quoteHide quote > Is there any way to launch a .NET application by issuing a windows Can you not just launch the other application using Shell or> message? > > I have two VB.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? Triggers? Callbacks? Is there > anything else? System.Diagnostics.Process? What is the rational for wanting to use a window message for this? The only way I could see to do it that way would be to have a applciation launcher in the background that was capable of watchign for a window message - a simple broadcast of a custom window message (using RegisterWindowMessage api).... -- Tom Shelton
How do I create new app with data access?
Concurrency error on update Detect scroll in a ListView HTML, CSS and JavaScript in a Gridview System.OutOfMemory exception error Excel interop. Choose version of Excel to launch Application Help (i.e. Help Class) Pass a structure to a C++ dll Duplicated data - how to understand it please? Can I Unpublish an application? |
|||||||||||||||||||||||