Forum Replies Created
-
AuthorPosts
-
May 2, 2016 at 1:24 am #191012April 14, 2016 at 3:15 am #186416ChikeMember
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.October 7, 2015 at 6:57 pm #186426ChikeMemberYour sources don’t even download.
And it will wait until I have time to install XPOctober 6, 2015 at 11:30 pm #186428ChikeMemberIf you are hoping I’ll be tempted to debug them have another think coming.
August 22, 2015 at 7:30 pm #174618ChikeMemberChike 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.
August 15, 2015 at 6:43 pm #174623ChikeMemberTough luck for both of us I guess
August 15, 2015 at 6:55 am #190539ChikeMemberWhat all parameters ok and it fail?
August 14, 2015 at 7:30 pm #174625ChikeMemberAnd I can’t find new posts + replies
August 12, 2015 at 3:37 am #185529ChikeMemberYou’re dreaming 619 is released
August 9, 2015 at 6:52 am #190541ChikeMemberYes 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
August 7, 2015 at 10:36 pm #185531ChikeMemberBeta 619 been out for 5 days what’s up?
August 7, 2015 at 10:31 pm #190543ChikeMemberI can’t debug for you, catch exception and make breakpoint there and see when it happens.
August 7, 2015 at 2:36 am #190545ChikeMemberCode should work, use debugger or post code example project that don’t work here
August 5, 2015 at 6:19 am #190547ChikeMemberPost send message declarations
August 1, 2015 at 6:43 pm #190549ChikeMemberTry
Dim sb As StringBuilder = New StringBuilder(iLineLength+1) sb.Append(ChrW(iLineLength+1))
-
AuthorPosts