vbs得没公开对象
作者 佚名
来源 ASP编程
浏览
发布时间 2013-07-09
WSH中可以运用的InternetExplorer.Application 如例: 原代码: setie=createobject("internetexplorer.application") msgbox"显示IE" ie.visible=true msgbox"隐藏ie" ie.visible=false msgbox"关闭ie" ie.quit 下面这是internetexplorer.application的方法 如上面用的 ie.visible==false同ie.visible=true 就是用这个方法 PropertyVisibleAsBoolean Determineswhethertheapplicationisvisibleorhidden. 方法: PropertyAddressBarAsBoolean Controlswhetheraddressbarisshown PropertyApplicationAsObject Returnstheapplicationautomationobjectifaccessible,thisautomationobjectotherwise.. PropertyBusyAsBoolean Querytoseeifsomethingisstillinprogress. SubClientToWindow(pcxAsLong,pcyAsLong) Convertsclientsizesintowindowsizes. PropertyContainerAsObject Returnsthecontainer/parentautomationobject,ifany. PropertyDocumentAsObject ReturnstheactiveDocumentautomationobject,ifany. SubExecWB(ByValcmdIDAsOLECMDID,ByValcmdexecoptAsOLECMDEXECOPT,[pvaIn],[pvaOut]) IOleCommandTarget::Exec PropertyFullNameAsString Returnsfilespecificationoftheapplication,includingpath. PropertyFullScreenAsBoolean Maximizeswindowandturnsoffstatusbar,toolbar,menubar,andtitlebar. FunctionGetProperty(ByValPropertyAsString) RetrievetheAssociatedvalueforthepropertyvtvalueinthecontextoftheobject. SubGoBack Navigatestothepreviousiteminthehistorylist. SubGoForward Navigatestothenextiteminthehistorylist. SubGoHome Gohome/startpage. SubGoSearch GoSearchPage. PropertyHeightAsLong Theverticaldimension(pixels)oftheframewindow/object. PropertyHWNDAsLong ReturnstheHWNDofthecurrentIEwindow. PropertyLeftAsLong Thehorizontalposition(pixels)oftheframewindowrelativetothescreen/container. PropertyLocationNameAsString Getstheshort(UI-friendly)nameoftheURL/filecurrentlyviewed. PropertyLocationURLAsString GetsthefullURL/pathcurrentlyviewed. PropertyMenuBarAsBoolean Controlswhethermenubarisshown. PropertyNameAsString Returnsnameoftheapplication. SubNavigate(ByValURLAsString,[Flags],[TargetFrameName],[PostData],[Headers]) NavigatestoaURLorfile. SubNavigate2(URL,[Flags],[TargetFrameName],[PostData],[Headers]) NavigatestoaURLorfileorpidl. PropertyOfflineAsBoolean Controlsiftheframeisoffline(readfromcache) PropertyParentAsObject Returnstheautomationobjectofthecontainer/parentifoneexistsorthisautomationobject. PropertyPathAsString Returnsthepathtotheapplication. SubPutProperty(ByValPropertyAsString,ByValvtvalue) AssociatesvtvaluewiththenameszPropertyinthecontextoftheobject. FunctionQueryStatusWB(ByValcmdIDAsOLECMDID)AsOLECMDF IOleCommandTarget::QueryStatus SubQuit Exitsapplicationandclosestheopendocument. PropertyReadyStateAstagREADYSTATE nodescriptionavailable SubRefresh Refreshthecurrentlyviewedpage. SubRefresh2([Level]) Refreshthecurrentlyviewedpage. PropertyRegisterAsBrowserAsBoolean RegistersOCasatop-levelbrowser(fortargetnameresolution) PropertyRegisterAsDropTargetAsBoolean RegistersOCasadroptargetfornavigation PropertyResizableAsBoolean Controlswhetherthewindowisresizable SubShowBrowserBar(pvaClsid,[pvarShow],[pvarSize]) SetBrowserBartoClsid Propert |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 从一个VBS脚本学习一点点东西下一篇: vbs在网页中显示服务
关于vbs得没公开对象的所有评论