Subject | Select first line in a TIB_Memo |
---|---|
Author | flexmate6 |
Post date | 2002-05-22T20:31:14Z |
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
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