Page 106 of 106 FirstFirst ... 65696103104105106
Results 4,201 to 4,202 of 4202

Thread: CommonControls (Replacement of the MS common controls)

  1. #4201
    Addicted Member
    Join Date
    Oct 2014
    Posts
    129

    Re: CommonControls (Replacement of the MS common controls)

    Hello Krool !
    Hello! Thank you for providing the great VBCCR series controls. I have been using your controls for many years while developing software for clients. These controls are very convenient to use. I really appreciate your help, thank you so much!

    Here is some feedback: The 'StatusBar' control, 'Public Enum SbrPanelStyleConstants' and 'Public Enum SbrPanelDTFormatConstants' are inconsistent between 'ComCtlsDemo' and 'VBCCR18', with the specific situation as follows:
    Code:
    ComCtlsDemo.StatusBar
    
    Public Enum SbrPanelStyleConstants
    SbrPanelStyleText = 0
    SbrPanelStyleCaps = 1
    SbrPanelStyleNum = 2
    SbrPanelStyleIns = 3
    SbrPanelStyleScrl = 4
    SbrPanelStyleTime = 5
    SbrPanelStyleDate = 6
    SbrPanelStyleKana = 7
    SbrPanelStyleHangul = 8
    SbrPanelStyleJunja = 9
    SbrPanelStyleFinal = 10
    SbrPanelStyleKanji = 11
    SbrPanelStyleHanja = 12
    SbrPanelStyleDateTime = 13
    End Enum
    
    
    VBCCR18.StatusBar
    
    Public Enum SbrPanelStyleConstants
    SbrPanelStyleText = 0
    SbrPanelStyleCaps = 1
    SbrPanelStyleNum = 2
    SbrPanelStyleIns = 3
    SbrPanelStyleScrl = 4
    SbrPanelStyleTime = 5
    SbrPanelStyleDate = 6
    SbrPanelStyleKana = 7
    SbrPanelStyleHangul = 8
    SbrPanelStyleJunja = 9
    SbrPanelStyleFinal = 10
    SbrPanelStyleKanji = 11
    SbrPanelStyleHanja = 12
    End Enum
    
    
    ComCtlsDemo.StatusBar
    
    Public Enum SbrPanelDTFormatConstants
    SbrPanelDTFormatShort = 0
    SbrPanelDTFormatLong = 1
    SbrPanelDTFormatMedium = 2
    SbrPanelDTFormatGeneral = 3
    SbrPanelDTFormatCustom = 4
    End Enum
    
    
    
    
    VBCCR18.StatusBar
    
    Public Enum SbrPanelDTFormatConstants
    SbrPanelDTFormatShort = 0
    SbrPanelDTFormatLong = 1
    End Enum

  2. #4202

    Thread Starter
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,729

    Re: CommonControls (Replacement of the MS common controls)

    Quote Originally Posted by smileyoufu View Post
    Hello Krool !
    Hello! Thank you for providing the great VBCCR series controls. I have been using your controls for many years while developing software for clients. These controls are very convenient to use. I really appreciate your help, thank you so much!

    Here is some feedback: The 'StatusBar' control, 'Public Enum SbrPanelStyleConstants' and 'Public Enum SbrPanelDTFormatConstants' are inconsistent between 'ComCtlsDemo' and 'VBCCR18', with the specific situation as follows:
    Code:
    ComCtlsDemo.StatusBar
    
    Public Enum SbrPanelStyleConstants
    SbrPanelStyleText = 0
    SbrPanelStyleCaps = 1
    SbrPanelStyleNum = 2
    SbrPanelStyleIns = 3
    SbrPanelStyleScrl = 4
    SbrPanelStyleTime = 5
    SbrPanelStyleDate = 6
    SbrPanelStyleKana = 7
    SbrPanelStyleHangul = 8
    SbrPanelStyleJunja = 9
    SbrPanelStyleFinal = 10
    SbrPanelStyleKanji = 11
    SbrPanelStyleHanja = 12
    SbrPanelStyleDateTime = 13
    End Enum
    
    
    VBCCR18.StatusBar
    
    Public Enum SbrPanelStyleConstants
    SbrPanelStyleText = 0
    SbrPanelStyleCaps = 1
    SbrPanelStyleNum = 2
    SbrPanelStyleIns = 3
    SbrPanelStyleScrl = 4
    SbrPanelStyleTime = 5
    SbrPanelStyleDate = 6
    SbrPanelStyleKana = 7
    SbrPanelStyleHangul = 8
    SbrPanelStyleJunja = 9
    SbrPanelStyleFinal = 10
    SbrPanelStyleKanji = 11
    SbrPanelStyleHanja = 12
    End Enum
    
    
    ComCtlsDemo.StatusBar
    
    Public Enum SbrPanelDTFormatConstants
    SbrPanelDTFormatShort = 0
    SbrPanelDTFormatLong = 1
    SbrPanelDTFormatMedium = 2
    SbrPanelDTFormatGeneral = 3
    SbrPanelDTFormatCustom = 4
    End Enum
    
    
    
    
    VBCCR18.StatusBar
    
    Public Enum SbrPanelDTFormatConstants
    SbrPanelDTFormatShort = 0
    SbrPanelDTFormatLong = 1
    End Enum
    The ComCtlsDemo is the leading source. I can't make new features into the OCX immediatelly. So, they will be integrated into a future 1.9 OCX.

Page 106 of 106 FirstFirst ... 65696103104105106

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width