Skip to content

Commit cac63f8

Browse files
committed
Open link with explorer process
1 parent 4c35e64 commit cac63f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SharpPocketToolsGUI/frmMain.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Imports System.ComponentModel
1+
Imports System.ComponentModel
22
Imports System.Formats.Tar
33
Imports System.IO
44
Imports System.Windows.Forms.VisualStyles.VisualStyleElement
@@ -316,6 +316,6 @@ Public Class frmMain
316316
End Sub
317317

318318
Private Sub linkWeb_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles linkWeb.LinkClicked
319-
Process.Start("https://github.com/SilverGreen93")
319+
Process.Start("explorer.exe", "https://github.com/SilverGreen93/SharpPocketToolsGUI")
320320
End Sub
321321
End Class

0 commit comments

Comments
 (0)