![]() |
|
[Source] SysClean & DragDrop - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: [Source] SysClean & DragDrop (/Thread-Source-SysClean-DragDrop) |
[Source] SysClean & DragDrop - Sapientia - 05-17-2013 The first source I'm sharing with you is called SysClean. You select a directory and an extension and it will list all files within that directory with the selected extension. You then can right click and delete the file from your computer. I have removed the EXE. Heres a picture: Spoiler:![]() The second source is a Drag & Drop application for pictures. I used this in my application 'Pastn' when it was still around so now I decided to release it. Pictures aren't needed. Click here to download! RE: [Source] SysClean & DragDrop - ねこまっしぐら - 05-17-2013 I don't get it. Could you elaborate more on what these programs do? RE: [Source] SysClean & DragDrop - Sapientia - 05-17-2013 With the first one, when you open it you select a directory and a file extension by clicking the buttons. Once you have selected them it will load every file from that directory with the selected extension in to a listbox to where you can delete them and its easier to see your files. The second one allows you to drag and drop a picture on to the form. It could be used for uploading pictures to websites. |