A Anna Jan 3, 2007 #1 Hi: Can any one please tell me where and what is the use of this method Set oNet = CreateObject("WScript.NetWork") Thanks.
Hi: Can any one please tell me where and what is the use of this method Set oNet = CreateObject("WScript.NetWork") Thanks.
H Herfried K. Wagner [MVP] Jan 3, 2007 #2 Anna said: Hi: Can any one please tell me where and what is the use of this method Set oNet = CreateObject("WScript.NetWork") Click to expand... Place the caret over 'CreateObject' and press the F1 key.
Anna said: Hi: Can any one please tell me where and what is the use of this method Set oNet = CreateObject("WScript.NetWork") Click to expand... Place the caret over 'CreateObject' and press the F1 key.
K krishnen Jan 4, 2007 #3 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.
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.