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:
Sorted List ImplementationIn C# You can implement Sortedlist and sort the values according to the key.using System;using System.Collections;Code:static void Main(string[] args)… Read More
Get System Boot Configuration using C#using System;using System.Management; Code:static void Main(string[] args){ WqlObjectQuery query = new WqlObjectQuery("SELECT * FROM Win32_BootCo… Read More
Hash Table Implementationusing System;using System.Collections; Code:static void Main(string[] args){ Create an object of hash table Hashtable myHash = new Hashtable… Read More
Detect the Encoding Type of given fileEncoding type : To add new Encoding we have to add new member in here,with the CodePage value as an value of the new encoding and have to modify FileH… Read More
Get Environment variables..Namespaces:using System;using System.Management;Code:static void Main(string[] args){ WqlObjectQuery query = new WqlObjectQuery("Select * from Wi… Read More
0 comments:
Post a Comment