Archive for January, 2009
- 01/04/09 : How to remove all the items in a collection
- 01/04/09 : How to replace an item in a collection
- 01/04/09 : How to accept any number of arguments in a function
- 01/04/09 : How to remove directory (in Four ways)
- 01/04/09 : How to rename a directory
- 01/04/09 : How to list all sub directories in a given directory
- 01/04/09 : How to get the list of all the ready drives in the system and their capacities
- 01/04/09 : How to List all the DLL files in the C:\WINDOWS\SYSTEM directory.
- 01/04/09 : Search for a string on all text files in a directory
- 01/04/09 : How to determine whether there’s another (compiled) instance of the application running in the system
- 01/04/09 : How to clear all text from Clipboard
- 01/04/09 : How to set text into Clipboard
- 01/04/09 : How to get text from Clipboard
- 01/04/09 : How to check whether the format of text in Clipboard is RTF format.
- 01/04/09 : How to get list of all available printers with its driver name
- 01/04/09 : How to find Square of a given number
- 01/04/09 : How to find Square root of a given number
- 01/04/09 : How to Remove all numeric characters from a string
- 01/04/09 : How to sort data and remove duplicates.
- 01/04/09 : How to stretch picture in a picture box
- 01/04/09 : How to get the file name without its extension and path
- 01/04/09 : Compare two strings (case insensitive)
- 01/04/09 : How to add images to imagelist control at runtime
- 01/04/09 : How to remove images from imagelist control at runtime
- 01/04/09 : How to remove all images from imagelist control at runtime