Posts Tagged ‘help’
- 01/04/09 : How to create fancy oval forms
- 01/04/09 : How to add nodes to a Treeview at runtime
- 01/04/09 : How to Recursive Search for Folders (single drive)
- 01/04/09 : How to make Sentence Case
- 01/04/09 : How to delete a string in another comma delimited string
- 01/04/09 : How to make propercase when entering the text in a text box
- 01/04/09 : How to find the File Length of the given file
- 01/04/09 : How to allow only number in a text box
- 01/04/09 : How to select/remove picture in a picture box
- 01/04/09 : How to copy an image from one PictureBox control to another
- 01/04/09 : How to remove controls at run time
- 01/04/09 : How to find the receprocal of a given number
- 01/04/09 : How to count the number of spaces in a string
- 01/04/09 : How to find out the number of items in the collection
- 01/04/09 : How to accept any number of arguments in a function
- 01/04/09 : How to Remove all numeric characters from a string
- 01/04/09 : How to Display an image on the current form, zooming it by a factor of 4 along the X-axis, and 8 along the Y-axis.
- 01/04/09 : How to call message box using MessageBox API
- 01/04/09 : How to Open Start Menu using VB Code
- 01/04/09 : How to Brighten or darken a picture
- 01/04/09 : How to make a TextBox automatically capitalize input using the API
- 01/04/09 : How to Bind TextBoxes to an ADO Recordset at run time
- 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 get data from a read-only Access database
- 01/04/09 : How to lowercase the text entered in text box using API