| ページ一覧 | ブログ | twitter | 書式 | 書式(表) |
IE |
Dim shl As Object Dim w As Object Dim ie As Object 'InternetExplorer Set shl = CreateObject("Shell.Application") For Each w In shl.Windows If TypeName(w.document) = "HTMLDocument" Then Set ie = w ie.Toolbar = 1 ie.MenuBar = True End If Next
© 2006 矢木浩人