Click here to Skip to main content
15,914,013 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WCF Issue Pin
Wes Aday17-Apr-09 3:18
professionalWes Aday17-Apr-09 3:18 
AnswerRe: WCF Issue Pin
Pete O'Hanlon16-Apr-09 12:18
mvePete O'Hanlon16-Apr-09 12:18 
QuestionRe: WCF Issue Pin
Tauseef A16-Apr-09 14:32
Tauseef A16-Apr-09 14:32 
Questiondata contract issu Pin
Tauseef A16-Apr-09 4:26
Tauseef A16-Apr-09 4:26 
Questionsilverlight made website slow very much Pin
Gaurav Mahajan16-Apr-09 1:32
Gaurav Mahajan16-Apr-09 1:32 
AnswerRe: silverlight made website slow very much Pin
Mark Salsbery16-Apr-09 9:46
Mark Salsbery16-Apr-09 9:46 
GeneralRe: silverlight made website slow very much Pin
Gaurav Mahajan16-Apr-09 16:44
Gaurav Mahajan16-Apr-09 16:44 
GeneralRe: silverlight made website slow very much Pin
Mark Salsbery17-Apr-09 8:56
Mark Salsbery17-Apr-09 8:56 
GeneralRe: silverlight made website slow very much Pin
ToddHileHoffer22-Apr-09 14:28
ToddHileHoffer22-Apr-09 14:28 
AnswerRe: silverlight made website slow very much Pin
Braulio Dez18-Apr-09 9:15
Braulio Dez18-Apr-09 9:15 
QuestionProblem with WPF Combobox Pin
babongita15-Apr-09 8:31
babongita15-Apr-09 8:31 
QuestionRe: Problem with WPF Combobox Pin
Mark Salsbery15-Apr-09 8:48
Mark Salsbery15-Apr-09 8:48 
AnswerRe: Problem with WPF Combobox Pin
babongita15-Apr-09 9:14
babongita15-Apr-09 9:14 
AnswerRe: Problem with WPF Combobox Pin
pc.rajesh.singh17-Apr-09 5:34
pc.rajesh.singh17-Apr-09 5:34 
QuestionHow Do I fix this runtime error? [modified] Pin
#realJSOP15-Apr-09 2:57
professional#realJSOP15-Apr-09 2:57 
AnswerRe: How Do I fix this runtime error? Pin
Pete O'Hanlon15-Apr-09 4:10
mvePete O'Hanlon15-Apr-09 4:10 
GeneralRe: How Do I fix this runtime error? Pin
#realJSOP15-Apr-09 8:16
professional#realJSOP15-Apr-09 8:16 
GeneralRe: How Do I fix this runtime error? Pin
Pete O'Hanlon15-Apr-09 9:03
mvePete O'Hanlon15-Apr-09 9:03 
GeneralRe: How Do I fix this runtime error? Pin
#realJSOP15-Apr-09 10:18
professional#realJSOP15-Apr-09 10:18 
GeneralRe: How Do I fix this runtime error? Pin
#realJSOP16-Apr-09 4:36
professional#realJSOP16-Apr-09 4:36 
GeneralRe: How Do I fix this runtime error? Pin
#realJSOP16-Apr-09 5:01
professional#realJSOP16-Apr-09 5:01 
Well, I got it not to crash by doing this:

<ImageBrush x:Key="PinUpBrush" ImageSource="/WpfTest;component/Icons/blue_pushpin.png" />
<ImageBrush x:Key="PinDownBrush" ImageSource="/WpfTest;component/Icons/red_pushpin.png" />
<Style TargetType="ToggleButton" x:Key="UDPPushPinButton2" >
    <Setter Property="Button.Background" Value="{StaticResource PinUpBrush}" />
    <Style.Triggers>
        <Trigger Property="IsChecked" Value="True">
            <Setter Property="Button.Background" Value="{StaticResource PinDownBrush}" />
        </Trigger>
    </Style.Triggers>
</Style>


Now all I gotta do is figure out how to make the border not show up when I click it....


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


GeneralRe: How Do I fix this runtime error? Pin
Mark Salsbery16-Apr-09 9:53
Mark Salsbery16-Apr-09 9:53 
QuestionWebMonthView Control in CLR Pin
GomathiR15-Apr-09 1:49
GomathiR15-Apr-09 1:49 
AnswerRe: WebMonthView Control in CLR Pin
Mark Salsbery15-Apr-09 7:15
Mark Salsbery15-Apr-09 7:15 
GeneralRe: WebMonthView Control in CLR Pin
GomathiR15-Apr-09 19:46
GomathiR15-Apr-09 19:46 

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.