How do I instanciate a MSXML2.XMLHTTP60 object?
- From: "gimme_this_gimme_that@xxxxxxxxx" <gimme_this_gimme_that@xxxxxxxxx>
- Date: Wed, 29 Oct 2008 14:58:02 -0700 (PDT)
Hi,
In My VBScript the following instruction creates a Microsoft.XMLHTTP
version three object.
Set oHTTP = WScript.CreateObject("Microsoft.XMLHTTP")
How do I tell VBScript to create a Microsoft.XMLHTTP version six
object?
In Excel the instruction would be:
Set xml = New XMLHTTP60
Thanks.
.
- Follow-Ups:
- Re: How do I instanciate a MSXML2.XMLHTTP60 object?
- From: ekkehard.horner
- Re: How do I instanciate a MSXML2.XMLHTTP60 object?
- Prev by Date: Naming a text file from a selection in a listbox
- Next by Date: VBScript and ADUC
- Previous by thread: Naming a text file from a selection in a listbox
- Next by thread: Re: How do I instanciate a MSXML2.XMLHTTP60 object?
- Index(es):
Relevant Pages
|