Posts Tagged ‘System & API’
- 01/04/09 : How to return the amount of free memory in windows.
- 01/04/09 : How to Register/unRegister the DLL/OCX programmatically
- 01/04/09 : How to make a simple Password protection for all.
- 01/04/09 : How to detect if a computer has a sound card that plays Wave Audio.
- 01/04/09 : How to return the number of CPUs in the system.
- 01/04/09 : How to list down all necessary Drive information
- 01/04/09 : How to Launch given folder (not explorer; just open)
- 01/04/09 : How to create a trial version for our project?
- 01/04/09 : How to open programs using the Shell function.
- 01/04/09 : How to allow timer function without timer control
- 01/04/09 : How can I show Page setup dialog
- 01/04/09 : How to check the window state of an external application
- 01/04/09 : How to determine whether there’s another (compiled) instance of the application running in the system
- 01/04/09 : How to clear all text from Clipboard
- 01/04/09 : How to set text into Clipboard
- 01/04/09 : How to get text from Clipboard
- 01/04/09 : How to check whether the format of text in Clipboard is RTF format.
- 01/04/09 : How to get list of all available printers with its driver name
- 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 terminate an application