Posts Tagged ‘box’
- 11/09/11 : How to call message box using MessageBox API
- 11/29/11 : How to select all text with Ctrl+A in a text box
- 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 lowercase the text entered in text box using API
- 12/01/11 : How to uppercase the text entered in text box using API
- 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
- 01/04/12 : How to add contents of text file to a list box
- 01/07/12 : How to Display networked computers in a list box
- 01/21/12 : How to copy/cut the content of the text box to the clipboard
- 01/23/12 : How to Search for a word in a Text box.
- 01/23/12 : How to Link a text box to a list box? So, as you type, it highlights any matching entries
- 01/24/12 : How do I find the number of characters in a text box?
- 01/25/12 : How to center the Text in a picture box?
- 01/26/12 : How to draw a horizontal and vertical line in a picture box?
- 01/27/12 : How to color the words in Rich Text box automatically like VB Editor?
- 01/27/12 : How to load a picture in picture box by selecting the picture using Common dialog control.
- 02/01/12 : How to display a message in two lines in MSG Box.