Skip to content

Chike

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 884 total)
  • Author
    Posts
  • #191012
    Chike
    Member
    #186416
    Chike
    Member

    What’s an “index”?
    I don’t have VB6.0 and im scared to install on my Windows 7
    Don’t know if I have installer anyway.

    #186426
    Chike
    Member

    Your sources don’t even download.
    And it will wait until I have time to install XP

    #186428
    Chike
    Member

    If you are hoping I’ll be tempted to debug them have another think coming.

    #174618
    Chike
    Member

    Chike man be nice lol you dont want to keep this guys waiting for my lazy ass to do all the work lol

    The code is there, try to search in this piece of u know what.

    #174623
    Chike
    Member

    Tough luck for both of us I guess

    #190539
    Chike
    Member

    What all parameters ok and it fail?

    #174625
    Chike
    Member

    And I can’t find new posts + replies

    #185529
    Chike
    Member

    You’re dreaming 619 is released

    #190541
    Chike
    Member

    Yes catch it and check all relevant parameters in code.

    Try
        SendMessage(hwnd, EM_GETLINE, ilastLine, sb)
    Catch ex As Exception
        MsgBox("SendMessage failed " & ex.Message)
    End Try

    Set breakpoint at MsgBox

    #185531
    Chike
    Member

    Beta 619 been out for 5 days what’s up?

    #190543
    Chike
    Member

    I can’t debug for you, catch exception and make breakpoint there and see when it happens.

    #190545
    Chike
    Member

    Code should work, use debugger or post code example project that don’t work here

    #190547
    Chike
    Member

    Post send message declarations

    #190549
    Chike
    Member

    Try

    Dim sb As StringBuilder = New StringBuilder(iLineLength+1)
    sb.Append(ChrW(iLineLength+1))
Viewing 15 posts - 1 through 15 (of 884 total)