Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Automation   (RSS)

Passing more than one parameter to the script callback

Passing more than one parameter to JScript function isn’t difficult at all after knowing how to pass the parameter. But there is only one trickier part here.
Posted by Sheetal Kamat | 2 Comments
Filed under: , ,

Attachment(s): Sample.zip

Using Return Value of the Script Callback

To use the return value of the JScript Function we need to pass parameter VARIANT *pVarResult to the Invoke Method of the IDispatch.
Posted by Sheetal Kamat | 1 Comments
Filed under: , ,

Attachment(s): Adder.zip

Passing Parameter to the Script Callback

What if one wants to call a function that takes parameter say alerter.
Posted by Sheetal Kamat | 1 Comments
Filed under: , ,

Attachment(s): Alerter.zip

Script CallBack from COM

what if one wants to call a function say a callback which is in JScript from COM? Lets see how to achieve this in this post
Posted by Sheetal Kamat | 1 Comments
Filed under: , ,

Attachment(s): Sample.zip

Calling functions of COM object from JScript

To be able to invoke functions on the instantiated COM function through JScript, we need to add the method to the ITest interface which is derived from IDispatch.
Posted by Sheetal Kamat | 4 Comments
Filed under: , ,

Attachment(s): Sample.zip

Interoperability of JScript with COM

Recently I worked on using COM component in JScript. I couldn't find one stop solution or example for this and so thought for writing series of posts regarding this. I] Instantiating a COM class...
Posted by Sheetal Kamat | 1 Comments
Filed under: , ,

Attachment(s): Sample.zip
 
Page view tracker