ShellAbout |
Declare Function Api_ShellAbout& Lib "shell32" Alias "ShellAboutA" (ByVal hWnd&, ByVal szApp$, ByVal szOtherStuff$, ByVal hIcon&) |
Declare Function ShellAbout Lib "shell32" Alias "ShellAboutA" (ByVal hwnd As Long, ByVal szApp As String, ByVal szOtherStuff As String, ByVal hIcon As Long) As Long |
|
標準の[バージョン情報]ダイアログボックスを表示する。 |
|
パラメータ この文字列をシャープ(#)記号で区切ると、シャープ記号より前の文字列がタイトルバー内、シャープ記号より後の文字列がダイアログボ
ックスの最初の行に表示される。 Windows エクスプローラ)のメニューで[ヘルプ]−[バージョン情報]を選択し、[バージョン情報]ダイアログボックスが表示する方法 が挙げられる。 |