5
我想做一個安裝程序。我添加的複選框和按鈕有一個白色背景。 我該如何擺脫這些空白?如何從Wix按鈕和複選框屬性中刪除白色背景?
<Control Id="DesktopShortcutCheckBox" Type="CheckBox" X="80" Y="200" Width="290" Height="17" Property="INSTALLDESKTOPSHORTCUT"
CheckBoxValue="1" Text="Create a shortcut for this program on the desktop." />
<Control Id="Back" Type="PushButton" Text="Back" X="215" Y="243" Width="60" Height="17">
<Publish Event="NewDialog" Value="SecondDlg" />
</Control>
日Thnx
thnx的想法。我會用2 :)它對複選框:)工作得很好但是,按鈕屬性呢?無論如何,他們的背景是透明的嗎? – 2013-03-11 05:45:34
如果您選擇選項2,將複選框的文本設置爲與標籤相同的文本,並且加速器將工作。 – Neil 2013-03-12 19:58:32
第二點+1。我們如何得到第三種方法? – Sonhja 2013-05-13 10:09:48