Click here to Skip to main content
15,890,825 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 14:36
Mark Salsbery12-Feb-09 14:36 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 14:41
devvvy12-Feb-09 14:41 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 15:17
Mark Salsbery12-Feb-09 15:17 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 15:22
devvvy12-Feb-09 15:22 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 15:30
Mark Salsbery12-Feb-09 15:30 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 15:31
devvvy12-Feb-09 15:31 
QuestionHow to use images before hyperlink button in Silverlight? Pin
salon11-Feb-09 1:20
salon11-Feb-09 1:20 
AnswerRe: How to use images before hyperlink button in Silverlight? Pin
Mark Salsbery12-Feb-09 9:11
Mark Salsbery12-Feb-09 9:11 
Here's one way:
<HyperlinkButton NavigateUri="http://www.microsoft.com" TargetName="_blank" >
    <StackPanel Orientation="Horizontal">
        <Image Source="myresourceimage.png" />
        <TextBlock Text="Microsoft" />
    </StackPanel>
</HyperlinkButton>

You could also make your own custom HyperlinkButton:
HyperlinkButton Styles and Templates[^]

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: How to use images before hyperlink button in Silverlight? Pin
salon12-Feb-09 17:35
salon12-Feb-09 17:35 
QuestionSome controls transparent that shouldn't be Pin
pf_gilbert10-Feb-09 18:30
pf_gilbert10-Feb-09 18:30 
AnswerRe: Some controls transparent that shouldn't be Pin
Pete O'Hanlon11-Feb-09 1:39
mvePete O'Hanlon11-Feb-09 1:39 
GeneralRe: Some controls transparent that shouldn't be Pin
pf_gilbert11-Feb-09 6:10
pf_gilbert11-Feb-09 6:10 
GeneralRe: Some controls transparent that shouldn't be Pin
Pete O'Hanlon11-Feb-09 8:54
mvePete O'Hanlon11-Feb-09 8:54 
QuestionWPF User Control content img Pin
Gianluigi8310-Feb-09 13:10
Gianluigi8310-Feb-09 13:10 
AnswerRe: WPF User Control content img Pin
Gianluigi8310-Feb-09 13:41
Gianluigi8310-Feb-09 13:41 
GeneralXAML Power Toys 4.0 Released - Code Name MVVM Pin
User 27100910-Feb-09 7:45
User 27100910-Feb-09 7:45 
GeneralXAML Power Toys 4.0 Released - Code Name MVVM Pin
User 27100910-Feb-09 7:44
User 27100910-Feb-09 7:44 
GeneralRe: XAML Power Toys 4.0 Released - Code Name MVVM Pin
Pete O'Hanlon10-Feb-09 11:38
mvePete O'Hanlon10-Feb-09 11:38 
QuestionWPF Best Practice Pin
mark_w_10-Feb-09 5:20
mark_w_10-Feb-09 5:20 
AnswerRe: WPF Best Practice Pin
Gideon Engelberth10-Feb-09 6:11
Gideon Engelberth10-Feb-09 6:11 
QuestionAdding images to the listboxitems in the WPF Listbox control Pin
Punjala9-Feb-09 23:12
Punjala9-Feb-09 23:12 
AnswerRe: Adding images to the listboxitems in the WPF Listbox control Pin
Pete O'Hanlon10-Feb-09 0:57
mvePete O'Hanlon10-Feb-09 0:57 
GeneralRe: Adding images to the listboxitems in the WPF Listbox control Pin
Punjala11-Feb-09 0:39
Punjala11-Feb-09 0:39 
GeneralRe: Adding images to the listboxitems in the WPF Listbox control Pin
Punjala11-Feb-09 4:03
Punjala11-Feb-09 4:03 
QuestionAccessing template member! Pin
AghaKhan8-Feb-09 7:25
AghaKhan8-Feb-09 7:25 

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.