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
@bramwellhumby96016 жыл бұрын
Amazingly useful
@SnatchDreams5 жыл бұрын
Thank You ❤️😊
@loganscomputerco.25995 жыл бұрын
Great tutorial, I'm just having trouble with switching directories
@datmemez99925 жыл бұрын
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.
@drtxstudio58354 жыл бұрын
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 ?
@uk94313 жыл бұрын
Thanks. can I get image file thumbnail in file explorer?
@SnatchDreams2 жыл бұрын
icons were downloaded from flaticon.com
@DecryptingTechnology5 жыл бұрын
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?
@SnatchDreams5 жыл бұрын
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 😊
@edmundmlala28275 жыл бұрын
Thanks for the tutorial, very informative
@SnatchDreams5 жыл бұрын
Thank You Sooo Much .. Sorry I replied late . Merry Christmas and Happy New Year :)
@TheGAMERBOY0067 жыл бұрын
Awesome ! Great Tutorial 😍😘
@SnatchDreams7 жыл бұрын
+GamerBoy ☺
@CloudOS7 жыл бұрын
You should put it into a pastebin.com document for copy and paste. Thanks for the tutorial!
@navegct84577 жыл бұрын
WHY would he do that? that ruins part of the point!
@SnatchDreams7 жыл бұрын
+Nave GCT sorry .. didn't get you my friend
@memesxd53396 жыл бұрын
He wants the code because hes lazy (basicly)
@dfrjr48776 жыл бұрын
This is nice and works great. However ImageList is not available on a Web Form project. What is the alternative?
@ibtisamahmed51125 жыл бұрын
Project\components\microsoft windows common controls 6.0 enable it and click apply.
@jamiebarnes35394 жыл бұрын
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
@thepikachugamer5 жыл бұрын
I managed to make a mod that had a "back" button, but would add a "\.." to the text bar...
@nidaabbas57073 жыл бұрын
There is a Bug In this code, It only shows the file I am working on
@SnatchDreams3 жыл бұрын
Thank you for letting me know. It's not the optimised one bro 😇 just did this video for basic tutorial purpose.
@alessiobarbaglia5 жыл бұрын
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.
@SnatchDreams5 жыл бұрын
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 ♥️
@julian33346 жыл бұрын
Great, thank's!
@SnatchDreams5 жыл бұрын
Thank You ❤️😊
@navegct84577 жыл бұрын
why cant we usenormal files?
@SnatchDreams7 жыл бұрын
+Nave GCT sorry I didn't get u
@TETAKUZIKI5 жыл бұрын
Best
@SnatchDreams5 жыл бұрын
Thank You Soo Much .. Sorry for the delayed Reply . Merry Christmas and a Happy New Year
@navegct84577 жыл бұрын
it doesent show the file icons.
@SnatchDreams7 жыл бұрын
+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 ! ☺️
@SnatchDreams7 жыл бұрын
+Nave GCT Happy New Year ☺️ ... Have a great year a head !
@Louis-qp9hg7 жыл бұрын
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 :)
@SnatchDreams7 жыл бұрын
+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 )
@SnatchDreams7 жыл бұрын
+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 ...
@DollarsoftCorporation6 жыл бұрын
please i want it to load the txt file to my text box iside that same form
@SnatchDreams6 жыл бұрын
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
@SnatchDreams6 жыл бұрын
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
@niteshpatel28927 жыл бұрын
I want a back button to go to the previous path.... Plzzzz help
@thepikachugamer5 жыл бұрын
Parent folder is "..", so saying C:\Windows\System32\..\..\ is equivalent to C:\
@in3v3rexis1ed4 жыл бұрын
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
@trolukasperez57054 жыл бұрын
GOD JOB BRO, SO HOW CAN I OPEN FILES , EXE, WITH THIS FILE MANAGER
@SnatchDreams3 жыл бұрын
Make use of Process.Start() Sorry for the Late Response 😇
@van21834 жыл бұрын
Direct Link: www.snatchdreams.net/dl/file_manager.zip
@enterenegry-uh6ei5 жыл бұрын
Pls give c# code 🙏🙏🙏🙏
@SnatchDreams5 жыл бұрын
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-uh6ei5 жыл бұрын
@@SnatchDreams thanks..merry Christmas🎄🎅🔔❄
@critical4884 жыл бұрын
source code link contains virus and ads...
@JoshuaG10007 жыл бұрын
can i download the code
@SnatchDreams7 жыл бұрын
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
@SnatchDreams7 жыл бұрын
+Joshua Glass i created that project again... Link to source added to Video Description ☺️