Controls Category Posts
- 01/04/09 : How to Make a TextBox allow only letters and numbers
- 01/04/09 : How to ignore Ctrl+V and Shift+Insert key in a text box.
- 01/04/09 : How to disable builtin right click context menu in text box
- 01/04/09 : How to Make a TextBox accept only digits using API
- 01/04/09 : How to select all text with Ctrl+A in a text box
- 01/04/09 : How to select all text with Ctrl+A in all TextBoxes in a form
- 01/04/09 : How to Load a bitmap and save it as an icon
- 01/04/09 : How to make a TextBox automatically capitalize input using the API
- 01/04/09 : How to Copy array data into a FlexGrid control
- 01/04/09 : How to Make a ComboBox’s dropdown area wide enough for its choices
- 01/04/09 : How to Make a ComboBox’s dropdown area wide enough for its choices, allowing for ScaleMode
- 01/04/09 : How to add and remove buttons from a scrolled button area
- 01/04/09 : How to add filters to a CommonDialog control
- 01/04/09 : How to Create composite images using imagelist control
- 01/04/09 : How to Create transparent images using imagelist control
- 01/04/09 : How to set an image which is stored in imagelist as form’s mouse icon
- 01/04/09 : How to Display an image on the current form, zooming it by a factor of 4 along the X-axis, and 8 along the Y-axis.
- 01/04/09 : How to Save an image to a disk file which is stored in imagelist control at runtime
- 01/04/09 : How to remove all images from imagelist control at runtime
- 01/04/09 : How to remove images from imagelist control at runtime
- 01/04/09 : How to add images to imagelist control at runtime
- 01/04/09 : How to stretch picture in a picture box
- 01/04/09 : How to clear the contents of all the items in an array of TextBox controls
- 01/04/09 : How to remove controls at run time
- 01/04/09 : How to create controls at run time