Maybe you could use the scrollabletext control instead?
--
Stefan Krueger
Microsoft Windows Installer MVP
Please post your questions in the newsgroup or vist one of these web sites:
Windows Installer FAQ
http://www.msifaq.com -
http://www.msifaq.de
InstallSite - Resources for Setup Developers
http://www.installsite.org
http://www.installsite.de (GERMAN)
"EP" <(E-Mail Removed)> schrieb im Newsbeitrag
news:(E-Mail Removed)...
> I have an EDIT control on a MSI Dialog.
> I want this to be a read-only scrollable field.
>
> So, I set the ES_READONLY window style, and leave the control as
> Enabled=true.
>
> The control is still editable!
>
> Am I missing something? If I disable the control, scrolling will also be
> turned off and the user won't be able to see additional info.
>
>