Does anyone know how to select text in an edit control using code.(like SelStart,SelLength ,SelText in VB).
I am become death, the destroyer of worlds. mail:[email protected] Visual Basic 6.0 & .NETVisual C++ 6.0 & .NETASPLISPPROLOGCPascal
I finally found out how to do this.If anyone is interested here it is: Code: SendMessage(edit,EM_SETSEL,startpos,endpos);
SendMessage(edit,EM_SETSEL,startpos,endpos);
Forum Rules