Re: [DOTNET] Attaching to a window

2002-04-22 Thread Justin Harrell
al Message- From: Alex Henderson [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 9:30 PM To: [EMAIL PROTECTED] Subject: [DOTNET] Attaching to a window If I have a class instantiated in a window service, can another program on the same machine get a reference to the class instance in t

[DOTNET] Attaching to a window

2002-04-22 Thread Alex Henderson
If I have a class instantiated in a window service, can another program on the same machine get a reference to the class instance in the windows service's thread and call its methods ... I don't really want to use remoting/web services if possible so I see this as being an ?easy? alternative. Add