I'm trying to use the Edit Control within an Dialog. When I use this Control I always get an error. The error code is 2228.
if I use a different control(Text) it works!
here is my code:
<UI Id="myUI">
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
<Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
<Dialog Id="myDlg" Height="400" Width="550" Title="Uninstall Sample UI">
<Control Id="myEdit" Type="Edit" Property="USER_NAME" Height="17" Width="100" X="50" Y="50" />
</Dialog>
</UI>
</Fragment>
And I also have a Reference to WixUIExtension.dll