Restoring and passing data to an already running instance of a .NET application

Posted by mtranda on Stack Overflow See other posts from Stack Overflow or by mtranda
Published on 2010-05-05T15:30:56Z Indexed on 2010/05/05 15:38 UTC
Read the original article Hit count: 168

Filed under:
|
|
|
|

The goal is to have an application that runs in the system tray and can either accept user input from its actual GUI (which isn't the actual issue) OR accept command line parameters (that would actually be done via a context menu in windows explorer). Now, while I'm aware that the command line parameters are not exactly possible once the application has started, I need a way to pass data to the already running application instance via some form of handler. I'm thinking maybe define and raise some sort of event?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about restore