Forum: Visual Basic 4 / 5 / 6 Jun 30th, 2009 |
| Replies: 1 Views: 448 Hello, I'm new to VB script and I was wondering if anybody have any pointers on how to use VB Script with active directory?, for example, import and export data out of Active directory using scripts.... |
Forum: Visual Basic 4 / 5 / 6 Jun 28th, 2009 |
| Replies: 2 Views: 427 <?
$page=file_get_contents('http://www.example.com/page?user=cwarn23&pass=820578wxz56240358');
?> |
Forum: Visual Basic 4 / 5 / 6 Jun 28th, 2009 |
| Replies: 2 Views: 427 Hello, I'm trying to figure out how to convert this php file_get_contents command to visual basic script. I tried goggling it but no luck. This is the command down below.
[CODE=php]
<?
... |