Hey Eddy,

I have an edit box that I am using as a multiline, you have to use CTRL + ENTER 
to create a hard return in the edit box.
Perhaps your height isn't big enough?

<Control Id="AdminUserlabel" Type="Text" Height="15" Width="163" X="17" Y="117" 
Text="TITUS administrator user name:" Transparent="yes" NoPrefix="yes" />
 <Control Id="AdminUsertextBox" Type="Edit" Height="30" Width="177" X="180" 
Y="117" Multiline="yes" ToolTip="Use Ctrl + Enter to enter an additional user" 
Property="WEBADMIN_USERNAME" TabSkip="no" />

Steve

-----Original Message-----
From: Eddy Ukstein [mailto:edd...@gmail.com] 
Sent: January-21-13 10:15 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Multiline edit control

I created an Edit Control and marked it as Multiline="yes".

I altered the height of the control but it is still one liner.

How can I create multiline edit control?

--
Eddy Uk'
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, 
Windows 8 Apps, JavaScript and much more. Keep your skills current with 
LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. 
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to