Create Object Function |
|||||||
WANTS TO MAKE SOFTWARE WITHOUT KNOWLEDGE OF ASP? CLICK HERE The CreateObject function creates an object of a specified type. Automation servers provide at least one type of object. For example, a word-processing application may provide an application object, a document object, and a toolbar object. To create an Automation object, assign the object returned by CreateObject to an object variable. The parameter is servername which describes the name of the application that provides the object. The parameter is typename which describes the type/class of the object. The parameter is location which describes optional where to create the object.The Syntax of CreateObject function is :-
Example#1 :-
Example#2 :-
In this second example, we create an object on a remote site. Example#3 :-
|
|||||||
Terms and Conditions / Privacy Policy / Refund Policy / Shipping Policy