Posts Tagged ‘file’
- 01/04/09 : How to get the file name without its extension and path
- 01/04/09 : How to Save an image to a disk file which is stored in imagelist control at runtime
- 01/04/09 : How to Load an application’s form and Task Manager icons from a resource file
- 01/04/09 : How to Load and sort a CSV file by using ADO
- 01/04/09 : How to Simulate Alt-PrintScrn to save a form’s image into a bitmap file
- 01/04/09 : How to build a formatted XML file by using a DOMDocument
- 01/04/09 : How to Check file exists (in Six ways)
- 01/04/09 : How to remove illegal characters from file name
- 01/04/09 : How to Open Text File with Notepad
- 01/04/09 : How to open a new window of Internet Explorer and browse to a specific file
- 01/04/09 : How to hide a file
- 01/04/09 : How to Associate a file extension with an executable
- 01/04/09 : How to Clear the contents of a file
- 01/04/09 : How to check a given string contained within a given file?
- 01/04/09 : How to Delete a specific line from a file (note: first line = line number 0)
- 01/04/09 : How to Return a specific line number from a file (note: first line = line number 0)
- 01/04/09 : How to Append a line to the end of a file
- 01/04/09 : How to Insert a line of text in a file
- 01/04/09 : How to Insert a string of text in a file
- 01/04/09 : How to Return the contents of a file
- 01/04/09 : How to Return the path of a given full path to a file
- 01/04/09 : How to Return the filename of a given full path to a file
- 01/04/09 : How to Merge a number of source files into a destination file
- 01/04/09 : How to Return a specific line number from a file (note: first line = line number 0) – a neater version.
- 01/04/09 : How to add contents of text file to a list box