Posts Tagged ‘how-to’
- 07/26/10 : How to limit selections in a listbox control
- 09/06/10 : How to add unique items in a collection
- 06/21/11 : How to check whether duplicate exists in a given array
- 06/27/11 : Read XML
- 07/04/11 : Procedure which demonstrates the use of the .Seek method to locate a specific record in a recordset
- 07/26/11 : Sendkeys example
- 08/07/11 : How to Get current user Name (in three ways)
- 08/16/11 : How to call IE’s Internet Options from VB
- 08/16/11 : How to count the number of occurrences of a substring inside another string
- 08/20/11 : How to Convert from decimal to binary
- 09/04/11 : How to Start another program using Shell and wait until it finishes.
- 09/07/11 : How to create fancy oval forms
- 09/20/11 : How to Register/unRegister the DLL/OCX programmatically
- 09/24/11 : How to remove duplicates from list box (in two ways)
- 10/05/11 : How to cancel the user action when the user trying to close the application using task manager.
- 10/06/11 : How to find list box item
- 10/08/11 : How to select the content of text box when entering into it.
- 10/09/11 : How to make uppercase when entering the text in a text box
- 10/15/11 : How to show a popup menu
- 10/17/11 : How to check which option button is selected in a group of option buttons with one line of code
- 10/18/11 : How to remove controls at run time
- 10/20/11 : How to sum all the elements in an array
- 10/22/11 : How to sum all the elements in an two dimensional array
- 10/25/11 : How to remove all the items in a collection
- 10/26/11 : How to accept any number of arguments in a function