Controls Category Posts
- 01/04/09 : How to Use Open, Save dialog boxes of common dialog control. Notify user if a file already exists.
- 01/04/09 : How to add nodes to a Treeview at runtime
- 01/04/09 : How to use Image control to behave like a progress bar
- 01/04/09 : How to Display keyboard key pressed — including system keys
- 01/04/09 : How to return an array with all the selected items in a ListBox
- 01/04/09 : How to format the number as Credit Card number format @@@@ @@@@ @@@@ @@@@
- 01/04/09 : How to format the number as Phone number format @@@-@@@@ or @@@-@@@-@@@@
- 01/04/09 : How to clear all control’s values in a form
- 01/04/09 : How to create/remove a control in runtime
- 01/04/09 : How to Load any image in Picture box control
- 01/04/09 : Various ways to add/remove items into list box control
- 01/04/09 : How to Auto tabbing fields
- 01/04/09 : How to Validate a text box using Like operator
- 01/04/09 : Validate Event Example
- 01/04/09 : How to allow users to increase and decrease the value using Up and Down arrow keys in a text box
- 01/04/09 : How to Prevent the user from entering invalid keys in a text box.
- 01/04/09 : How To select the entire contents of a TextBox control.
- 01/04/09 : How to Enable or disable the Text1 control when the user clicks on the Check1 CheckBox control.
- 01/04/09 : How to edit an MSFlexgrid
- 01/04/09 : How to enable the user to drag and drop items between two list boxes
- 01/04/09 : 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.
- 01/04/09 : How to Display Rotated text in Picture Box
- 01/04/09 : Duplicate Listview Item Remover