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

    [vb.net 2008] client - server

    Hi all,

    I am looking to create a client - server, i just need to be able to send data i read from the registry on the client to the server side and dont know where to start.

    Any help would be great

  2. #2
    Join Date
    Jan 2003
    Location
    7,107 Islands
    Posts
    2,487

    Re: [vb.net 2008] client - server

    the registry thing sounds malicious to me. if you don't mind, where you going to use this app?
    Busy

  3. #3
    Join Date
    Dec 2008
    Posts
    3

    Re: [vb.net 2008] client - server

    Ha ha nah i just want to send the data i read from the clients registry like IP, hostname, and os version. and pass it to the server side where i will put it into a sql db

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

    Re: [vb.net 2008] client - server

    Download POWERSHELL, and create a script. Your clients will also need to download POWERSHELL to run the scripts. You create CMDLETS which do what you need them to do.
    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