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

WPF

 
AnswerRe: Databinding textbox to double Pin
Pete O'Hanlon24-Mar-09 3:56
mvePete O'Hanlon24-Mar-09 3:56 
GeneralRe: Databinding textbox to double Pin
ErikZ24-Mar-09 4:01
ErikZ24-Mar-09 4:01 
GeneralRe: Databinding textbox to double Pin
Pete O'Hanlon24-Mar-09 4:18
mvePete O'Hanlon24-Mar-09 4:18 
GeneralRe: Databinding textbox to double Pin
ErikZ24-Mar-09 20:06
ErikZ24-Mar-09 20:06 
Questionsilverlight and dlls Pin
VCsamir24-Mar-09 2:24
VCsamir24-Mar-09 2:24 
AnswerRe: silverlight and dlls Pin
Mark Salsbery24-Mar-09 6:01
Mark Salsbery24-Mar-09 6:01 
GeneralRe: silverlight and dlls Pin
VCsamir30-Mar-09 0:49
VCsamir30-Mar-09 0:49 
GeneralRe: silverlight and dlls Pin
Mark Salsbery30-Mar-09 6:06
Mark Salsbery30-Mar-09 6:06 
In theory you could use a C++/CLI DLL in Silverlight but you'd
have to do the following:

Compile with /clr:pure
Eliminate all references to .NET framework assemblies
Only reference Silverlight framework assemblies
Eliminate any use of the CRT (C runtime)

At that point you essentially have C# so you're not getting any benefit from C++.

Even if you do all of the above, I've heard it still won't work properly
because the MSIL produced by the C++ compiler has some incompatibility with
the Silverlight "runtime".

Give it a try if you want, but it's currently not supported.

Just use C# Smile | :)

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionWhat is the Exact use of WF??? Pin
Narendra Reddy Vajrala24-Mar-09 2:18
Narendra Reddy Vajrala24-Mar-09 2:18 
AnswerRe: What is the Exact use of WF??? Pin
#realJSOP24-Mar-09 2:58
mve#realJSOP24-Mar-09 2:58 
GeneralRe: What is the Exact use of WF??? Pin
Kevin McFarlane24-Mar-09 5:30
Kevin McFarlane24-Mar-09 5:30 
GeneralRe: What is the Exact use of WF??? Pin
#realJSOP24-Mar-09 6:14
mve#realJSOP24-Mar-09 6:14 
GeneralRe: What is the Exact use of WF??? Pin
Mark Salsbery24-Mar-09 6:29
Mark Salsbery24-Mar-09 6:29 
GeneralRe: What is the Exact use of WF??? Pin
#realJSOP24-Mar-09 9:51
mve#realJSOP24-Mar-09 9:51 
GeneralRe: What is the Exact use of WF??? Pin
Kevin McFarlane24-Mar-09 6:49
Kevin McFarlane24-Mar-09 6:49 
AnswerRe: What is the Exact use of WF??? Pin
Kevin McFarlane24-Mar-09 7:08
Kevin McFarlane24-Mar-09 7:08 
AnswerRe: What is the Exact use of WF??? Pin
snowwolfchicago27-Mar-09 13:11
snowwolfchicago27-Mar-09 13:11 
GeneralRe: What is the Exact use of WF??? Pin
Narendra Reddy Vajrala30-Mar-09 5:39
Narendra Reddy Vajrala30-Mar-09 5:39 
QuestionWPF Setup Pin
GomathiR24-Mar-09 1:21
GomathiR24-Mar-09 1:21 
AnswerRe: WPF Setup Pin
Pete O'Hanlon24-Mar-09 1:28
mvePete O'Hanlon24-Mar-09 1:28 
GeneralRe: WPF Setup Pin
GomathiR24-Mar-09 19:18
GomathiR24-Mar-09 19:18 
GeneralRe: WPF Setup Pin
Pete O'Hanlon25-Mar-09 22:43
mvePete O'Hanlon25-Mar-09 22:43 
AnswerRe: WPF Setup Pin
Michael Bookatz24-Mar-09 5:32
Michael Bookatz24-Mar-09 5:32 
AnswerRe: WPF Setup Pin
ramz_g25-Mar-09 20:33
ramz_g25-Mar-09 20:33 
Questionproblem in scroll Pin
amer shammout24-Mar-09 0:40
amer shammout24-Mar-09 0:40 

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.