Posts Tagged ‘microsoft visual basic application’
- 01/04/09 : How to retrieve the size of a form from the registry so that the form size persists each time the application is loaded Uses GetSetting registry function.
- 01/04/09 : Validate Event Example
- 01/04/09 : How to use more than one condition in Select case statement
- 01/04/09 : How to add a command line argument quickly through the IDE?
- 01/04/09 : How to sort an array
- 01/04/09 : How to replace a line for particular line number
- 01/04/09 : How to check the window state of an external application
- 01/04/09 : How to use Timer without using timer control
- 01/04/09 : How to enable/disable the frame if checkbox is selected/deselected
- 01/04/09 : How to resize an array without losing its contents
- 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 Minimize a form (from within the form)
- 01/04/09 : How to bring our Window to the foreground
- 01/04/09 : How to Change the desktop wallpaper
- 01/04/09 : How to pass the DOS commands directly and output the results to a file.
- 01/04/09 : How to create an excel file without using Microsoft Excel
- 01/04/09 : How to Open New URL on Current opened Browser
- 01/04/09 : How to strip out leading and trailing characters (Extended Trim)
- 01/04/09 : How to print a text file with its default printer
- 01/04/09 : How to get free disk space of C drive (in two ways)
- 01/04/09 : How to Strip/Remove Text from a given String
- 01/04/09 : How to convert String to Hex
- 01/04/09 : How to LogOff/Restart/Shutdown the system (in two ways)
- 01/04/09 : How to check whether given number is a Prime Number