Simple File Manager Using VB.NET

  Рет қаралды 20,949

SnatchDreams

SnatchDreams

Күн бұрын

Пікірлер
@gullebar1885
@gullebar1885 4 жыл бұрын
how do i get it to open a text file like you do in c# where you just can press on mp4 and text files and stufff
@bramwellhumby9601
@bramwellhumby9601 6 жыл бұрын
Amazingly useful
@SnatchDreams
@SnatchDreams 5 жыл бұрын
Thank You ❤️😊
@loganscomputerco.2599
@loganscomputerco.2599 5 жыл бұрын
Great tutorial, I'm just having trouble with switching directories
@datmemez9992
@datmemez9992 5 жыл бұрын
How I can make custom icons for a file extension? For example, if the program find a text file, it replaces the icon with a custom text file icon.
@drtxstudio5835
@drtxstudio5835 4 жыл бұрын
plzzz i want to do that but with treeView like visual studio and whene he doublleClick in NodeChild(file) he open the file content in richTextBox in the same form can u do that ?
@uk9431
@uk9431 3 жыл бұрын
Thanks. can I get image file thumbnail in file explorer?
@SnatchDreams
@SnatchDreams 2 жыл бұрын
icons were downloaded from flaticon.com
@DecryptingTechnology
@DecryptingTechnology 5 жыл бұрын
I want to restrict the user to view only files and folders of a folder or drive selected by me so how can I do that?
@SnatchDreams
@SnatchDreams 5 жыл бұрын
It can be actually done with the help of adding filters check when user enter the the path in the text .. or if u wish only to browse to a specific location then better disable the option of entering the path in the textbox 😊
@edmundmlala2827
@edmundmlala2827 5 жыл бұрын
Thanks for the tutorial, very informative
@SnatchDreams
@SnatchDreams 5 жыл бұрын
Thank You Sooo Much .. Sorry I replied late . Merry Christmas and Happy New Year :)
@TheGAMERBOY006
@TheGAMERBOY006 7 жыл бұрын
Awesome ! Great Tutorial 😍😘
@SnatchDreams
@SnatchDreams 7 жыл бұрын
+GamerBoy ☺
@CloudOS
@CloudOS 7 жыл бұрын
You should put it into a pastebin.com document for copy and paste. Thanks for the tutorial!
@navegct8457
@navegct8457 7 жыл бұрын
WHY would he do that? that ruins part of the point!
@SnatchDreams
@SnatchDreams 7 жыл бұрын
+Nave GCT sorry .. didn't get you my friend
@memesxd5339
@memesxd5339 6 жыл бұрын
He wants the code because hes lazy (basicly)
@dfrjr4877
@dfrjr4877 6 жыл бұрын
This is nice and works great. However ImageList is not available on a Web Form project. What is the alternative?
@ibtisamahmed5112
@ibtisamahmed5112 5 жыл бұрын
Project\components\microsoft windows common controls 6.0 enable it and click apply.
@jamiebarnes3539
@jamiebarnes3539 4 жыл бұрын
hi thank you for the video really helpful. How come when you click on the file it dose not open this would be really good if it would open the file once you have click them. could you do a video on this please Thank you
@thepikachugamer
@thepikachugamer 5 жыл бұрын
I managed to make a mod that had a "back" button, but would add a "\.." to the text bar...
@nidaabbas5707
@nidaabbas5707 3 жыл бұрын
There is a Bug In this code, It only shows the file I am working on
@SnatchDreams
@SnatchDreams 3 жыл бұрын
Thank you for letting me know. It's not the optimised one bro 😇 just did this video for basic tutorial purpose.
@alessiobarbaglia
@alessiobarbaglia 5 жыл бұрын
I'm not English,i'm italian, but I hope you understand. I would like to know if you can make each different file have a different icon, but that they are not those of Windows, I must be different, from the resources of the app. thank you very much and I hope you answer me soon.
@SnatchDreams
@SnatchDreams 5 жыл бұрын
That can be done by making a small change in the imageList that's been used in the program ... More details about that is given in my "Filemanager using C#" don't worry because it's c# the concept is same ... Please refer to that video of mine... And still of u have doubt about how to get it done ... Please drop an email ♥️
@julian3334
@julian3334 6 жыл бұрын
Great, thank's!
@SnatchDreams
@SnatchDreams 5 жыл бұрын
Thank You ❤️😊
@navegct8457
@navegct8457 7 жыл бұрын
why cant we usenormal files?
@SnatchDreams
@SnatchDreams 7 жыл бұрын
+Nave GCT sorry I didn't get u
@TETAKUZIKI
@TETAKUZIKI 5 жыл бұрын
Best
@SnatchDreams
@SnatchDreams 5 жыл бұрын
Thank You Soo Much .. Sorry for the delayed Reply . Merry Christmas and a Happy New Year
@navegct8457
@navegct8457 7 жыл бұрын
it doesent show the file icons.
@SnatchDreams
@SnatchDreams 7 жыл бұрын
+Nave GCT ya...of course you can use the icon ..of ur wish or also u can so icons that windows uses ... ! You can implement that by making a bit modifications in the item adding part of list view... ! I was showing just a basic idea of implementation of a basic file manager ! ☺️
@SnatchDreams
@SnatchDreams 7 жыл бұрын
+Nave GCT Happy New Year ☺️ ... Have a great year a head !
@Louis-qp9hg
@Louis-qp9hg 7 жыл бұрын
Nice tutorial! How can I open txt, music and other files? I will programm this, but Iam not sure how I can code this. Sorry for my bad english :)
@SnatchDreams
@SnatchDreams 7 жыл бұрын
+Maxe TV did u means how to open a txt file and music with VB itself or how to open txt or music when u click that file in an external app (like notepad )
@SnatchDreams
@SnatchDreams 7 жыл бұрын
+Maxe TV in order to over a file using an external application ..For example to open a text file in notepad when u click on the file in the VB file manager .... You can use this Process.Start("D:/file.txt") You can use any file path to open that specific file with its respective application ...
@DollarsoftCorporation
@DollarsoftCorporation 6 жыл бұрын
please i want it to load the txt file to my text box iside that same form
@SnatchDreams
@SnatchDreams 6 жыл бұрын
I think that would be simple... You can just get the extension using GetFileInfo() method As System.IO.FileInfo var = My.Computer.FileSystem.GetFileInfo("filepath ") You have file path in the main textbox in my program .. Now do this: Dim ext as String ext = var.Extension If ext == ".txt" then RichTextBox1.load("filepath") end if
@SnatchDreams
@SnatchDreams 6 жыл бұрын
Dim var as System.IO.FileInfo Dim file_ext as String var = My.Compter.FileSystem.GetFileInfo("filepath") file_ext = var.Extension If file_ext = ".txt" Then RichTextBox1.load("filepath") End If Create a RichTextBox inside the form instead of a simple textbox as it has a method called load() to load content of a file and supports .txt , .doc , .rtf files type
@niteshpatel2892
@niteshpatel2892 7 жыл бұрын
I want a back button to go to the previous path.... Plzzzz help
@thepikachugamer
@thepikachugamer 5 жыл бұрын
Parent folder is "..", so saying C:\Windows\System32\..\..\ is equivalent to C:\
@in3v3rexis1ed
@in3v3rexis1ed 4 жыл бұрын
just make a two buttons (one for forward and another for backward) in the button for forward paste:- ListBox1.GoForward(); in the button for backward paste:- ListBox1.GoBack(); Hope this help you
@trolukasperez5705
@trolukasperez5705 4 жыл бұрын
GOD JOB BRO, SO HOW CAN I OPEN FILES , EXE, WITH THIS FILE MANAGER
@SnatchDreams
@SnatchDreams 3 жыл бұрын
Make use of Process.Start() Sorry for the Late Response 😇
@van2183
@van2183 4 жыл бұрын
Direct Link: www.snatchdreams.net/dl/file_manager.zip
@enterenegry-uh6ei
@enterenegry-uh6ei 5 жыл бұрын
Pls give c# code 🙏🙏🙏🙏
@SnatchDreams
@SnatchDreams 5 жыл бұрын
Am going to upload a video today in which i will be explaining how to create a file manager using Visual C#. Merry Christmas :)
@enterenegry-uh6ei
@enterenegry-uh6ei 5 жыл бұрын
@@SnatchDreams thanks..merry Christmas🎄🎅🔔❄
@critical488
@critical488 4 жыл бұрын
source code link contains virus and ads...
@JoshuaG1000
@JoshuaG1000 7 жыл бұрын
can i download the code
@SnatchDreams
@SnatchDreams 7 жыл бұрын
Hey Am Sorry ! I don't remember where i saved the project file in my PC ! I had to format my PC, I will see the backup and if i get that project file i will upload it and will give you the link :( ! If you still need the source code i can make the project again and i will upload it ! Please Let me know if you still need the source code
@SnatchDreams
@SnatchDreams 7 жыл бұрын
+Joshua Glass i created that project again... Link to source added to Video Description ☺️
@JoshuaG1000
@JoshuaG1000 7 жыл бұрын
Thanks ever so much!
@SnatchDreams
@SnatchDreams 7 жыл бұрын
+Joshua Glass Always Welcome
@JoshuaG1000
@JoshuaG1000 7 жыл бұрын
And a +1 sub to you
Reading SSL | X.509 Certificate | VB.NET
8:56
SnatchDreams
Рет қаралды 196
VB.NET: Creating Your Own Versions of Controls
20:23
BrandonioProductions
Рет қаралды 30 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Simple File Manager Using Visual C# . NET
30:59
SnatchDreams
Рет қаралды 30 М.
Visual Basic .NET: How to Browse Files, Folders, and Directories
5:57
Tony & Chelsea Northrup
Рет қаралды 101 М.
How to download a file using VB  .Net with Progress?
14:03
Balaji S
Рет қаралды 14 М.
Create a Simple Image Editor | VB.NET | Part 1
12:39
SnatchDreams
Рет қаралды 964
Adding a User Control in Visual Basic
7:00
Mary Rountree
Рет қаралды 33 М.
Vb.NET (Visual Basic 2008/2010) : How to use a BackgroundWorker
9:49
BrandonioProductions
Рет қаралды 61 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН