Click here to Skip to main content
15,913,709 members
Home / Discussions / WPF
   

WPF

 
QuestionWPF MVVM Multiple Vs with one VM Pin
_Maxxx_15-Jul-10 19:51
professional_Maxxx_15-Jul-10 19:51 
AnswerRe: WPF MVVM Multiple Vs with one VM Pin
Arun Jacob15-Jul-10 21:47
Arun Jacob15-Jul-10 21:47 
GeneralRe: WPF MVVM Multiple Vs with one VM Pin
_Maxxx_16-Jul-10 0:20
professional_Maxxx_16-Jul-10 0:20 
GeneralRe: WPF MVVM Multiple Vs with one VM Pin
_Maxxx_16-Jul-10 0:24
professional_Maxxx_16-Jul-10 0:24 
GeneralRe: WPF MVVM Multiple Vs with one VM Pin
Arun Jacob16-Jul-10 0:28
Arun Jacob16-Jul-10 0:28 
GeneralRe: WPF MVVM Multiple Vs with one VM Pin
Pete O'Hanlon16-Jul-10 1:38
mvePete O'Hanlon16-Jul-10 1:38 
AnswerRe: WPF MVVM Multiple Vs with one VM Pin
Jammer15-Jul-10 22:45
Jammer15-Jul-10 22:45 
QuestionHow to set the youtube player location fix in a xaml page, its getting on the botton of the page ...instead of the right position. Pin
Ch.Gayatri Subudhi15-Jul-10 19:10
Ch.Gayatri Subudhi15-Jul-10 19:10 
QuestionWPF equivalent of anchoring controls? Pin
Michael Eber15-Jul-10 10:29
Michael Eber15-Jul-10 10:29 
AnswerRe: WPF equivalent of anchoring controls? Pin
Kubajzz15-Jul-10 11:05
Kubajzz15-Jul-10 11:05 
GeneralRe: WPF equivalent of anchoring controls? Pin
Michael Eber15-Jul-10 11:19
Michael Eber15-Jul-10 11:19 
AnswerRe: WPF equivalent of anchoring controls? Pin
Jammer15-Jul-10 22:24
Jammer15-Jul-10 22:24 
QuestionWPF Resources Pin
t_zano15-Jul-10 8:53
t_zano15-Jul-10 8:53 
AnswerRe: WPF Resources Pin
Parwej Ahamad15-Jul-10 19:52
professionalParwej Ahamad15-Jul-10 19:52 
QuestionToolkit DataGrid background in the edit mode [modified] Pin
ds4115-Jul-10 6:57
ds4115-Jul-10 6:57 
QuestionC++ structure decoding in silverlight Pin
JS 200815-Jul-10 3:09
JS 200815-Jul-10 3:09 
AnswerRe: C++ structure decoding in silverlight Pin
KarstenK15-Jul-10 3:58
mveKarstenK15-Jul-10 3:58 
GeneralRe: C++ structure decoding in silverlight Pin
JS 200815-Jul-10 20:24
JS 200815-Jul-10 20:24 
QuestionHow to get rid of "Enter text here" in DatePicker? Pin
makumazan8415-Jul-10 1:21
makumazan8415-Jul-10 1:21 
AnswerRe: How to get rid of "Enter text here" in DatePicker? Pin
Abhinav S15-Jul-10 2:08
Abhinav S15-Jul-10 2:08 
QuestionStyles in WPF.. help me !! Pin
Hema Bairavan14-Jul-10 23:24
Hema Bairavan14-Jul-10 23:24 
Hi Guys,

i want to do the styling in the C# area.. like as we do in the XAML.

for a button i have given the style in xaml and i need to give the same in C#..

Eg;

<Button Canvas.Left="559" Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}" Canvas.Top="515.403" Height="23.634" Width="59" FontFamily="./Fonts\#Verdana" FontSize="10" FontWeight="Normal" FontStyle="Normal" TabIndex="8" Name="Refresh" Click="Refresh_Click" Background="Transparent">
</Button>

here i have given the style as
Style="{StaticResource {x:Static ToolBar.ButtonStyleKey}}"

i need to give the same in C# as

Style style = new Style(typeof(Button));

---- here how to do that thing . can any body help.. thanks in advacne..

Refresh.Style = style;
AnswerRe: Styles in WPF.. help me !! Pin
Parwej Ahamad15-Jul-10 19:47
professionalParwej Ahamad15-Jul-10 19:47 
QuestionSilverlight ASCII values Pin
Santhosh Sebastian Mattathil14-Jul-10 20:05
Santhosh Sebastian Mattathil14-Jul-10 20:05 
AnswerRe: Silverlight ASCII values Pin
Abhinav S15-Jul-10 6:50
Abhinav S15-Jul-10 6:50 
QuestionWPF DataGrid and asp.net like editItemTemplate? Pin
devvvy14-Jul-10 0:25
devvvy14-Jul-10 0: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.