How to bring Webserive text into a Winform aplication

Posted by CogentP on Stack Overflow See other posts from Stack Overflow or by CogentP
Published on 2013-10-19T15:38:06Z Indexed on 2013/10/19 15:54 UTC
Read the original article Hit count: 147

Filed under:
|
|
|

I am working a Winform Application that needs to access a webservice to get some basic information. The webservice exists, and the following is a link that brings text. Which basically is the customer name in Json format.

http://globalbox.com.py/api/getUSER.php?gb=3217

So, my point, i need to be able to read the name of the customer and put that into a string variable. How do I read this from Winforms?

I have no idea how to go about doing this... please help. Visual Basic code would be better, or else C# will do.

thanks in advance!!

© Stack Overflow or respective owner

Related posts about JSON

Related posts about vb.net