Calling a Windows Application From Windows Service

Jun 7 2007 8:25 AM
Hi,
I'm trying to call a Windows Application from a Windows Service using C# (Visual Studio 2005). Is it possible to do that? I have added a reference for my application in the Windows Service and called a forms method. When I debug I'm able to navigate to that form but unable to run it successfully. Please help.

Answers (1)