Sign in
Visual Studio to Internet Explore...
Learnings, Experiences at Microsoft
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Automation
COM
Debugging JScript
IDE for JScript
JScript
Life at Microsoft
Object Test Bench
Archive
Archives
March 2008
(3)
August 2007
(6)
April 2006
(3)
March 2006
(1)
February 2006
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio to Internet Explore...
Passing more than one parameter to the script callback
Posted
over 6 years ago
by
Sheetal Kamat
2
Comments
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. ...
Visual Studio to Internet Explore...
Using Return Value of the Script Callback
Posted
over 6 years ago
by
Sheetal Kamat
1
Comments
To use the return value of the JScript Function we need to pass parameter VARIANT *pVarResult to the Invoke Method of the IDispatch. ...
Visual Studio to Internet Explore...
Passing Parameter to the Script Callback
Posted
over 6 years ago
by
Sheetal Kamat
1
Comments
What if one wants to call a function that takes parameter say alerter. ...
Visual Studio to Internet Explore...
Script CallBack from COM
Posted
over 6 years ago
by
Sheetal Kamat
1
Comments
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...
Visual Studio to Internet Explore...
Calling functions of COM object from JScript
Posted
over 6 years ago
by
Sheetal Kamat
4
Comments
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....
Visual Studio to Internet Explore...
Interoperability of JScript with COM
Posted
over 6 years ago
by
Sheetal Kamat
1
Comments
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... ...
Page 1 of 1 (6 items)