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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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)
MSDN Blogs
>
Visual Studio to Internet Explore...
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio to Internet Explore...
IE8 JScript Debugger - Under the Hood
Posted
over 4 years ago
by
Sheetal Kamat
3
Comments
I have posted about the JScript Debugger Design for IE8 Developers Tools on the JScript Team blog ( here ). Hope it is nice read up for you. I would be writing more on Debugger very soon. Stay tuned.
Visual Studio to Internet Explore...
JScript Debugger Functionality in IE8
Posted
over 4 years ago
by
Sheetal Kamat
1
Comments
Deepak, Program Manager, from our JScript Team has blogged here in detail about the functionalities the Script Debugger in the IE8 Developer Tools provide. He has also links to the other resources like white paper etc in his blog. This would be interesting...
Visual Studio to Internet Explore...
IE8 Beta1 is available
Posted
over 4 years ago
by
Sheetal Kamat
2
Comments
IE8 Beta1 is now available here . It has remarkable script improvements in JScript performance. It also features handy JScript Debugger for developers. I will soon be writing more about JScript Debugger - what went into designing this debugger the...
Visual Studio to Internet Explore...
Passing more than one parameter to the script callback
Posted
over 5 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 5 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 5 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 5 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 5 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 5 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... ...
Visual Studio to Internet Explore...
Debugging a script debugger
Posted
over 6 years ago
by
Sheetal Kamat
3
Comments
Its kind of pain to debug a debugger. One thing for sure. If you want to debug VS debugger for C++,C# etc languages then it would be bit simple(I think) as everything takes place in VS itself. So its just question of attaching to another VS which is kind...
Visual Studio to Internet Explore...
Building 2 at IDC
Posted
over 6 years ago
by
Sheetal Kamat
5
Comments
The new building at IDC is ready and from monday it will be occupied. I got a chance to get glimpses of the building. Its looking great. Amazing colour combination. I liked use of bright colours. It feels so much energized there. Cafe is almost same as...
Visual Studio to Internet Explore...
Change in Blog Title
Posted
over 6 years ago
by
Sheetal Kamat
0
Comments
Since I am going to work on Jscript Engine now, the blog is no longer solely for Object Test Bench. Hence Changing the name. I would be involved in Jscript debugging support and Intellisense. So now on expect blogs on experience about Jscript transitioning...
Visual Studio to Internet Explore...
Getting rid of un-necessary rebuild messages while working with OTB
Posted
over 6 years ago
by
Sheetal Kamat
1
Comments
In VS2005, if you are trying to work with OTB and you think you are getting unnecessary rebuild messages or create instance in windows application is starting form itself, you can check Tools -> Options -> Project and Solution -> General ...
Visual Studio to Internet Explore...
Interesting decision about the design
Posted
over 6 years ago
by
Sheetal Kamat
2
Comments
Recently Neela reported down one interesting issue. Consider a class class1 with following two methods: public void test(String str) public void test(String[] str) Now if user creates object of class1 (say object1) on OTB and then selects...
Page 1 of 1 (14 items)