Search:

Type: Posts; User: smileyoufucn

Search: Search took 0.01 seconds.

  1. Re: Krools Common Controls - Documentation and an Update/Compile Utility

    Dear MountainMan, thank you very much for your help!
    Sorry for the late reply! My recent work is very busy and I haven't tested it in time. Today, I took the time to test, and after selecting the...
  2. Replies
    133
    Views
    26,904

    Re: Develop a new/modern VB6-IDE

    Olaf Schmidt's website also introduced plans to redevelop "VB6IDE". The link and content are as follows, please understand.

    ...
  3. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Krool:
    The test is OK. Thank you very much for your help!
  4. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Krool, thank you very much
    If it can be updated to the project, it will be more convenient to use.

    Add VSFlexGrid1 Test:


    179273


    Option Explicit
  5. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    thank you very much
    VSFLEXGRID.ocx defaults to the TEST3 scheme.
    Is MSFLEXGRID.ocx the TEST2 solution by default?
    If the TEST3 scheme is used by default in the project, will there be any...
  6. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Use Set VBFlexGrid1.DataSource = rst
    Must use assignment code: ColKey(i) = strKey,
    Otherwise, an error will be prompted: Invalid col Value

    Is my usage method wrong?


    Option Explicit
    Public...
  7. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    vbforums: "VBFlexGridDemo.zip" and "ComCtlsDemo.zip" and “ActiveX Control Version” OK
    github: "VBFLXGRD-master\Standard EXE Version\VBFlexGridDemo.vbp" and "VBCCR-master\Standard...
  8. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    179260

    Sorry:

    Compile Error
    Subroutine or function is not defined
  9. Re: Krools Common Controls - Documentation and an Update/Compile Utility

    Compilation is normal in IDE, an error occurs when compiling with "OCX2StdExe2.3.1"

    Compiler Results:

    File'D:\vbHelperEx\Src\VBCCR17\Login\StdEXE\frmToolBarTemp.frm' compilation error, line 4:...
  10. Re: Krools Common Controls - Documentation and an Update/Compile Utility

    I was too busy the other day and did not reply in time. I am very sorry!
    Thank you MountainMan for your help!

    1. The previous OCX and DLL files are indeed not registered, but the manifest file...
  11. Re: CommonControls (Replacement of the MS common controls)

    StatusBar :
    Unsuccessful setting of status bar background color
    178585
  12. Re: Krools Common Controls - Documentation and an Update/Compile Utility

    Excuseme

    MountainMan

    Thank you for your update

    Version 2.3.1:Error

    if Resources.res file path = APP.Path\Res\Resources.res then
  13. Re: Krools Common Controls - Documentation and an Update/Compile Utility

    Excuse me:
    Version 2.3: Compilation cannot be completed when there are custom controls, and an error: File not found
    Compiler Results:

    File not...
  14. Re: ColorPicker similar to PhotoShop's (Learn vbRichClient5.Cairo drawing step by ste

    Will you continue to update later?
  15. Re: CommonControls (Replacement of the MS common controls)

    VB6:
    Private Sub ctTextBox_GotFocus()
    ‘’
    End Sub

    Private Sub ctTextBox_LostFocus()
    ‘’
    End Sub

    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  16. Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)

    Can I add the attribute "GetColIndex" Property?


    Public Property Get GetColIndex(ByVal Key As String) As Long 'Add
    ''''''''
    End Property 'Add
  17. Re: What programming language is the best replacement for VB6?

    -----------------------------------------------------
    B4J – RAD development tool for cross platform desktop, server and IoT solutions
    B4J is a 100% free development tool for desktop, server and IoT...
  18. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Please forgive me for not speaking English. Content can only be sent using Google Translate.
    Problem: The value cannot be obtained normally through the ColKey property
    Is this my method problem or...
  19. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Dim k As Long
    For k = 0 To Me.VBFlexGrid1.Cols - 1
    Debug.Print "Debug.Print ColIndex= " & k & " GetColKeyByIndex = " & Me.VBFlexGrid1.ColKey(k)
    Next
    'Debug.Print ColIndex= 0 ...
Results 1 to 19 of 20



Click Here to Expand Forum to Full Width