Subject Select first line in a TIB_Memo
Author flexmate6
I expand a memo height so the user can edit it. When done, he/she
double clicks and then the memo is reduced to 1 line high.

How do I set it so that the first line always shows?

ibmemThing.SetSelStart(0);
ibmemThing.SetSelLength(0);

doesn't do it?

thanks - dave