Posts Tagged ‘activex’
- 01/04/09 : How to make a bouncing ball type effect
- 01/04/09 : How to create an OLE DB connection to Northwind SQL Server database.
- 01/04/09 : How to filter invalid charaters for file name in Text box
- 01/04/09 : How to find last 120 lines in a text file
- 01/04/09 : How to sum all the elements in an array
- 01/04/09 : How to sum all the elements in an two dimensional array
- 01/04/09 : How to check whether the format of text in Clipboard is RTF format.
- 01/04/09 : How to Save an image to a disk file which is stored in imagelist control at runtime
- 01/04/09 : Obtaining Clipboard Data using API (Can be used in VBA since there is no Clipboard Object in VBA)
- 01/04/09 : How to copy data from an Access database into an Excel workbook using a Recordset
- 01/04/09 : How to find Windows NT registered user and organization
- 01/04/09 : How to Convert Hexadecimal to Decimal
- 01/04/09 : How to use Like() function
- 01/04/09 : How to sort a list of random numbers in List box at run time
- 01/04/09 : How to draw AngleArc
- 01/04/09 : How to Count Number Of day In a month
- 01/04/09 : How to Display networked computers in a list box
- 01/04/09 : How to Extract only numbers from a given string
- 01/04/09 : How to Print a Text document
- 01/04/09 : How to Show/Hide all Desktop Icons
- 01/04/09 : How do we close a program forcefully without going through then Unload Procedure? (in two ways)
- 01/04/09 : How to load a picture in picture box by selecting the picture using Common dialog control.
- 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)
- 01/04/09 : How to count number of files in a given directory (in two ways)
- 01/04/09 : How to return everything after ‘string2′ in ‘string1′