Subscribe:

Ads 468x60px

Pages

Saturday, April 16, 2011

Make Your Coding Easier with This Collection of VB6 Controls

Commonly used controls with auto-highlighted, auto sendkeys "{TAB}", auto-formatted feature WITHOUT CODING.

1. TTextBox
a. Auto-highlighted when got focus.
b. Auto sendkey "{TAB}" if press Enter.
c. Character Casing: Normal, Upper, Lower.
d. Multiline: can set maximum lines.
PropertiesBackColorGotFocusBackColorDisabledForeColorGotFocusForeColorDisabled, CharacterCasing, MaxCRLF, MultiLine, SelectTextOnFocus, SendTabOnKeyEnter

2. TCurBox
a. Auto-formatted into currency format when lost focus.
b. Auto-highlighted when got focus.
c. Auto sendkey "{TAB}" if press Enter.
Properties: BackColorGotFocus, BackColorDisabled, ForeColorGotFocus, ForeColorDisabled, FormatString, SelectTextOnFocus, SendTabOnKeyEnter, Value

3. TCurLabel
a. Display number in currency format when set the Value.
b. Return number (var type: currency) when we read the Value.
Properties: BackColorDisabledForeColorDisabled, FormatString, Value

4. TDatePicker
a. Auto-highlighted when got focus.
b. Auto sendkey "{TAB}" if press Enter.
Properties: BackColorGotFocusBackColorDisabledForeColorGotFocusForeColorDisabled, FormatDate, SendTabOnKeyEnter, Value

5. TTimePicker
a. Auto-highlighted when got focus.
b. Auto sendkey "{TAB}" if press Enter.
Properties: BackColorGotFocusBackColorDisabledForeColorGotFocusForeColorDisabledSendTabOnKeyEnter, Value

6. TScrollLabel
Properties: Delay, Direction, DirectionHorizontal, DirectionHorizontal_Alignment, DirectionVertical, DirectionVertical_Alignment, OffsetX, OffsetY




Download TurboOCX.ocx

1 komentar:

Kalim said...

Very Useful, Assalamualaykum Juned Bhai...

Post a Comment