Click here to Skip to main content
15,888,351 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Fit to Screen in WPF Pin
raihansazal31-Jan-09 20:18
raihansazal31-Jan-09 20:18 
GeneralRe: Fit to Screen in WPF Pin
AnkitSingh1-Feb-09 5:11
AnkitSingh1-Feb-09 5:11 
QuestionClickonce Deployment Pin
VCsamir27-Jan-09 19:43
VCsamir27-Jan-09 19:43 
QuestionHow to play mp3s located in web app? Pin
threemp327-Jan-09 13:20
threemp327-Jan-09 13:20 
AnswerRe: How to play mp3s located in web app? Pin
Michael Sync29-Jan-09 2:11
Michael Sync29-Jan-09 2:11 
QuestionA WPF 'ah-ha' moment for you. Pin
Ray Cassick27-Jan-09 10:08
Ray Cassick27-Jan-09 10:08 
AnswerRe: A WPF 'ah-ha' moment for you. Pin
Pete O'Hanlon27-Jan-09 10:11
mvePete O'Hanlon27-Jan-09 10:11 
AnswerRe: A WPF 'ah-ha' moment for you. Pin
ColinM12327-Jan-09 11:07
ColinM12327-Jan-09 11:07 
Not sure ALL the pistons are firing yet!

I liked this article on how a humble listbox can be completely changed in appearance.
http://bea.stollnitz.com/blog/?p=40[^]
Then going back a few weeks later and understanding (most of) the code this time.

Also as Pete said lots of good WPF authors here on CP.
Same thing, might not quite understand them, but let them sink in and they make more sense on rereading.

Another thing was understanding that XAML is not some mysterious language but you can do things like just make an arraylist with integers and bind it to a listbox, very easily when you know how.
The Pro WPF book has a nice chapter on this at the start. (You might be able to find this on google books, if you don't have a copy)

<window.resources>
<sys2:arraylist x:key="myArrayList" xmlns:x="#unknown" xmlns:sys2="#unknown">
    <sys:int32 xmlns:sys="#unknown">1
    <sys:int32>2
    <sys:int32>3
</sys:int32></sys:int32></sys:int32></sys2:arraylist>
</window.resources>

<listbox itemssource="{StaticResource myArrayList" />


Then once you learn all that WPF stuff, you goto Silverlight and find out half of the good stuff is missing. *sob*


AnswerRe: A WPF 'ah-ha' moment for you. Pin
Mark Salsbery27-Jan-09 11:37
Mark Salsbery27-Jan-09 11:37 
AnswerRe: A WPF 'ah-ha' moment for you. Pin
ColinM12327-Jan-09 11:42
ColinM12327-Jan-09 11:42 
AnswerRe: A WPF 'ah-ha' moment for you. Pin
Jammer29-Jan-09 23:22
Jammer29-Jan-09 23:22 
QuestionText Box Autocomplete Control Pin
boiDev27-Jan-09 3:00
boiDev27-Jan-09 3:00 
AnswerRe: Text Box Autocomplete Control Pin
User 27100927-Jan-09 16:31
User 27100927-Jan-09 16:31 
QuestionTabControl with DataGrid. Columns won't size correctly Pin
aalex67527-Jan-09 0:24
aalex67527-Jan-09 0:24 
AnswerRe: TabControl with DataGrid. Columns won't size correctly Pin
Mark Salsbery27-Jan-09 8:02
Mark Salsbery27-Jan-09 8:02 
GeneralRe: TabControl with DataGrid. Columns won't size correctly Pin
aalex67527-Jan-09 8:07
aalex67527-Jan-09 8:07 
GeneralRe: TabControl with DataGrid. Columns won't size correctly Pin
Mark Salsbery27-Jan-09 11:33
Mark Salsbery27-Jan-09 11:33 
GeneralRe: TabControl with DataGrid. Columns won't size correctly Pin
aalex67527-Jan-09 22:17
aalex67527-Jan-09 22:17 
GeneralRe: TabControl with DataGrid. Columns won't size correctly Pin
Mark Salsbery28-Jan-09 4:48
Mark Salsbery28-Jan-09 4:48 
QuestionChange label font at runtime Pin
Paolo Costa26-Jan-09 4:01
Paolo Costa26-Jan-09 4:01 
AnswerRe: Change label font at runtime Pin
Pete O'Hanlon26-Jan-09 4:08
mvePete O'Hanlon26-Jan-09 4:08 
AnswerRe: Change label font at runtime Pin
BlitzPackage26-Jan-09 5:25
BlitzPackage26-Jan-09 5:25 
GeneralRe: Change label font at runtime Pin
Pete O'Hanlon26-Jan-09 9:12
mvePete O'Hanlon26-Jan-09 9:12 
GeneralRe: Change label font at runtime Pin
BlitzPackage26-Jan-09 14:47
BlitzPackage26-Jan-09 14:47 
GeneralRe: Change label font at runtime Pin
Paolo Costa26-Jan-09 20:58
Paolo Costa26-Jan-09 20:58 

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.