PDA

Click to See Complete Forum and Search --> : Select Text


Vlatko
Oct 9th, 2000, 11:54 AM
Does anyone know how to select text in an edit control using code.(like SelStart,SelLength ,SelText in VB).

Vlatko
Oct 24th, 2000, 08:38 AM
I finally found out how to do this.If anyone is interested here it is:

SendMessage(edit,EM_SETSEL,startpos,endpos);