Re: CEdit Question
- From: David Lowndes <davidl@xxxxxxxxxxxxxxx>
- Date: Sat, 25 Jun 2005 01:18:49 +0100
>I have created a CEdit object (Mutli-Line & Read only) that is updated
>with information from a worker thread. When it is updated, I would like
>it to automatically scroll to the bottom, that way the user get
>up-to-date information about the current processing. I have tried to do
>a GetScrollRange, SetScrollPos combo buts its not working quite right.
Chris,
Use SetSel to set the insertion position to the end of the string in
the edit control.
If your data is line oriented, it might be neater to use a listbox
instead.
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
.
- References:
- CEdit Question
- From: chris.dannemiller@xxxxxxxxx
- CEdit Question
- Prev by Date: Re: Console app crashes before main
- Next by Date: Re: Problem with DLL .NET2003 and Vs6
- Previous by thread: CEdit Question
- Next by thread: How to pass a query string to an html page using IWebBrowser2
- Index(es):
Relevant Pages
|