dosman711
March 23rd, 2003, 08:27 PM
I am working on a windows service project in C#, and I am having difficulties in two areas. First, is it possible to display a Windows.Forms.MessageBox from a service? And second, is it possible to have a service run as a web server, and where should I go to learn how this would all work?
pareshgh
March 24th, 2003, 12:22 AM
from windows service you can show the windows form. its tricky.
ask user *mamo* . I think he was working on that stuff. you can search codeguru site for that.
check out MSDN and some GDN samples. you will need to read about how web services work actually.
Paresh
dosman711
March 24th, 2003, 07:27 PM
I made a mistake when i said web server. I was actually looking for an explination or a link that could help me learn how to use sockets and such with networking. Thanks for the advice.