Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vb.net で .lnk ファイルを実行する必要があります (exe ファイルを指す lnk ファイル)。どのようにできるのか?
shell("path/file.lnk")
動作しません
ありがとうございます。
プラットフォームを指定しませんでしたが、Windows 7ではProcess.Start、ファイルを使用してアプリケーションを起動するために使用し.lnkます。
Process.Start
.lnk
Process.Start(pathToLink)