Shell the Recycle Bin
Visual Basic
3
Posts
1
Posters
0
Views
1
Watching
-
hey, anyone know how to spawn the recycle bin window, by using... diagnostics.process.start("SecretTextIdontKnow") Im sure it can be done....
Private Sub MenuOpenRecycleBinOpenClick(ByVal sender As Object, ByVal e As EventArgs) '"explorer.exe","/root,::{645FF040-5081-101B-9F08-00AA002F954E}" System.Diagnostics.Process.Start("explorer.exe", "/root,::{645FF040-5081-101B-9F08-00AA002F954E}") End Sub Ok i got it nevermind :zzz:
-
Private Sub MenuOpenRecycleBinOpenClick(ByVal sender As Object, ByVal e As EventArgs) '"explorer.exe","/root,::{645FF040-5081-101B-9F08-00AA002F954E}" System.Diagnostics.Process.Start("explorer.exe", "/root,::{645FF040-5081-101B-9F08-00AA002F954E}") End Sub Ok i got it nevermind :zzz: