Posts Tagged ‘form’
- 01/04/09 : How to Load an application’s form and Task Manager icons from a resource file
- 01/04/09 : How to Import SQL Server data into an Access database
- 01/04/09 : How to Load ComboBox and ListBox controls from a database using ADO
- 01/04/09 : How to select all text with Ctrl+A in all TextBoxes in a form
- 01/04/09 : How to Clear all TextBoxes on the form
- 01/04/09 : How to Return the number of records in the table.
- 01/04/09 : How to Minimize a form (from within the form)
- 01/04/09 : How to construct a Recordset of Contacts info from Outlook
- 01/04/09 : How to maximize the screen regardless of the resolution changes.
- 01/04/09 : How to Kills Html Tags
- 01/04/09 : How to Append a line to the end of a file
- 01/04/09 : How to Merge a number of source files into a destination file
- 01/04/09 : How to add contents of text file to a list box
- 01/04/09 : How to keep your form always on bottom
- 01/04/09 : How to Search & delete a string in text File
- 01/04/09 : How to search for a string in a text file if found, display that line to the user.
- 01/04/09 : How to create form and controls dynamically
- 01/04/09 : How to Move image with the mouse in a form
- 01/04/09 : How to remove a value from a Registry Key
- 01/04/09 : How to create a email link in your form
- 01/04/09 : How to find out what column cursor is in RTF?
- 01/04/09 : How to Create a Menu completely at Runtime
- 01/04/09 : How to get IP address from http://www.myipaddress.com/ (in two ways)
- 01/04/09 : How to get last day of the month
- 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)