Re: Displaying Multiple Text Lines At Runtime
From: Jagadeesh VN (jagadeeshvn_at_hotmail.com)
Date: 02/19/04
- Next message: Jagadeesh VN: "Re: Timers"
- Previous message: Harish: "Re: CListview.....help needed"
- In reply to: matt: "Displaying Multiple Text Lines At Runtime"
- Next in thread: Jase: "Re: Displaying Multiple Text Lines At Runtime"
- Reply: Jase: "Re: Displaying Multiple Text Lines At Runtime"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Feb 2004 11:03:20 +0530
There are several ways by which you can acheive this.
1. In your Status bars, create a new panel for displaying your messages.
2. Create a control bar, which can be docked/closed, and write your messages
in that. So that it will look like Visual Studio output pane.
3. Put a static control inside your view, and write to it.
4. Read-Only edit box is also a god option.
Its always better not to use TextOut in your view, to avoid flickering.
Cheers
Jagadeesh
"matt" <bonmatt10@cs.com> wrote in message
news:c2838b8f.0402181814.4501633e@posting.google.com...
> I need to display various text messages in my dialog app, and they
> change during the application. There will be multiple lines of text
> in one rectangular area.
>
> In order to handle that and format it well, should I not use the edit
> box with an attached CStatic variable? Should I just use text out
> with coordinates and maybe draw a rectangular area instead of using a
> control?
>
> Thanks,
>
> Matt
- Next message: Jagadeesh VN: "Re: Timers"
- Previous message: Harish: "Re: CListview.....help needed"
- In reply to: matt: "Displaying Multiple Text Lines At Runtime"
- Next in thread: Jase: "Re: Displaying Multiple Text Lines At Runtime"
- Reply: Jase: "Re: Displaying Multiple Text Lines At Runtime"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|