Extended TextBox Control
Category:
Forms and ControlsType:
ApplicationsDifficulty:
IntermediateAuthor:
sreekumarVersion Compatibility: Visual Basic 6, Visual Basic 5
More information:
This is an extended version of the standard Textbox control in VB
Special Functionality of this will include setting the:
- Data Type (Numeric,AlphaNumeric,AlphabetsOnly,NumericNoDecimal)
- DataFormat (Give a valid number format as used in VB)
- FormatRequired (Boolean) Set this property to activate dataformat
- Decimal Precision(Provide this value to enable th euser to enter the mentioned number of deimal places)
- LetterCase-Use this property to set the alphabet case of the text entered in the control.
- Can be used to provide minimum an maximum value range for the control.Use Minvalue,maxValue and this should be used along with LimitRequired property.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download extendedtextbox.zip