Hello, I'm trying to figure out how to convert this php file_get_contents command to visual basic script. I tried googling it but no luck. This is the command down below.
<?
$page=file_get_contents('http://www.example.com/page?user=cwarn23&pass=820578wxz56240358');
?>