Click here to Skip to main content
15,893,337 members
Home / Discussions / WPF
   

WPF

 
QuestionHow to create a "Are you sure pop-up when closing application (with never show this message again check box)" using WPF and C#?. Pin
rajeberer12-Nov-09 20:40
rajeberer12-Nov-09 20:40 
AnswerRe: How to create a "Are you sure pop-up when closing application (with never show this message again check box)" using WPF and C#?. Pin
Richard MacCutchan12-Nov-09 22:52
mveRichard MacCutchan12-Nov-09 22:52 
QuestionHelp with a custom layered bitmap control in WPF Pin
BryanWilkins12-Nov-09 14:38
professionalBryanWilkins12-Nov-09 14:38 
AnswerRe: Help with a custom layered bitmap control in WPF[Solved] Pin
BryanWilkins16-Nov-09 2:33
professionalBryanWilkins16-Nov-09 2:33 
Questionlistbox problems Pin
loyal ginger12-Nov-09 9:01
loyal ginger12-Nov-09 9:01 
AnswerRe: listbox problems Pin
Pete O'Hanlon12-Nov-09 9:26
mvePete O'Hanlon12-Nov-09 9:26 
QuestionMessage Removed Pin
12-Nov-09 3:28
professionalN_tro_P12-Nov-09 3:28 
AnswerRe: Silverlight 3 tutorial Pin
Mark Salsbery12-Nov-09 6:54
Mark Salsbery12-Nov-09 6:54 
Collin Jasnoch wrote:
I did some searching and keep getting 2.0


All the 2.0 stuff applies to 3.0. If you know 2, then you
could jump right to What's New in Silverlight 3[^]

There's a bunch of resources here: Silverlight: Get Started[^]

If you already know WPF then most tutorials are probably
going to be too basic. In that case you can always go right
to the documentation: Silverlight[^]

Also, the Silverlight Forums[^] are a great resource and
very active.

Silverlight doesn't have commanding and lacks many of the
data binding features of WPF, but often these can be emulated
in a few lines of code in code-behind, which may apply to the view
but should only break your model if you chose. You do know the XAML
just gets converted to code too, right? So extending, for example, a
UserControl's XAML with some code in the UserControl's class is just
the same as adding XAML.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionDesigner issue Pin
Tauseef A12-Nov-09 3:18
Tauseef A12-Nov-09 3:18 
AnswerRe: Designer issue Pin
Mark Salsbery12-Nov-09 7:00
Mark Salsbery12-Nov-09 7:00 
QuestionRe: Designer issue Pin
Tauseef A12-Nov-09 19:43
Tauseef A12-Nov-09 19:43 
AnswerRe: Designer issue Pin
Mark Salsbery12-Nov-09 21:36
Mark Salsbery12-Nov-09 21:36 
QuestionRe: Designer issue Pin
Tauseef A13-Nov-09 7:04
Tauseef A13-Nov-09 7:04 
AnswerRe: Designer issue Pin
Mark Salsbery13-Nov-09 7:18
Mark Salsbery13-Nov-09 7:18 
QuestionWPF Grid View Pin
sankarganesh11-Nov-09 21:48
sankarganesh11-Nov-09 21:48 
AnswerRe: WPF Grid View Pin
Pete O'Hanlon11-Nov-09 22:32
mvePete O'Hanlon11-Nov-09 22:32 
QuestionSet the Text property of a TextBox Pin
soup11-Nov-09 11:53
soup11-Nov-09 11:53 
AnswerRe: Set the Text property of a TextBox Pin
Christian Graus11-Nov-09 14:08
protectorChristian Graus11-Nov-09 14:08 
GeneralRe: Set the Text property of a TextBox Pin
soup11-Nov-09 22:25
soup11-Nov-09 22:25 
AnswerRe: Set the Text property of a TextBox Pin
Jeremy Hutchinson12-Nov-09 5:03
professionalJeremy Hutchinson12-Nov-09 5:03 
GeneralRe: Set the Text property of a TextBox Pin
soup12-Nov-09 5:37
soup12-Nov-09 5:37 
QuestionHow to find Duplicate record using silverlight web service Pin
Sundeep Ganiga11-Nov-09 3:34
Sundeep Ganiga11-Nov-09 3:34 
QuestionInvoke WPF window from VBA Pin
AksharRoop11-Nov-09 2:50
AksharRoop11-Nov-09 2:50 
Questionreference issue Pin
Tauseef A10-Nov-09 19:45
Tauseef A10-Nov-09 19:45 
AnswerRe: reference issue Pin
Mark Salsbery11-Nov-09 9:58
Mark Salsbery11-Nov-09 9: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.