CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: pop-up in c#

  1. #1
    Join Date
    Jan 2011
    Posts
    2

    pop-up in c#

    hi guys thanks everyone for help in my last post now i made my windows service that get response from a web service and everything is working well.

    all that i need now is:
    1- The windows service should pop-up something saying there is a new application to be downloaded in case the webservice replied by val=1 and path for an exe file to be downloaded in the pc so the user can install it .
    N.B: Like windows update link and pop-up that is shown in the taskbar that telling us that there is a new update and you can download it from this link
    so that
    The user should click on the pop-up and click on the link on the pop-up, to download the new application, like he downloaded the windows service before.


    can anyone tell me the idea about doing this task??

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: pop-up in c#

    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

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