Posts Tagged ‘examples’
- 08/16/11 : How to call IE’s Internet Options from VB
- 08/18/11 : How to replace only the LAST occurrence of a substring.
- 08/18/11 : How to format the number as Phone number format @@@-@@@@ or @@@-@@@-@@@@
- 08/22/11 : How to Determine file size in bytes
- 09/08/11 : How to print Data Base Records from your VB Application Or Even from Data present in MSFlexgrid Control.
- 09/16/11 : How to Launch given folder (not explorer; just open)
- 09/18/11 : How to open programs using the Shell function.
- 09/20/11 : How to Register/unRegister the DLL/OCX programmatically
- 09/23/11 : Class to handle errors in vb with loggin option to log the errors at a specific location
- 09/24/11 : How to remove duplicates from list box (in two ways)
- 09/29/11 : How to use Timer without using timer control
- 09/30/11 : How to set attributes to the files
- 09/30/11 : How to Move the files
- 10/11/11 : How to load a picture in command button
- 10/13/11 : How to design a digital clock
- 10/15/11 : How to show a popup menu when the key beside the Windows key on the right side of a typical extended keyboard is pressed.
- 10/16/11 : How to show custom popup menu in a text box
- 10/18/11 : How to remove controls at run time
- 10/18/11 : How to clear the contents of all the items in an array of TextBox controls
- 10/20/11 : How to evaluate the total number of elements in a two dimensional array
- 10/21/11 : How to find out the number of dimensions of the given array
- 10/24/11 : How to check whether an item exists in a collection
- 10/27/11 : How to rename a directory
- 10/28/11 : How to List all the DLL files in the C:\WINDOWS\SYSTEM directory.
- 11/04/11 : Compare two strings (case insensitive)