mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-23 00:12:15 +00:00
Desktop can open folders
This commit is contained in:
parent
a3db778746
commit
62d12de12c
3 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||||
|
|
2
ShiftOS/My Project/Resources.Designer.vb
generated
2
ShiftOS/My Project/Resources.Designer.vb
generated
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue