1: 2: 3: 4: 5: 6: 7:
LogFilePaht = F:\Software Source Code\Virtual Web Software\Charlotte Burn Permit\bin\Debug\log_files\bp-8-24-2010.log Private Sub LogFileList_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles LogFileList.DoubleClick Dim LogFilePath As String = LogFileList.SelectedItems(0).ToString System.Diagnostics.Process.Start(LogFilePath) End Sub