Posts Tagged ‘text’
- 10/31/11 : How to check whether the format of text in Clipboard is RTF format.
- 11/29/11 : How to select all text with Ctrl+A in all TextBoxes in a form
- 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/04/11 : How to Convert text into the Currency data type
- 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/14/11 : How to Open Text File with Notepad
- 12/27/11 : How to allow only number and only one occurence of decimal character in text box
- 12/28/11 : How to add text to Microsoft Word documents from VB
- 12/28/11 : How to merge two text files
- 01/01/12 : How to Insert a line of text in a file
- 01/01/12 : How to Insert a string of text in a file
- 01/04/12 : How to add contents of text file to a list box
- 01/10/12 : How would I remove the text between two given strings
- 01/11/12 : How to Search & Replace the Line for Given Search String in a text file
- 01/13/12 : How to Extract the Text between Two Strings in a Text file
- 01/16/12 : How to Search & delete a string in text File
- 01/16/12 : How to Print a Text document
- 01/17/12 : How to search for a string in a text file if found, display that line to the user.
- 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