Click here to Skip to main content
15,894,405 members
Home / Discussions / WPF
   

WPF

 
QuestionReportViewer does not export PDF for wingdings fonts Pin
ausadmin12-Oct-10 11:15
ausadmin12-Oct-10 11:15 
AnswerRe: ReportViewer does not export PDF for wingdings fonts Pin
phil.o13-Oct-10 2:24
professionalphil.o13-Oct-10 2:24 
GeneralRe: ReportViewer does not export PDF for wingdings fonts Pin
ausadmin17-Oct-10 10:51
ausadmin17-Oct-10 10:51 
GeneralRe: ReportViewer does not export PDF for wingdings fonts Pin
ausadmin31-Oct-10 12:46
ausadmin31-Oct-10 12:46 
AnswerRe: Prism- Can't add reference to Unity Pin
Abhinav S12-Oct-10 4:59
Abhinav S12-Oct-10 4:59 
GeneralRe: Prism- Can't add reference to Unity Pin
Abhinav S12-Oct-10 5:51
Abhinav S12-Oct-10 5:51 
GeneralRe: Prism- Can't add reference to Unity Pin
Abhinav S12-Oct-10 6:45
Abhinav S12-Oct-10 6:45 
QuestionFail to do binding Template Property Pin
Yanshof12-Oct-10 3:42
Yanshof12-Oct-10 3:42 
I wrote some Template to button object in my xaml.
I want to have image on the button - so i wrote a Template ( code attached )
I want to bind the image source to some variable in the xaml code ( in the c# code ) and i dont know how to do it.


<Style x:Key="MyBtnTmpl" TargetType="Button">
    <Setter Property="Template">
        <Setter.Value>
            <ControlTemplate TargetType="Button">
                <Image Source="SomePath.png" Stretch="Fill"/>
            </ControlTemplate>
        </Setter.Value>
    </Setter>
</Style>

AnswerRe: Fail to do binding Template Property Pin
Ravi Mori14-Oct-10 21:29
Ravi Mori14-Oct-10 21:29 
QuestionChange the text in the URL as a hyperlink. Pin
rus20411-Oct-10 3:44
rus20411-Oct-10 3:44 
QuestionHow to install a desktop WPF application Pin
Aseem Sharma10-Oct-10 17:01
Aseem Sharma10-Oct-10 17:01 
AnswerRe: How to install a desktop WPF application Pin
Abhinav S10-Oct-10 20:29
Abhinav S10-Oct-10 20:29 
QuestionHow to inherit from ListViewItem in WPF ? Pin
Yanshof9-Oct-10 22:40
Yanshof9-Oct-10 22:40 
AnswerRe: How to inherit from ListViewItem in WPF ? Pin
Abhinav S10-Oct-10 21:33
Abhinav S10-Oct-10 21:33 
GeneralRe: How to inherit from ListViewItem in WPF ? Pin
Yanshof11-Oct-10 1:14
Yanshof11-Oct-10 1:14 
AnswerRe: How to inherit from ListViewItem in WPF ? Pin
Pete O'Hanlon11-Oct-10 1:28
mvePete O'Hanlon11-Oct-10 1:28 
RantIt it just me or is SL/WCF development really flaky Pin
Mycroft Holmes9-Oct-10 14:58
professionalMycroft Holmes9-Oct-10 14:58 
GeneralRe: It it just me or is SL/WCF development really flaky Pin
Kubajzz9-Oct-10 23:47
Kubajzz9-Oct-10 23:47 
GeneralRe: It it just me or is SL/WCF development really flaky Pin
Pete O'Hanlon10-Oct-10 3:43
mvePete O'Hanlon10-Oct-10 3:43 
AnswerRe: It it just me or is SL/WCF development really flaky Pin
Abhinav S11-Oct-10 17:44
Abhinav S11-Oct-10 17:44 
GeneralRe: It it just me or is SL/WCF development really flaky Pin
Mycroft Holmes11-Oct-10 17:59
professionalMycroft Holmes11-Oct-10 17:59 
GeneralRe: It it just me or is SL/WCF development really flaky Pin
Abhinav S11-Oct-10 18:35
Abhinav S11-Oct-10 18:35 
GeneralRe: It it just me or is SL/WCF development really flaky Pin
#realJSOP13-Oct-10 0:16
mve#realJSOP13-Oct-10 0:16 
GeneralRe: It it just me or is SL/WCF development really flaky Pin
Mycroft Holmes13-Oct-10 0:54
professionalMycroft Holmes13-Oct-10 0:54 
QuestionCombobox Question - MVVM Pin
eddieangel8-Oct-10 10:30
eddieangel8-Oct-10 10:30 

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.