DrivePirate (Coded by Unleashed) - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: DrivePirate (Coded by Unleashed) (/showthread.php?tid=19070) |
RE: DrivePirate (Coded by Unleashed) - KoBE - 05-29-2011 As always.. this looks good. Maybe in a future update you will add auto-usb detection? That way it automatically updates the listview after a usb is plugged in or taken out. Good work. RE: DrivePirate (Coded by Unleashed) - AceInfinity - 05-29-2011 ohh... lol you started the suggestion when I was just starting to write the code for that, that's going to be a feature soon lol. You just need to check the input type as removable media RE: DrivePirate (Coded by Unleashed) - BacklTrack - 05-29-2011 Don't you just love the .NET framework? Makes everything so much easier RE: DrivePirate (Coded by Unleashed) - AceInfinity - 05-29-2011 Yeah I suppose. Just to let everyone know too, I converted this project down from .NET framework 4 to .NET framework 3.5 so it should be compatible with most computers now. 3.5 is common. RE: DrivePirate (Coded by Unleashed) - AceInfinity - 05-29-2011 New Version Features: Save to textfile - creates a "Drive Data" folder within the same directory as the application with a text file containing the information from the list. If the file exists, it will create a filename with a different filenumber at the end. Automatic detect newly connected drives (USB, and other removable storage) Direct download: http://download833.mediafire.com/u049480yoaxg/k5r3p2100xssdem/DrivePirate.exe RE: DrivePirate (Coded by Unleashed) - davidmarker - 05-30-2011 It looks nice, and useful, I just have to ask this, but where did you get the icons from? xD. RE: DrivePirate (Coded by Unleashed) - AceInfinity - 05-30-2011 (05-30-2011, 12:04 PM)davidmarker Wrote: It looks nice, and useful, I just have to ask this, but where did you get the icons from? xD. Random searching on the net. I believe I used http://www.iconarchive.com/ for some. It's one of the many that I like to use. RE: DrivePirate (Coded by Unleashed) - Fragma - 05-30-2011 You're making me want to start coding again. RE: DrivePirate (Coded by Unleashed) - AceInfinity - 05-30-2011 (05-30-2011, 03:57 PM)Fragma Wrote: You're making me want to start coding again. That's good I like to inspire and help others out. I'm still working on this to see what else I can do, I was thinking about adding an encryption method to encrypt removable storage/media devices, and possibly folders, but that would take quite a bit of extra code. And If I could I could add my program as a windows shell extension to modify the actual windows right click menu/context menu for options to do so, but i'll have to put in quite a bit of work to get all of that in. RE: DrivePirate (Coded by Unleashed) - davidmarker - 05-30-2011 (05-30-2011, 03:20 PM)Unleashed Wrote: Random searching on the net. I believe I used http://www.iconarchive.com/ for some. It's one of the many that I like to use.Thanks! I will try searching the net aswell. |