Top "Createobject" questions

The CreateObject function is used to instantiate COM objects.

What is "Dim fso, MyFile, FileName, TextLine" in VBA?

I received this code from one of those nice people here who are willing to spend their time and energy …

vba scripting createobject filesystemobject
difference between server.createObject and createobject in asp classic

according to http://msdn.microsoft.com/en-us/library/ms524620.aspx you should use server.createObject If you are already familiar …

com asp-classic instantiation createobject
Server.CreateObject("Wscript.Shell") issue - Object Server required error??? ASP/VBscript error

I'll try to keep this basic. I'm trying to run a shell on the server side (not the client). I've …

asp-classic vbscript createobject
Server.CreateObject(“Scripting.FileSystemObject”) issue - Object required:Server (code:0) ASP/VBscript

I want to create a file on my server, and then, write datas in <script runat="server" language="VBScript"&…

asp.net vbscript createobject
InternetExplorer.Application com object and windows 2012 in powershell

I am trying to access the document of an internet explorer com object with windows 2012. The code works great in …

powershell com internet-explorer-10 createobject
Classic ASP: Server.CreateObject not supported

When I call Server.CreateObject(), from my Classic ASP page, I get Microsoft VBScript runtime (0x800A01B6) Object doesn't …

createobject
What is the difference between using cfinvoke and createObject to run a component function?

In my company's code, I've often seen component files used by initializing an object of that component and calling the …

coldfusion components design-decisions createobject cfinvoke