Hi Yi,
As you see, everyone is suggesting an editbox (made readonly), and I think that's correct. I'd also make it multi-lines, allow returns, and add a vertical scrollbar if you intend to have long messages or a lot of messages. You may also want to call the "speak" command for each text as you add it to the editbox if you want to be sure the user has a chance to hear the message without having to go check the editbox. If you want to explain your app a little more, it might help everyone in their suggestions. Hth, Chip From: Yi Liu [mailto:liuyist...@gmail.com] Sent: Saturday, September 29, 2012 3:28 PM To: gw-scripting@gwmicro.com Subject: Window-Eyes app question Hi All, I am writing an app in Window-Eyes using VBScript. In my app UI, I want to display text messages in a given section, where all the messages will be displayed and window eyes will speak them out. The question is I am not clear which interface element should be used to implement this text section. Any suggestion? Thanks, Yi