Thursday, February 10, 2011

How To view clipboard data

How To View & Manage Clipboard In Windows 7 & Vista. When you copy or cut or move data, it is held temporarily in an invisible portion of memory. This is called as the...

How To Install and Configure FTP Server in Amazon EC2 instance

 Install and Configure FTP Server in Amazon EC2 instance For many users, running FTP Sever in Amazon EC2 instance is headache at the first time. You need to experiment before being able to transfer data. The main problems are Ingress firewall in Amazon environment and NAT traversal. Here I’m using vsftp (vsfptd) Server, which is one of the most...

How to Show color in font dialog c#

Type: System.Boolean true if the dialog box displays the color choice; otherwise, false. The default value is false. Examples The following code example uses ShowDialog to...