Is there a way in which I could invoke a windows form from a particular windows service....??
Have created a windows service, installed it and everything is working fine...
Now I want to design another windows form that I would call from the service while running it
I know that with the help of ServiceController class we could interact with windows service from a windows application but am not sure of the other way round implementation....
Pls help...

