K
Ken Allen
Can a .Net service be given a user interface? Even if I create it as a
'Windows Service', Visual Studio does not link in the
System.Windows.Forms namespace; and if I do so manually, then the
service hangs inside a WaitOne() inside the invoked delegate for a form
control update -- and the Form.Show() did nothing!
A friend of mine tells me that he was able to do this with VB6, but I
cannot figure out how to do this with C#/.Net -- is it possible?
-Ken
'Windows Service', Visual Studio does not link in the
System.Windows.Forms namespace; and if I do so manually, then the
service hangs inside a WaitOne() inside the invoked delegate for a form
control update -- and the Form.Show() did nothing!
A friend of mine tells me that he was able to do this with VB6, but I
cannot figure out how to do this with C#/.Net -- is it possible?
-Ken