Posts Tagged ‘Controls’
- 11/16/11 : How to add filters to a CommonDialog control
- 11/17/11 : How to add and remove buttons from a scrolled button area
- 11/18/11 : How to Make a ComboBox’s dropdown area wide enough for its choices, allowing for ScaleMode
- 11/19/11 : How to Make a ComboBox’s dropdown area wide enough for its choices
- 11/20/11 : How to Copy array data into a FlexGrid control
- 11/21/11 : How to make a TextBox automatically capitalize input using the API
- 11/21/11 : How to Load a bitmap and save it as an icon
- 11/25/11 : How to Load ComboBox and ListBox controls from a database using ADO
- 11/29/11 : How to select all text with Ctrl+A in all TextBoxes in a form
- 11/29/11 : How to select all text with Ctrl+A in a text box
- 11/30/11 : How to Make a TextBox accept only digits using API
- 11/30/11 : How to disable builtin right click context menu in text box
- 11/30/11 : How to ignore Ctrl+V and Shift+Insert key in a text box.
- 12/01/11 : How to Make a TextBox allow only letters and numbers
- 12/01/11 : How to lowercase the text entered in text box using API
- 12/01/11 : How to uppercase the text entered in text box using API
- 12/06/11 : How to Clear all TextBoxes on the form
- 12/07/11 : How to control what type of alphanumeric character is entered into a text box at a particular postion in the text box.
- 12/08/11 : How to select or highlight the next item on the list box on button click
- 12/20/11 : How to sort a list of random numbers in List box at run time
- 12/27/11 : How to allow only number and only one occurence of decimal character in text box