CreateObject

  • Thread starter Thread starter Anna
  • Start date Start date
A

Anna

Hi: Can any one please tell me where and what is the use of this method
Set oNet = CreateObject("WScript.NetWork")

Thanks.
 
Anna said:
Hi: Can any one please tell me where and what is the use of this method
Set oNet = CreateObject("WScript.NetWork")

Place the caret over 'CreateObject' and press the F1 key.
 
This is used to create an instance of the class NetWork which is found
in WScript.dll
at run time.This is commonly referred to as Late binding.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top