Archive for January, 2009
- 01/04/09 : How to remove all images from imagelist control at runtime
- 01/04/09 : How to Save an image to a disk file which is stored in imagelist control at runtime
- 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 set an image which is stored in imagelist as form’s mouse icon
- 01/04/09 : How to Create transparent images using imagelist control
- 01/04/09 : How to Create composite images using imagelist control
- 01/04/09 : How to add a Document name to the Recent Documents list (under Start Button)
- 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 call message box using MessageBox API
- 01/04/09 : How to Open Start Menu using VB Code
- 01/04/09 : How to Startup your application with Windows
- 01/04/09 : How to retrieve the full long path name from short path (MS Dos format)
- 01/04/09 : How to Navigate to an URL with the default browser
- 01/04/09 : Convert seconds to hours and minitues and seconds format
- 01/04/09 : How to terminate an application
- 01/04/09 : How to convert HTML code to Txt
- 01/04/09 : How to handle Size & Position of Console Application with Windows Application in VB6
- 01/04/09 : How to change the permission settings for a folder in Windows OS
- 01/04/09 : How to get the CapsLock state whether it is on or off
- 01/04/09 : How to create and invoke a stored procedure in an Access database in Visual Basic 6.
- 01/04/09 : How to Copy data from an Access database into an Excel spreadsheet
- 01/04/09 : How to copy data from an Access database into an Excel workbook using a Recordset
- 01/04/09 : How to Copy data from an Access database into an Excel spreadsheet using a SQL SELECT statement
- 01/04/09 : How to Execute an ad hoc query using ADO and display the results in a grid
- 01/04/09 : How to add filters to a CommonDialog control