Posts Tagged ‘microsoft visual basic application’
- 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
- 01/04/09 : How to Get The Desktop Path
- 01/04/09 : How to Display the Cursor’s coordinates of a Rich Text Box
- 01/05/09 : How to make all opened Internet Explorer windows to Full screen mode
- 01/05/09 : How to add item to a multi-column Listbox (in two ways)
- 01/05/09 : How to restrict the user not to move the Form
- 01/05/09 : How to use the Enter key act like TAB key while handling text boxes
- 01/05/09 : How to Set Mouse Cursor position
- 01/05/09 : How to Spin a Picture
- 01/05/09 : How to play sound
- 01/05/09 : How to List all Tables from an Access Database
- 07/02/11 : 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.
- 07/20/11 : Validate Event Example