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アプリケーションからfirefoxやgoogle chromeなどのプログラムを開くことに成功しました
Dim X As Long
X = Shell("C:\Program Files\Mozilla Firefox\firefox.exe", 1)
vb.net アプリケーションのボタンをクリックしてブラウザに特定のリンクを貼り付ける方法を教えてください。
http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx