Posts Tagged ‘box’
- 01/04/09 : How to Add all available fonts to a combo box control.
- 01/04/09 : How to load the values of a recordset in a combo box
- 01/04/09 : How to remove duplicates from list box (in two ways)
- 01/04/09 : How to filter invalid charaters for file name in Text box
- 01/04/09 : How to make propercase when entering the text in a text box
- 01/04/09 : How to make uppercase when entering the text in a text box
- 01/04/09 : How to make lowercase when entering the text in a text box
- 01/04/09 : How to Replace a string on first line of a text box.
- 01/04/09 : How to find list box item
- 01/04/09 : How to select the content of text box when entering into it.
- 01/04/09 : How to allow only number in a text box
- 01/04/09 : How to use validate event to check whether a text box is empty or not
- 01/04/09 : How to check whether inputed text in text box is within a specified range like 1-1000
- 01/04/09 : How to select all items in a list box
- 01/04/09 : How to select/remove picture in a picture box
- 01/04/09 : How to show custom popup menu in a text box
- 01/04/09 : How to stretch picture in a picture box
- 01/04/09 : How to call message box using MessageBox API
- 01/04/09 : How to select all text with Ctrl+A in a text box
- 01/04/09 : How to disable builtin right click context menu in text box
- 01/04/09 : How to ignore Ctrl+V and Shift+Insert key in a text box.
- 01/04/09 : How to lowercase the text entered in text box using API
- 01/04/09 : How to uppercase the text entered in text box using API
- 01/04/09 : How to control what type of alphanumeric character is entered into a text box at a particular postion in the text box.
- 01/04/09 : How to select or highlight the next item on the list box on button click