




Random wrote:and then again ... sometimes they all works perfectly.

I am thinking the room is prob real busy and thas an issue I need to solv with most of mine programs 




Chike wrote:the only thing I'm not sure about is how to put the word length at the beggining of the buffer before it is sent to EM_GETLINE
lines = SendMessage(hWnd, EM_GETLINECOUNT, 0&, ByVal 0&)
lastline = Chr$(0) & Chr$(255) & Space$(253)
SendMessage hWnd, EM_GETLINE, lines - 1, ByVal lastline
MsgBox lastlinelastline = Chr$(255) & Chr$(0) & Space$(253)


Random wrote:is there any way to improve that?


Return to Visual Basic Programming
Users browsing this forum: No registered users and 0 guests