http://www.codeproject.com/KB/shell/recyclebin.aspx
How to make Recycle - Bin in .net using C#
Visit this article and make your recycle bin
http://www.codeproject.com/KB/shell/recyclebin.aspx
http://www.codeproject.com/KB/shell/recyclebin.aspx
Related Posts:
How to get the file size like windows file property control ?//Create an object of FileInfo like :- FileInfo fileObject = new FileInfo(selectedFilename);Int64 fileSize = 0;float sizeOfFile = 0fileSize = fileObje… Read More
Tech-Giant(Jargons.. for Professionals): How to take Screenshot of panel,control and save it in a JPG format ?Tech-Giant(Jargons.. for Professionals): How to take Screenshot of panel,control and save it in a JPG format ?… Read More
Lambda Expressions in C#Lambda expressions makes the searching life much easier.Have a look on this example :-public class TestLambdaProgram{ public static void Main( strin… Read More
Order of Event firing in ASP.NetEvent firing order becomes critically important when you add event handling code to master pages and the content forms based on them. The following ev… Read More
How to take Screenshot of panel,control and save it in a JPG format ?You can create a bitmap of screen and then save it give the stream or fileName and then dispose the object of screenshot.Bitmap theScreenShot = new Bi… Read More
0 comments:
Post a Comment