VB.NET 2008 T0001 - How to make Desktop for your OS
Loading...
14,326
Uploader Comments (iPersonality)
see all
All Comments (120)
-
the icons includes the directory...how can I include the icon only???
-
vb script kiddies -.- not an os
-
I want to segregate it example : Lan Games Tab i will put the .exe games there is there possible way to do it?
-
What the part2's name?
-
I like Music
-
how make it show folder and app/other? ect...
-
how make it show this folder desktop no the real desktop like go to this directory C:\Desktop\ this an exanple but how do this?
-
how come it onli shows 1 exe and 1 txt??
-
What music is this?
Loading...
how to get folders to?
simme808 1 year ago
@simme808
for each folders in my.computer.filesystem.getDirectorys(my.computer.filesystem.specialdirectories.desktop & "\")
lvDesktop.items.add(Folders)
Thats how to get the folders, but no icon. Maybe add the folder icon on the imagelist and then it would be something like
lvDesktop.items.add(Folders, 0)
I dont remember... give it a few trys
iPersonality 1 year ago
how i do that it shows me the folders to?
furzmano 1 year ago
@furzmano
oh....
on form load
' add the folder icon manually to the imagelist...
for each dirs in my.computer.filesystem.getdirectories(path)
lvdesktop.items.add(dirs, 1 ' or 0)
next
iPersonality 1 year ago
@iPersonality
THX i have it befor ur awnser xDDD but now... it shows the path and i need just to show the name of the file... but the replace function dont work???!!!!
furzmano 1 year ago
@furzmano
how about if you download the project from my mediafire acc? link in description...
iPersonality 1 year ago