Click here to Skip to main content
15,887,822 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: adding a non microsoft silverlight .dll Pin
arkiboys17-Dec-10 6:13
arkiboys17-Dec-10 6:13 
AnswerRe: adding a non microsoft silverlight .dll Pin
Abhinav S17-Dec-10 5:59
Abhinav S17-Dec-10 5:59 
AnswerRe: adding a non microsoft silverlight .dll Pin
#realJSOP21-Dec-10 0:16
mve#realJSOP21-Dec-10 0:16 
Questionstoryboard automatically undoing [modified] Pin
Chazzysb17-Dec-10 0:58
Chazzysb17-Dec-10 0:58 
AnswerRe: storyboard automatically undoing Pin
Chazzysb17-Dec-10 2:31
Chazzysb17-Dec-10 2:31 
QuestionChange WPF TextBox border when it has focus Pin
astibich216-Dec-10 13:10
astibich216-Dec-10 13:10 
AnswerRe: Change WPF TextBox border when it has focus Pin
SledgeHammer0116-Dec-10 18:53
SledgeHammer0116-Dec-10 18:53 
AnswerRe: Change WPF TextBox border when it has focus Pin
Khaniya17-Dec-10 1:25
professionalKhaniya17-Dec-10 1:25 
I have try but not success
My code is

<br />
<Window x:Class="WpfApplication3.Pratice"<br />
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br />
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"<br />
    Title="Pratice" Height="300" Width="300"><br />
    <Window.Resources><br />
        <Style TargetType="{x:Type TextBox}"><br />
            <Style.Triggers><br />
                <Trigger Property="IsFocused" Value="True"><br />
                    <Setter Property="BorderBrush" Value="Red"></Setter><br />
                    <Setter Property="BorderThickness" Value="4" /><br />
                </Trigger><br />
            </Style.Triggers><br />
        </Style><br />
    </Window.Resources><br />
    <Grid><br />
        <TextBox Name="Text1" Height="100" Width="100" BorderBrush="Pink">Hello</TextBox><br />
    </Grid><br />
</Window>

Life's Like a mirror. Smile at it & it smiles back at you.- P Pilgrim
So Smile Please

AnswerRe: Change WPF TextBox border when it has focus Pin
Tarun.K.S19-Dec-10 19:25
Tarun.K.S19-Dec-10 19:25 
AnswerRe: Change WPF TextBox border when it has focus Pin
scottytk3-Jan-11 7:59
scottytk3-Jan-11 7:59 
Questionwcf web.config Pin
arkiboys16-Dec-10 0:34
arkiboys16-Dec-10 0:34 
AnswerRe: wcf web.config Pin
Steve Maier17-Dec-10 4:41
professionalSteve Maier17-Dec-10 4:41 
AnswerRe: wcf web.config Pin
phil.o17-Dec-10 5:03
professionalphil.o17-Dec-10 5:03 
Questionsilverlight 4 app. to be accessible by others Pin
arkiboys15-Dec-10 21:01
arkiboys15-Dec-10 21:01 
AnswerRe: silverlight 4 app. to be accessible by others Pin
Pete O'Hanlon15-Dec-10 22:56
mvePete O'Hanlon15-Dec-10 22:56 
AnswerRe: silverlight 4 app. to be accessible by others Pin
Vimalsoft(Pty) Ltd19-Dec-10 21:31
professionalVimalsoft(Pty) Ltd19-Dec-10 21:31 
Questiondeploy silverlight 4 Pin
arkiboys14-Dec-10 22:16
arkiboys14-Dec-10 22:16 
AnswerRe: deploy silverlight 4 Pin
Abhinav S14-Dec-10 23:19
Abhinav S14-Dec-10 23:19 
AnswerRe: deploy silverlight 4 Pin
Pete O'Hanlon14-Dec-10 23:51
mvePete O'Hanlon14-Dec-10 23:51 
GeneralRe: deploy silverlight 4 Pin
arkiboys15-Dec-10 2:55
arkiboys15-Dec-10 2:55 
QuestionFindName Not Working [modified] Pin
Kevin Marois14-Dec-10 13:40
professionalKevin Marois14-Dec-10 13:40 
AnswerRe: FindName Not Working Pin
Kevin Marois14-Dec-10 14:05
professionalKevin Marois14-Dec-10 14:05 
QuestionControl similar to contacts viewer on iPhone for WPF? Pin
Wes Jones14-Dec-10 7:12
Wes Jones14-Dec-10 7:12 
AnswerRe: Control similar to contacts viewer on iPhone for WPF? Pin
SledgeHammer0114-Dec-10 19:14
SledgeHammer0114-Dec-10 19:14 
Questioncan not populate datagrid with returned data Pin
arkiboys14-Dec-10 5:20
arkiboys14-Dec-10 5:20 

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.