Posts Tagged ‘API’
- 01/05/09 : How to make a TextBox automatically capitalize input
- 01/05/09 : How to Strip out extra tabs, CrLf and multiple spaces
- 01/05/09 : Search & Delete the Line for Given Search String in a text file
- 01/05/09 : How to get Temp Path
- 01/05/09 : How to show System Properties
- 01/05/09 : How to Get Machine IP Address
- 01/05/09 : How to Set the Visible page of a Mult-Tabbed Form
- 01/05/09 : How to show/hide the cursor/caret in a text box
- 07/07/10 : How to add Horizontal ScrollBar to list box control using API
- 07/09/11 : How to create a popup menu
- 07/25/11 : Common Dialog option through API
- 07/25/11 : How to use Dir$ function to get filenames and display in a list box or something.
- 08/20/11 : How to sort an array
- 08/25/11 : How to determine if a number is even or odd (True for Odd; False for Even) (in three ways)
- 09/05/11 : How to generate a random number, in between two given values.
- 09/11/11 : How to Add all available fonts to a combo box control.
- 09/12/11 : How to find the difference between two “times” on the same day or on two different days…
- 09/25/11 : How can I show Page setup dialog
- 09/27/11 : How to delete a string in another comma delimited string
- 10/02/11 : How to find last 120 lines in a text file
- 10/05/11 : 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.
- 10/06/11 : How to find list box item
- 10/09/11 : How to make uppercase when entering the text in a text box
- 10/11/11 : How to select/remove picture in a picture box
- 10/13/11 : How to design a digital clock