Posts Tagged ‘code’
- 01/04/09 : How to check if a given string starts with a given substring
- 01/04/09 : How to return everything before ‘string2′ in ‘string1′
- 01/04/09 : How to trim characters from the Beginning of a string
- 01/04/09 : How to trim characters from the End of a string
- 01/04/09 : How to remove Duplicate characters from a string
- 01/04/09 : How to Strip Alphabets from a string
- 01/04/09 : How to Add a backslash if the string doesn’t have one already (in Two ways)
- 01/04/09 : How to remove backslash from the directory
- 01/04/09 : How to return the drive type
- 01/04/09 : How to returns the Nth token in a string. Ex: GetWord(“This is a test.”, ” “, 2) = “is”
- 01/04/09 : How to show File Open dialog without using Common Dialog Control
- 01/04/09 : How to Pause the application without using Sleep
- 01/04/09 : How to Retreive the Source code of a web page
- 01/04/09 : How to Open & Close CD Rom
- 01/04/09 : VB 6 equivalent functions to .Net’s Floor & Ceiling functions
- 01/05/09 : How to show Accessability Properties (Mouse)
- 01/05/09 : How to show Accessability Properties (General)
- 01/05/09 : How to show Add/Remove Programs Properties (Windows Setup)
- 01/05/09 : How to find out what row the user right clicked on an MSHFlex Grid
- 01/05/09 : How to Launch the file Property Dialog
- 01/05/09 : How to find the number of files in the Directory
- 01/05/09 : How to check which Drive is CD Drive
- 01/05/09 : How to List the all file names of a Zip file
- 01/05/09 : How to Check whether the given Path is Writeable
- 01/05/09 : How to Make your own Custom Title Bar