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

    VB.net project help...really urgent

    I'm 6 months old to the programming world.

    I'm trying to develop a windows application where i can get connected to remote server and look for process state going in remote server.

    We have many remote servers where automatic installation of software going on. We have an xml file(installstatus.xml) where it tells us at what stage the installation is (Example : Inprogress , Completed, Failed.)

    So our aim is to develop a windows application where i can get connected to that servers and look for their installation status(may be we can use installstatus.xml to look for installation status). Every time i connect to a server, the server information should get stored in XML file(i want to create a xml file where all the servers list i connect to should get stored)

    The UI at left side should will have list of servers i can connect to.
    When i get connected to server, at right side of UI, i want to display the status of installation (In progress, failed , completed).

    So i want an idea/help on how to proceed with this project. Experts in programming world i really appreciate your help.

    I'm ready to compensate those who can give me full time support until the project is finished (estimation time for completion of project is 1 week max as it is really small project).
    I have to finish this project by end of this year...deadline

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: VB.net project help...really urgent

    You don't have enough money to really be able to do that. Ever hear of SYSTEM CENTER ONLINE? It's a BETA program that does that.

    We halp with programming problems, not dreams
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this 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