J
Just Me
I've been going about it wrong. Trying to get a VB6 routine working using
the method used then.
What I should be asking is how to solve the basic problem, which is:
SendMessage (handle, EM_GETLINE, LineNum, Line)
Fills Line with the characters that make up line numbered: LineNum
I'd like to use the declared SendMessage(...byVal Integer, ByVal IntPtr)
Can I do that?
If not, what can I do?
Thanks
the method used then.
What I should be asking is how to solve the basic problem, which is:
SendMessage (handle, EM_GETLINE, LineNum, Line)
Fills Line with the characters that make up line numbered: LineNum
I'd like to use the declared SendMessage(...byVal Integer, ByVal IntPtr)
Can I do that?
If not, what can I do?
Thanks