Posts Tagged ‘text’
- 07/22/11 : How to enable/disable submenus of Edit menu (Copy, Cut, Clear, Undo, and so on) based on text selection
- 07/31/11 : How to read text file contents for a given file (in four ways)
- 08/01/11 : How to write text in a given text file (in three ways)
- 08/01/11 : How to load a text file into list box for a given file name
- 08/03/11 : How to Read Line By Line & Retrieve Each Word From Text File
- 09/25/11 : How to filter invalid charaters for file name in Text box
- 09/28/11 : How to make propercase when entering the text in a text box
- 09/28/11 : How to make lowercase when entering the text in a text box
- 09/28/11 : How to count number of lines in a text file
- 10/02/11 : How to find last 120 lines in a text file
- 10/04/11 : How to Replace a string on first line of a text box.
- 10/05/11 : 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.
- 10/07/11 : How to clear the text in active control if the active form name is “frmCustomer”
- 10/08/11 : How to select the content of text box when entering into it.
- 10/08/11 : How to allow only number in a text box
- 10/09/11 : How to make uppercase when entering the text in a text box
- 10/09/11 : How to use validate event to check whether a text box is empty or not
- 10/10/11 : How to check whether inputed text in text box is within a specified range like 1-1000
- 10/14/11 : How to enable or disable the Cut, Copy and Paste menus in Edit menu if the text selected or not in a control.
- 10/16/11 : How to show custom popup menu in a text box
- 10/24/11 : How to Extract each and every word individually from a text file
- 10/28/11 : Search for a string on all text files in a directory
- 10/29/11 : How to clear all text from Clipboard
- 10/30/11 : How to set text into Clipboard
- 10/30/11 : How to get text from Clipboard