Posts Tagged ‘API’
- 01/04/09 : How to search a List Box for a specific piece of text using the SendMessage API. The text is highlighted as the user types in a textbox.
- 01/04/09 : How to Play MPEG-files in VB 6.
- 01/04/09 : How to Add all available fonts to a combo box control.
- 01/04/09 : How to find the difference between two “times” on the same day or on two different days…
- 01/04/09 : How can I show Page setup dialog
- 01/04/09 : How to delete a string in another comma delimited string
- 01/04/09 : How to make uppercase when entering the text in a text box
- 01/04/09 : How to find last 120 lines in a text file
- 01/04/09 : How to find list box item
- 01/04/09 : How to select/remove picture in a picture box
- 01/04/09 : How to design a digital clock
- 01/04/09 : How to change the background color of each of your TextBox controls to yellow when it receives the input focus and restore its background color to white when the user clicks on another field
- 01/04/09 : How to check which option button is selected in a group of option buttons with one line of code
- 01/04/09 : How to clear the contents of all the items in an array of TextBox controls
- 01/04/09 : How to delete an item in an array
- 01/04/09 : How to remove all the items in a collection
- 01/04/09 : How to list all sub directories in a given directory
- 01/04/09 : How to List all the DLL files in the C:\WINDOWS\SYSTEM directory.
- 01/04/09 : How to find Square of a given number
- 01/04/09 : How to Remove all numeric characters from a string
- 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 add filters to a CommonDialog control
- 01/04/09 : How to Set an application’s Task Manager icon
- 01/04/09 : How to make a TextBox automatically capitalize input using the API