Board index » cppbuilder » Programmed scrolling of a Memo component?

Programmed scrolling of a Memo component?


2006-02-23 01:25:12 PM
cppbuilder108
Hello,
In the following application at the top of this page:
www.sscnet.ucla.edu/geog/gessler/borland/text-web.htm
I capture the body of an HTML document on the Web and display
it in a Memo component.
The text is too large for the Memo, so under program control I
would like to move the scroll bars to a specific calculated position. I don't see any information on how to do this in "Help" but it must be possible.
Can anyone help?
Thanks,
Nick
 
 

Re:Programmed scrolling of a Memo component?

"Nick Gessler" < XXXX@XXXXX.COM >wrote in message
Quote
under program control I would like to move the scroll
bars to a specific calculated position.
Set the SelStart property to the character offset and then send a
EM_SCROLLCARET message to the Memo.
Gambit