BCGSuite for MFC
void CBCGPEditCtrl::SelectLine ( int  nLine,
BOOL  bNoScroll = FALSE,
BOOL  bRedraw = TRUE,
BOOL  bCaretToEnd = FALSE 
)

Selects a line.

Call this function to select a line of text. The previous selection will be removed.

Parameters
nLineSpecifies a line to select.
bNoScrollIf TRUE, the line will be selected, but without text scrolling to the new caret position.
bRedrawSpecifies whether the edit control should be redrawn.
bCaretToEndSpecifies whether the caret should be moved to the end of the selected line.