John
Sat Jul 26 11:53:10 CDT 2008
Hi Peter
Many thanks. Is there a vb.net around? Trying to convert code to vb.net
using automatic converter hasn't worked.
Many thanks agian.
Regards
"Peter Morris" <mrpmorrisNO@SPAMgmail.com> wrote in message
news:eLY%23ZYy7IHA.4988@TK2MSFTNGP04.phx.gbl...
> You want to know how to automate your app :-) The answer is to use
> remoting. I recently did this for an app I wrote, all I wanted was for it
> to be a single-instance app, but when a 2nd instance started up with
> command line arguments for it to pass those arguments to the existing
> instance.
>
>
http://mrpmorris.blogspot.com/2008/07/single-instance-application.html
>
> You could easily add more interfaces in order to provide more
> functionality. The channel type I used ensures that the app can only be
> automated from the current machine, no remote connections.
>
>
> Pete
>