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

WPF

 
AnswerRe: Silverlight Error in Server Pin
ColinM1237-Jan-09 13:34
ColinM1237-Jan-09 13:34 
QuestionWCF SSL For Newbies Pin
Jammer6-Jan-09 3:26
Jammer6-Jan-09 3:26 
AnswerRe: WCF SSL For Newbies Pin
Mark Salsbery6-Jan-09 6:30
Mark Salsbery6-Jan-09 6:30 
GeneralRe: WCF SSL For Newbies Pin
Jammer6-Jan-09 22:18
Jammer6-Jan-09 22:18 
GeneralRe: WCF SSL For Newbies Pin
Pete O'Hanlon6-Jan-09 22:27
mvePete O'Hanlon6-Jan-09 22:27 
GeneralRe: WCF SSL For Newbies Pin
Jammer6-Jan-09 22:41
Jammer6-Jan-09 22:41 
QuestionWhat is the best solution for User Interface of VC++ app? Pin
xiaolin.lan5-Jan-09 22:22
xiaolin.lan5-Jan-09 22:22 
AnswerRe: What is the best solution for User Interface of VC++ app? Pin
Mark Salsbery6-Jan-09 6:37
Mark Salsbery6-Jan-09 6:37 
I don't know what the best solution for you is, but in my opinion
WPF isn't the best solution if you stay with C++.
First, WPF is managed. Second, you'll get no designer support in
Visual Studio or Expression for C++.

If WPF's features and programming model suit your needs, I would use
C# for the UI, keep your existing native C++ in DLLs if necessary, and
use C++/CLI to bridge between the managed and native code.
In fact, that's what I did/do Smile | :)

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionRe: What is the best solution for User Interface of VC++ app? [modified] Pin
xiaolin.lan6-Jan-09 14:33
xiaolin.lan6-Jan-09 14:33 
QuestionDragMove() method for other elements ? Pin
Mohammad Dayyan5-Jan-09 20:41
Mohammad Dayyan5-Jan-09 20:41 
AnswerRe: DragMove() method for other elements ? Pin
User 2710096-Jan-09 3:20
User 2710096-Jan-09 3:20 
GeneralRe: DragMove() method for other elements ? Pin
Mohammad Dayyan7-Jan-09 23:38
Mohammad Dayyan7-Jan-09 23:38 
GeneralRe: DragMove() method for other elements ? Pin
User 2710098-Jan-09 1:24
User 2710098-Jan-09 1:24 
QuestionIntegrating Onlinehelp(.chm file) with xbap application Pin
hemakrishnan5-Jan-09 19:19
hemakrishnan5-Jan-09 19:19 
QuestionHow to customize built in Commands in WPF C# Pin
Emir Gracanin5-Jan-09 16:11
Emir Gracanin5-Jan-09 16:11 
AnswerRe: How to customize built in Commands in WPF C# Pin
Jani Giannoudis5-Jan-09 20:12
Jani Giannoudis5-Jan-09 20:12 
QuestionHow to retrieve object from a web page to create WPF dynamically Pin
vsaratkar5-Jan-09 15:16
vsaratkar5-Jan-09 15:16 
QuestionDyanmically creating tab items with similar input fields to the existing tab page Pin
atl_5-Jan-09 11:35
atl_5-Jan-09 11:35 
AnswerRe: Dyanmically creating tab items with similar input fields to the existing tab page Pin
ColinM1235-Jan-09 15:56
ColinM1235-Jan-09 15:56 
QuestionHow to correctly bind to BLL objects in WPF Pin
darthBug5-Jan-09 11:23
darthBug5-Jan-09 11:23 
QuestionDo we have a something like <i>z-index</i> (HTML) in XAML ? Pin
Mohammad Dayyan5-Jan-09 10:03
Mohammad Dayyan5-Jan-09 10:03 
AnswerRe: Do we have a something like z-index (HTML) in XAML ? Pin
Pete O'Hanlon5-Jan-09 10:08
mvePete O'Hanlon5-Jan-09 10:08 
GeneralRe: Do we have a something like z-index (HTML) in XAML ? Pin
Mohammad Dayyan5-Jan-09 10:12
Mohammad Dayyan5-Jan-09 10:12 
GeneralRe: Do we have a something like z-index (HTML) in XAML ? Pin
Pete O'Hanlon5-Jan-09 10:33
mvePete O'Hanlon5-Jan-09 10:33 
AnswerRe: Do we have a something like z-index (HTML) in XAML ? Pin
Mark Salsbery5-Jan-09 11:23
Mark Salsbery5-Jan-09 11:23 

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.