CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2003
    Location
    Oxford, OH
    Posts
    12

    Question 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

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    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

  3. #3
    Join Date
    Mar 2003
    Location
    Oxford, OH
    Posts
    12
    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
  •  





Click Here to Expand Forum to Full Width

Featured