Posts Tagged ‘program’
- 01/04/09 : How to return the number of CPUs in the system.
- 01/04/09 : How to Use Open, Save dialog boxes of common dialog control. Notify user if a file already exists.
- 01/04/09 : How to Extract each and every word individually from a text file
- 01/04/09 : How to count the number of spaces in a string
- 01/04/09 : How to insert an item in an array
- 01/04/09 : How to get list of all available printers with its driver name
- 01/04/09 : How to sort data and remove duplicates.
- 01/04/09 : How to Navigate to an URL with the default browser
- 01/04/09 : How to make a TextBox automatically capitalize input using the API
- 01/04/09 : How to Use ADO to insert records into a database
- 01/04/09 : How to Use ADO to list the tables and fields in a database
- 01/04/09 : How to Use ADO to make a database table with default column values
- 01/04/09 : How to Make a TextBox allow only letters and numbers
- 01/04/09 : How to Check file exists (in Six ways)
- 01/04/09 : How to clear Start Menu -> Run MRU list
- 01/04/09 : How to find the first number with thousand separator in a string
- 01/04/09 : How to hide a file
- 01/04/09 : How to show Windows Control Panel
- 01/04/09 : How to pass the DOS commands directly and output the results to a file.
- 01/04/09 : How to hide contents Of Selected Drives
- 01/04/09 : How to Redirect output from console program to textbox
- 01/04/09 : How to Extract the Text between Two Strings in a Text file
- 01/04/09 : How do we close a program forcefully without going through then Unload Procedure? (in two ways)
- 01/04/09 : How to insert a tiled picture inside a frame
- 01/04/09 : How to round off to the nearest 10 but not least, for example a) 10 would stay as 10 b) 11 would be 20 c) 3 would be 10 d) 22 would be 30 (in two ways)