Click here to Skip to main content
16,007,760 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: How to get an Obejct from WPF ListBox?? Pin
saku6913-Feb-09 2:30
saku6913-Feb-09 2:30 
GeneralRe: How to get an Obejct from WPF ListBox?? Pin
ABitSmart13-Feb-09 2:36
ABitSmart13-Feb-09 2:36 
QuestionRe: How to get an Obejct from WPF ListBox?? [modified] Pin
saku6915-Feb-09 18:07
saku6915-Feb-09 18:07 
AnswerRe: How to get an Obejct from WPF ListBox?? Pin
ABitSmart15-Feb-09 21:54
ABitSmart15-Feb-09 21:54 
QuestionPost msg. to/from MFC app.? Pin
Michael Pauli12-Feb-09 2:17
Michael Pauli12-Feb-09 2:17 
AnswerRe: Post msg. to/from MFC app.? Pin
Mark Salsbery12-Feb-09 9:30
Mark Salsbery12-Feb-09 9:30 
GeneralRe: Post msg. to/from MFC app.? [modified] Pin
sivaddrahcir18-Feb-09 9:59
sivaddrahcir18-Feb-09 9:59 
QuestionTesting Event on Custom WPF Control Pin
Jammer12-Feb-09 1:24
Jammer12-Feb-09 1:24 
AnswerRe: Testing Event on Custom WPF Control Pin
ABitSmart12-Feb-09 16:11
ABitSmart12-Feb-09 16:11 
GeneralRe: Testing Event on Custom WPF Control Pin
Jammer13-Feb-09 2:31
Jammer13-Feb-09 2:31 
GeneralRe: Testing Event on Custom WPF Control [modified] Pin
Calin Tatar13-Feb-09 5:13
Calin Tatar13-Feb-09 5:13 
GeneralRe: Testing Event on Custom WPF Control Pin
Jammer13-Feb-09 6:38
Jammer13-Feb-09 6:38 
Question[Message Deleted] Pin
S.Neela11-Feb-09 23:50
S.Neela11-Feb-09 23:50 
QuestionRe: WPF - Setting the SelectedValue in a binded combobox on loading a window or usercontrol Pin
Mark Salsbery12-Feb-09 10:15
Mark Salsbery12-Feb-09 10:15 
QuestionListView problem Pin
Xaverria11-Feb-09 21:53
Xaverria11-Feb-09 21:53 
AnswerRe: ListView problem Pin
ABitSmart12-Feb-09 16:51
ABitSmart12-Feb-09 16:51 
QuestionSilverlight, WPF WBA and ASP.NET [modified] Pin
devvvy11-Feb-09 20:37
devvvy11-Feb-09 20:37 
AnswerRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 5:55
Mark Salsbery12-Feb-09 5:55 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 14:13
devvvy12-Feb-09 14:13 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 14:36
Mark Salsbery12-Feb-09 14:36 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 14:41
devvvy12-Feb-09 14:41 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 15:17
Mark Salsbery12-Feb-09 15:17 
You can publish XBAPs to an IIS server or any other web server.
ClickOnce deployment is used to download and install the XBAP behind the scenes.

Windows Presentation Foundation XAML Browser Applications Overview[^]
Deploying a WPF Application (WPF)[^]

Silverlight uses its own stripped down .NET framework, which has implementations
for other platforms (Mac and Unix-via-mono so far).

I think WPF XBAPs are more appropriate for corporate/enterprisey networks.
The requirement for .NET 3.x+ framework makes them useless for cross platform
situations. However, if you know all your clients will have .net 3.5 and be running on Windows,
then an XBAP can make more sense since it has access to the full .NET framework, and WPF
has a much richer XAML implementation than Silverlight does.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 15:22
devvvy12-Feb-09 15:22 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 15:30
Mark Salsbery12-Feb-09 15:30 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 15:31
devvvy12-Feb-09 15:31 

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.