Click here to Skip to main content
15,889,992 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Media Element source property in code behind Pin
Mark Salsbery6-Jun-09 8:31
Mark Salsbery6-Jun-09 8:31 
GeneralRe: Media Element source property in code behind Pin
pavanip6-Jun-09 19:31
pavanip6-Jun-09 19:31 
Questionhi peoples Pin
Hema Bairavan5-Jun-09 20:07
Hema Bairavan5-Jun-09 20:07 
AnswerRe: hi peoples Pin
Christian Graus5-Jun-09 23:21
protectorChristian Graus5-Jun-09 23:21 
GeneralRe: hi peoples Pin
#realJSOP5-Jun-09 23:36
mve#realJSOP5-Jun-09 23:36 
GeneralRe: hi peoples Pin
Christian Graus5-Jun-09 23:40
protectorChristian Graus5-Jun-09 23:40 
GeneralRe: hi peoples Pin
#realJSOP6-Jun-09 1:00
mve#realJSOP6-Jun-09 1:00 
GeneralRe: hi peoples Pin
Mark Salsbery6-Jun-09 8:22
Mark Salsbery6-Jun-09 8:22 
John Simmons / outlaw programmer wrote:
Lastly, even the intellisense in the XAML editor won't help you if you don't know you can type a dot and get more functionality.


There's no magic in there.

It isn't any different than using .NET classes from code - you need to know the
data types of the properties you're using, and the public framework classes are well
documented. XAML throws a new language into the mix, so if you choose to use XAML
to set properties, you need to know the syntax for setting properties of the types
you use.


I highly recommend to anyone committing (or being forced to commit) to using WPF, to do
what I did...

1) open up the documentation
2) navigate to the WPF SDK (.NET Development/.NET Framework SDK/.NET Framework 3.5/Windows Presentation Foundation)
3) read it ALL - all of it - do not skip anything.
4) repeat step 3, this time trying some of the stuff you're reading about
5) (optional) if one is not a seasoned .NET programmer, one may want to invest in a book or two that breaks stuff down in simpler terms

It'll save you so much time down the road having a familiarity with how things work and
knowing where to find answers, instead of having to always weed through tousands of often
half-assed or completely wrong answers found via Google.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: hi peoples Pin
Christian Graus6-Jun-09 12:28
protectorChristian Graus6-Jun-09 12:28 
GeneralRe: hi peoples Pin
Mark Salsbery6-Jun-09 8:10
Mark Salsbery6-Jun-09 8:10 
GeneralRe: hi peoples Pin
Christian Graus6-Jun-09 12:30
protectorChristian Graus6-Jun-09 12:30 
AnswerRe: hi peoples Pin
Mark Salsbery6-Jun-09 8:10
Mark Salsbery6-Jun-09 8:10 
QuestionWPF - Move Image With Mouse Pin
Tee1235-Jun-09 15:02
Tee1235-Jun-09 15:02 
AnswerRe: WPF - Move Image With Mouse Pin
Christian Graus5-Jun-09 23:24
protectorChristian Graus5-Jun-09 23:24 
GeneralRe: WPF - Move Image With Mouse Pin
Tee1236-Jun-09 1:30
Tee1236-Jun-09 1:30 
GeneralRe: WPF - Move Image With Mouse Pin
Mark Salsbery6-Jun-09 8:45
Mark Salsbery6-Jun-09 8:45 
JokeRe: WPF - Move Image With Mouse Pin
Christian Graus6-Jun-09 12:33
protectorChristian Graus6-Jun-09 12:33 
GeneralRe: WPF - Move Image With Mouse Pin
Mark Salsbery6-Jun-09 16:10
Mark Salsbery6-Jun-09 16:10 
GeneralRe: WPF - Move Image With Mouse Pin
Tee1238-Jun-09 7:37
Tee1238-Jun-09 7:37 
GeneralRe: WPF - Move Image With Mouse Pin
Sparkling_ouc1-Sep-09 19:46
Sparkling_ouc1-Sep-09 19:46 
QuestionWPF -Button control Pin
cbe_pav5-Jun-09 3:36
cbe_pav5-Jun-09 3:36 
AnswerRe: WPF -Button control Pin
ABitSmart5-Jun-09 3:51
ABitSmart5-Jun-09 3:51 
GeneralRe: WPF -Button control Pin
#realJSOP5-Jun-09 4:04
mve#realJSOP5-Jun-09 4:04 
GeneralRe: WPF -Button control Pin
Pete O'Hanlon5-Jun-09 4:11
mvePete O'Hanlon5-Jun-09 4:11 
GeneralRe: WPF -Button control Pin
#realJSOP5-Jun-09 4:38
mve#realJSOP5-Jun-09 4:38 

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.