Posts Tagged ‘text’
- 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 filter invalid charaters for file name in Text box
- 01/04/09 : How to make propercase when entering the text in a text box
- 01/04/09 : How to make uppercase when entering the text in a text box
- 01/04/09 : How to make lowercase when entering the text in a text box
- 01/04/09 : How to count number of lines in a text file
- 01/04/09 : How to Extract each and every word individually from a text file
- 01/04/09 : How to find last 120 lines in a text file
- 01/04/09 : How to Replace a string on first line of a text box.
- 01/04/09 : How to clear the text in active control if the active form name is “frmCustomer”
- 01/04/09 : How to select the content of text box when entering into it.
- 01/04/09 : How to allow only number in a text box
- 01/04/09 : How to use validate event to check whether a text box is empty or not
- 01/04/09 : How to check whether inputed text in text box is within a specified range like 1-1000
- 01/04/09 : How to enable or disable the Cut, Copy and Paste menus in Edit menu if the text selected or not in a control.
- 01/04/09 : How to show custom popup menu in a text box
- 01/04/09 : Search for a string on all text files in a directory
- 01/04/09 : How to clear all text from Clipboard
- 01/04/09 : How to set text into Clipboard
- 01/04/09 : How to get text from Clipboard
- 01/04/09 : How to check whether the format of text in Clipboard is RTF format.
- 01/04/09 : How to select all text with Ctrl+A in all TextBoxes in a form
- 01/04/09 : How to select all text with Ctrl+A in a text box
- 01/04/09 : How to disable builtin right click context menu in text box
- 01/04/09 : How to ignore Ctrl+V and Shift+Insert key in a text box.