Skip to content

Commit

Permalink
Added wait cursor on directory select
Browse files Browse the repository at this point in the history
  • Loading branch information
Iridium-IO committed Oct 24, 2017
1 parent 9203105 commit 71cb9ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WindowsApp1/Compact.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions WindowsApp1/Compact.vb
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@ Public Class Compact
Dim dirLabelResults As String = ""

Private Sub SelectFolder(selectedDir As String, senderID As String)
Cursor.Current = Cursors.WaitCursor

Dim wDString = selectedDir

If wDString.Contains("C:\Windows") Then 'Makes sure you're not trying to compact the Windows directory. I should Regex this to catch all possible drives hey?
Expand Down

0 comments on commit 71cb9ab

Please sign in to comment.