掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
フォルダを開くには? (ID:114002)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
たとえば Option Explicit Private Declare Function ShellExecute Lib "shell32.dll" _ Alias "ShellExecuteA" _ (ByVal hwnd As Long, _ ByVal lpOperation As String, _ ByVal lpFile As String, _ ByVal lpParameters As String, _ ByVal lpDirectory As String, _ ByVal nShowCmd As Long) As Long Private Sub Command1_Click() ShellExecute Me.hwnd, "explore", “C:\WINDOWS”や“\\PC\共有”"", "", 1& End Sub とか?
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2020 Takeshi Okamoto All Rights Reserved.