In article <[EMAIL PROTECTED]>,
    "Levon Levonian" <[EMAIL PROTECTED]>  writes:

> How is it possible (if at all) to specify that the label on top of each
> of the standard dialog boxes be of some different color?=20

Use the TextStyle table to define a new named text style for the text
you want that's different.

Then for the Text property of each label that you want in this other
style prepend the string "{\style}" or "{&style}", where "style" is
the TextStyle column of the row you added to the TextStyle table.  See
the help topic "Adding Controls and Text" in the Windows Installer
docs for more details.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to