|
-
March 23rd, 2003, 09:27 PM
#1
Windows Services in C#
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?
~Chris
-
March 24th, 2003, 01:22 AM
#2
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
- Software Architect
-
March 24th, 2003, 08:27 PM
#3
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.
~Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|