タグ「VB」 に関連する質問一覧

RSSlivedoor Readerに登録

VBSでとある条件の時に処理をやらずに終了させる方法で悩んでいます。

Dim ObjIE Dim ObjShell Dim ObjWindow Dim WinExist WinExist = False Set ObjShell = CreateObject("Shell.Application") For Each ObjWindow In ObjShell.Windows If TypeName(ObjWindow.Document) = "HTMLDocument" Then WinExist = True Set ObjIE = ObjWindow End If Next Set ObjShell = Nothing If Not WinExist = True Then Set ObjIE = CreateObject("InternetExplorer.Application") End If ・ ・ ・ ・ 例えばこのように起動しているIEを探します そこでもしYahoo!JAPANが起動していたら以降の処理をやらずに終わらせた...
Asked by :  mr_r00 |  VisualBasic |  2008-11-30 23:40 |  解決済  | 1 answer | 1 comment
VB133-256M
VB133-256M のホームページはこちらです
buffalo.jp/products/catalog/item/v/vb133/
Ads By Google

有償のライティングソフトを探しています!!

Asked by :  ニーヤン |  シェアウェア |  2008-09-09 15:49 |  お蔵入り

VBとVB.NETの互換性について

Asked by :  よーすけ |  VisualBasic |  2006-09-21 01:41 |  解決済  | 1 answer | 1 comment
Ads By Google