Click here to Skip to main content
15,881,561 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: can we use wpf controls in window's application . Pin
Pete O'Hanlon6-Oct-09 22:55
mvePete O'Hanlon6-Oct-09 22:55 
GeneralRe: can we use wpf controls in window's application . Pin
Anuj Banka6-Oct-09 23:11
Anuj Banka6-Oct-09 23:11 
QuestionCustom scrolling in WPF control Pin
grvdarji6-Oct-09 11:51
grvdarji6-Oct-09 11:51 
QuestionRe: Custom scrolling in WPF control Pin
Mark Salsbery7-Oct-09 7:41
Mark Salsbery7-Oct-09 7:41 
AnswerRe: Custom scrolling in WPF control Pin
grvdarji8-Oct-09 5:10
grvdarji8-Oct-09 5:10 
GeneralRe: Custom scrolling in WPF control Pin
Mark Salsbery9-Oct-09 6:26
Mark Salsbery9-Oct-09 6:26 
GeneralRe: Custom scrolling in WPF control Pin
grvdarji9-Oct-09 10:45
grvdarji9-Oct-09 10:45 
QuestionUsing Aero theme in WPF Pin
Etienne_1236-Oct-09 10:59
Etienne_1236-Oct-09 10:59 
Hi
I recently did some digging on the internet and I found a way to use the Vista Aero theme in Windows XP. One can simply add the following line of code to the App.xaml file:

<ResourceDictionary Source="/PresentationFramework.Aero, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=MSIL;component/themes/aero.normalcolor.xaml"/>

Now my question is, how can I specify this line of code when I already have other styles etc. specified in the App.xaml file? It gives me an error saying "Cannot add element to property 'Resources', because the property can have only one child element if it uses an explicit collection tag". It works when I remove everything else from App.xaml though.
AnswerRe: Using Aero theme in WPF Pin
Pete O'Hanlon6-Oct-09 11:14
mvePete O'Hanlon6-Oct-09 11:14 
AnswerRe: Using Aero theme in WPF Pin
Ian Shlasko6-Oct-09 11:16
Ian Shlasko6-Oct-09 11:16 
GeneralRe: Using Aero theme in WPF Pin
Pete O'Hanlon6-Oct-09 11:21
mvePete O'Hanlon6-Oct-09 11:21 
Questionhow to use List as a parameter in a call to a web service? Pin
CBenac6-Oct-09 10:57
CBenac6-Oct-09 10:57 
AnswerRe: how to use List as a parameter in a call to a web service? Pin
CBenac6-Oct-09 13:17
CBenac6-Oct-09 13:17 
GeneralRe: how to use List as a parameter in a call to a web service? Pin
VCsamir6-Oct-09 20:16
VCsamir6-Oct-09 20:16 
GeneralRe: how to use List as a parameter in a call to a web service? Pin
CBenac7-Oct-09 3:44
CBenac7-Oct-09 3:44 
GeneralRe: how to use List as a parameter in a call to a web service? Pin
Mark Salsbery7-Oct-09 7:31
Mark Salsbery7-Oct-09 7:31 
GeneralRe: how to use List as a parameter in a call to a web service? Pin
CBenac7-Oct-09 14:10
CBenac7-Oct-09 14:10 
GeneralRe: how to use List as a parameter in a call to a web service? Pin
Mark Salsbery7-Oct-09 15:22
Mark Salsbery7-Oct-09 15:22 
GeneralRe: how to use List as a parameter in a call to a web service? Pin
CBenac8-Oct-09 6:02
CBenac8-Oct-09 6:02 
GeneralRe: how to use List as a parameter in a call to a web service? Pin
Mark Salsbery8-Oct-09 10:14
Mark Salsbery8-Oct-09 10:14 
GeneralRe: how to use List as a parameter in a call to a web service? Pin
CBenac15-Oct-09 14:15
CBenac15-Oct-09 14:15 
GeneralRe: how to use List as a parameter in a call to a web service? Pin
Mark Salsbery15-Oct-09 14:33
Mark Salsbery15-Oct-09 14:33 
Questionscreen saver issue. It will only disply the last image for some reason [modified] Pin
havegunwilltravel6-Oct-09 1:26
havegunwilltravel6-Oct-09 1:26 
AnswerRe: screen saver issue. It will only disply the last image for some reason Pin
Richard MacCutchan6-Oct-09 3:28
mveRichard MacCutchan6-Oct-09 3:28 
AnswerRe: screen saver issue. It will only disply the last image for some reason Pin
Christian Graus6-Oct-09 10:54
protectorChristian Graus6-Oct-09 10:54 

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.