|
-
April 10th, 1999, 07:04 PM
#2
Re: TTY window with MFC
Probably the easiest way is to use a listbox control, and append lines to the bottom of the list box. Make sure the list box is NOT sorted. When you reach some maximum number of lines in the listbox, you'll probably want to start deleting the first line each time you add a new line, so it doesn't take up too much memory.
The universe is a figment of its own imagination.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|