Posts Tagged ‘Controls’
- 01/05/09 : How to Count the Number of lines in a Text Box
- 01/05/09 : How to Ignore Specific Characters in TextBox
- 01/05/09 : How to Register/Unregister ActiveX Controls using Regsvr32.exe
- 01/05/09 : AutoComplete Combo box
- 01/05/09 : How to Disallow numeric input in Text box
- 01/05/09 : How to assign image from imagelist control to another control at runtime
- 01/05/09 : How to Dynamically create controls at runtime using Controls.Add and place them in a scrolled window
- 01/05/09 : How to make a TextBox automatically capitalize input
- 01/05/09 : How to Make a Text Box Resizeable
- 01/05/09 : How to Sort Numbered Items In List Box/Combo Box
- 01/05/09 : How to Center align a Control on form
- 01/05/09 : How to Set the Visible page of a Mult-Tabbed Form
- 01/05/09 : How to convert textbox content to uppercase
- 01/05/09 : How to enter text in MSFlex Grid control without using text box.
- 01/05/09 : How to show/hide the cursor/caret in a text box
- 01/05/09 : How to move up and down in a file listbox using two buttons?
- 08/21/09 : How to center a picture in Picture box Control
- 06/29/11 : Duplicate Listview Item Remover
- 07/13/11 : How to Display Rotated text in Picture Box
- 07/17/11 : How to edit an MSFlexgrid
- 07/17/11 : How to Enable or disable the Text1 control when the user clicks on the Check1 CheckBox control.
- 07/18/11 : How To select the entire contents of a TextBox control.
- 07/19/11 : How to Prevent the user from entering invalid keys in a text box.
- 07/19/11 : How to allow users to increase and decrease the value using Up and Down arrow keys in a text box
- 07/20/11 : Validate Event Example