掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
RichTx32.OCXのバージョンをコードで確認するには (ID:78291)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
実際に使用するなら下記のようになるかと。 Private Sub Command1_Click() Dim Fso As Object Dim FilePath As String Set Fso = CreateObject("Scripting.FileSystemObject") FilePath = Fso.GetSpecialFolder(1) Debug.Print Fso.GetFileVersion(FilePath & "\Richtx32.ocx") Set Fso = Nothing End Sub
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2020 Takeshi Okamoto All Rights Reserved.