Final changes and fixes for v0.96
This commit is contained in:
@@ -204,6 +204,7 @@ Public Class frmFileFolderSearch
|
||||
SearchComplete(frmFileFolderSearch_SearchComplete)
|
||||
End If
|
||||
Case eStopStatus.FoundResult
|
||||
FoundItem = lstResults.SelectedItem.ToString
|
||||
bShutdown = True
|
||||
Me.Close()
|
||||
End Select
|
||||
@@ -266,11 +267,11 @@ Public Class frmFileFolderSearch
|
||||
If lstResults.SelectedItems.Count = 1 Then
|
||||
sItem = lstResults.SelectedItem.ToString
|
||||
If mgrCommon.ShowMessage(mgrPath_ConfirmPathCorrect, New String() {GameName, sItem}, MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then
|
||||
FoundItem = sItem
|
||||
If bwSearch.IsBusy Then
|
||||
iStopStatus = eStopStatus.FoundResult
|
||||
bwSearch.CancelAsync()
|
||||
Else
|
||||
FoundItem = sItem
|
||||
bShutdown = True
|
||||
Me.Close()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user