QTP Tutorials & Interview Questions
(now includes most useful Software Testing Questions)
Saturday, May 8, 2010
Width Property
Width Property
Example
Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True
a = objIExplorer.width
msgbox a
See all Methods & Properties of InternetExplorer Object
here
.
Newer Post
Older Post
Home