Desktop can open folders

This commit is contained in:
pfg github 2015-03-08 09:43:33 -07:00
parent a3db778746
commit 62d12de12c
3 changed files with 4 additions and 2 deletions

View file

@ -545,6 +545,8 @@ Public Class File_Skimmer
End Function End Function
Private Sub showcontents() Private Sub showcontents()
Me.Show()
lvfiles.Items.Clear() lvfiles.Items.Clear()
lvfiles.Items.Add("Exit Folder", 5) lvfiles.Items.Add("Exit Folder", 5)

View file

@ -1,7 +1,7 @@
'------------------------------------------------------------------------------ '------------------------------------------------------------------------------
' <auto-generated> ' <auto-generated>
' This code was generated by a tool. ' This code was generated by a tool.
' Runtime Version:4.0.30319.34014 ' Runtime Version:4.0.30319.0
' '
' Changes to this file may cause incorrect behavior and will be lost if ' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated. ' the code is regenerated.