Click here to Skip to main content
15,909,651 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Which framework version is used Pin
Dan Neely3-Jan-08 5:54
Dan Neely3-Jan-08 5:54 
GeneralRe: Which framework version is used Pin
Kevin McFarlane6-Jan-08 4:34
Kevin McFarlane6-Jan-08 4:34 
GeneralRe: Which framework version is used Pin
Mike Dimmick3-Jan-08 11:50
Mike Dimmick3-Jan-08 11:50 
GeneralRe: Which framework version is used Pin
Michael Sync3-Jan-08 15:46
Michael Sync3-Jan-08 15:46 
QuestionDelegates in Remoting Pin
Shyam K Pananghat2-Jan-08 21:18
Shyam K Pananghat2-Jan-08 21:18 
GeneralRe: Delegates in Remoting Pin
Dave Kreskowiak3-Jan-08 5:31
mveDave Kreskowiak3-Jan-08 5:31 
GeneralRe: Delegates in Remoting Pin
Alexander Arlievsky8-Jan-08 1:56
Alexander Arlievsky8-Jan-08 1:56 
GeneralXAML styling help Pin
adt_brauer2-Jan-08 5:23
adt_brauer2-Jan-08 5:23 
Hi,

I have a TextBox style in which I want to have a TextBlock that gets the text from the TextBox. The reason is that I want the text to use ellipsis when it's not selected. Since you can't use that on a TextBox I thought up this little workaround.

I tried this (never mind the formatting):

<ScrollViewer SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" x:Name="PART_ContentHost"/><br><br />
<TextBlock Padding="3" Visibility="Visible" ToolTip="{Binding Path=Text, ElementName=PART_ContentHost}" Text="{Binding Path=Text, ElementName=PART_ContentHost}" TextTrimming="CharacterEllipsis" x:Name="Tbl" TextWrapping="NoWrap" HorizontalAlignment="Right" Width="172.8" VerticalAlignment="Bottom" Height="24.6" Margin="0,0,-90,0" d:LayoutOverrides="HorizontalAlignment, VerticalAlignment"/></br>


This works with the ToolTip but not the Text. Does anybody know why that is?

And as I mentioned I'm using this in a style so I can't use any C#.

I appreciate all help I get.

Thanks,
Peter
GeneralRe: XAML styling help Pin
adt_brauer2-Jan-08 22:35
adt_brauer2-Jan-08 22:35 
GeneralSecurity - Windows users Pin
Simon P Stevens2-Jan-08 3:42
Simon P Stevens2-Jan-08 3:42 
GeneralRe: Security - Windows users Pin
Colin Angus Mackay2-Jan-08 4:18
Colin Angus Mackay2-Jan-08 4:18 
GeneralRe: Security - Windows users Pin
Simon P Stevens2-Jan-08 4:53
Simon P Stevens2-Jan-08 4:53 
GeneralRe: Security - Windows users Pin
Colin Angus Mackay2-Jan-08 6:19
Colin Angus Mackay2-Jan-08 6:19 
GeneralRe: Security - Windows users Pin
Dave Kreskowiak2-Jan-08 7:49
mveDave Kreskowiak2-Jan-08 7:49 
GeneralRe: Security - Windows users Pin
Simon P Stevens2-Jan-08 22:15
Simon P Stevens2-Jan-08 22:15 
GeneralProblem with Windows Services (Related to .NET Framework problem) Pin
ashishbhatt31-Dec-07 23:57
ashishbhatt31-Dec-07 23:57 
GeneralRe: Problem with Windows Services (Related to .NET Framework problem) Pin
Pete O'Hanlon1-Jan-08 10:48
mvePete O'Hanlon1-Jan-08 10:48 
QuestionRe: Problem with Windows Services (Related to .NET Framework problem) Pin
ashishbhatt1-Jan-08 16:23
ashishbhatt1-Jan-08 16:23 
QuestionHow to open only one application with one exe ?` Pin
Vicky2Galaxy31-Dec-07 0:27
Vicky2Galaxy31-Dec-07 0:27 
AnswerRe: How to open only one application with one exe ?` Pin
N a v a n e e t h31-Dec-07 1:42
N a v a n e e t h31-Dec-07 1:42 
AnswerRe: How to open only one application with one exe ?` Pin
Pete O'Hanlon1-Jan-08 10:53
mvePete O'Hanlon1-Jan-08 10:53 
GeneralRe: How to open only one application with one exe ?` Pin
Patrick Etc.1-Jan-08 12:18
Patrick Etc.1-Jan-08 12:18 
GeneralRe: How to open only one application with one exe ?` Pin
Pete O'Hanlon1-Jan-08 22:38
mvePete O'Hanlon1-Jan-08 22:38 
GeneralAmazon SQS REST API Date header issue Pin
eggie528-Dec-07 13:27
eggie528-Dec-07 13:27 
GeneralRe: Amazon SQS REST API Date header issue Pin
Paul Conrad31-Dec-07 9:18
professionalPaul Conrad31-Dec-07 9:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.