Click here to Skip to main content
16,008,010 members
Home / Discussions / WPF
   

WPF

 
GeneralSilverlight 2 and marshalling calls to the UI thread Pin
martin_hughes8-Apr-08 0:39
martin_hughes8-Apr-08 0:39 
GeneralRe: Silverlight 2 and marshalling calls to the UI thread Pin
Michael Sync9-Apr-08 18:21
Michael Sync9-Apr-08 18:21 
GeneralRe: Silverlight 2 and marshalling calls to the UI thread Pin
Pete O'Hanlon9-Apr-08 22:27
mvePete O'Hanlon9-Apr-08 22:27 
GeneralRe: no Pin
pratap21b4u28-Apr-08 13:56
pratap21b4u28-Apr-08 13:56 
GeneralRe: no Pin
Pete O'Hanlon28-Apr-08 22:05
mvePete O'Hanlon28-Apr-08 22:05 
GeneralRe: Silverlight 2 and marshalling calls to the UI thread Pin
Mark Salsbery4-May-08 7:15
Mark Salsbery4-May-08 7:15 
QuestionHow to set bitmap on a button control? Pin
bankey10107-Apr-08 21:30
bankey10107-Apr-08 21:30 
AnswerRe: How to set bitmap on a button control? Pin
Pete O'Hanlon7-Apr-08 22:23
mvePete O'Hanlon7-Apr-08 22:23 
Well, from memory you could always assign one like this
:<Button Width="75" Height="40">
  <Grid>
   <Grid.ColumnDefinitions>
    <ColumnDefinition />
   </Grid.ColumnDefinitions>
   <Grid.RowDefinitions>
    <RowDefinition />
    <RowDefinition />
   </Grid.RowDefinitions>
   <TextBlock Grid.Row="0">
    <AccessText>_Hello</AccessText>
   </TextBlock>
   <Image Grid.Row="1" x:Name="vista_png" Source="vista.png"/>
  </Grid>
</Button>



Deja View - the feeling that you've seen this post before.

My blog | My articles



AnswerRe: How to set bitmap on a button control? Pin
User 2710098-Apr-08 3:19
User 2710098-Apr-08 3:19 
JokeRe: How to set bitmap on a button control? Pin
Pete O'Hanlon8-Apr-08 3:36
mvePete O'Hanlon8-Apr-08 3:36 
GeneralRe: How to set bitmap on a button control? Pin
User 2710098-Apr-08 3:43
User 2710098-Apr-08 3:43 
GeneralRe: How to set bitmap on a button control? Pin
Pete O'Hanlon8-Apr-08 4:22
mvePete O'Hanlon8-Apr-08 4:22 
GeneralRe: How to set bitmap on a button control? Pin
User 2710098-Apr-08 4:24
User 2710098-Apr-08 4:24 
GeneralRe: How to set bitmap on a button control? Pin
Pete O'Hanlon8-Apr-08 4:33
mvePete O'Hanlon8-Apr-08 4:33 
GeneralRe: How to set bitmap on a button control? Pin
User 2710098-Apr-08 4:40
User 2710098-Apr-08 4:40 
GeneralRe: How to set bitmap on a button control? Pin
Pete O'Hanlon8-Apr-08 4:50
mvePete O'Hanlon8-Apr-08 4:50 
GeneralWPF, Expression Blend and C++ Pin
TragicComic6-Apr-08 17:10
TragicComic6-Apr-08 17:10 
GeneralRe: WPF, Expression Blend and C++ Pin
Jammer7-Apr-08 1:34
Jammer7-Apr-08 1:34 
GeneralRe: WPF, Expression Blend and C++ Pin
Jammer7-Apr-08 1:44
Jammer7-Apr-08 1:44 
QuestionWPF: Frame Control? Pin
Stevie6-Apr-08 8:50
Stevie6-Apr-08 8:50 
AnswerRe: WPF: Frame Control? Pin
Pete O'Hanlon17-Jun-08 8:39
mvePete O'Hanlon17-Jun-08 8:39 
GeneralWhat's the best way to create shapes for use in application Pin
Rob Philpott6-Apr-08 5:21
Rob Philpott6-Apr-08 5:21 
GeneralRe: What's the best way to create shapes for use in application Pin
Jammer6-Apr-08 13:25
Jammer6-Apr-08 13:25 
GeneralRe: What's the best way to create shapes for use in application Pin
Rob Philpott6-Apr-08 22:31
Rob Philpott6-Apr-08 22:31 
GeneralRe: What's the best way to create shapes for use in application Pin
Jammer7-Apr-08 1:12
Jammer7-Apr-08 1:12 

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.