More Marshaling questions

  • Thread starter Thread starter Just Me
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top