Archive for January, 2009
- 01/04/09 : How to Load a bitmap and save it as an icon
- 01/04/09 : How to Bind TextBoxes to an ADO Recordset at run time
- 01/04/09 : How to use ADO to create a database table
- 01/04/09 : How to use ADO to load data into a FlexGrid control
- 01/04/09 : How to Import SQL Server data into an Access database
- 01/04/09 : How to Use ADO to insert records into a database
- 01/04/09 : How to use a INSERT INTO statement in ADO to copy data from one table into two existing tables
- 01/04/09 : How to use ADO to insert records into a database when fields contain quotes
- 01/04/09 : How to Use ADO to list the tables and fields in a database
- 01/04/09 : How to Use ADO’s GetRows method to quickly load data into an array
- 01/04/09 : How to Load ComboBox and ListBox controls from a database using ADO
- 01/04/09 : How to Load and sort a CSV file by using ADO
- 01/04/09 : How to Use ADO to make a database table with default column values
- 01/04/09 : How to Open an Oracle database using ADO
- 01/04/09 : How to Use ADO to page through records 10 at a time
- 01/04/09 : How to Use ADO to populate a ListBox with data values
- 01/04/09 : How to Use ADO to get data from a read-only Access database
- 01/04/09 : How to Use ADO to list database tables and their records in a TreeView
- 01/04/09 : How to Open a password-protected Access database with ADO
- 01/04/09 : How to select all text with Ctrl+A in all TextBoxes in a form
- 01/04/09 : How to select all text with Ctrl+A in a text box
- 01/04/09 : How to Make a TextBox accept only digits using API
- 01/04/09 : How to disable builtin right click context menu in text box
- 01/04/09 : How to ignore Ctrl+V and Shift+Insert key in a text box.
- 01/04/09 : How to Make a TextBox allow only letters and numbers