Click here to Skip to main content
16,008,490 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Get WPF control from one point Pin
tinytoon_lk22-Aug-10 22:27
tinytoon_lk22-Aug-10 22:27 
QuestionHow to plan a project both in WPF and Silverlight Pin
David Shapira18-Aug-10 8:01
David Shapira18-Aug-10 8:01 
AnswerRe: How to plan a project both in WPF and Silverlight Pin
Ian Shlasko18-Aug-10 9:06
Ian Shlasko18-Aug-10 9:06 
GeneralRe: How to plan a project both in WPF and Silverlight Pin
David Shapira18-Aug-10 9:25
David Shapira18-Aug-10 9:25 
GeneralRe: How to plan a project both in WPF and Silverlight Pin
Ian Shlasko18-Aug-10 9:28
Ian Shlasko18-Aug-10 9:28 
GeneralRe: How to plan a project both in WPF and Silverlight Pin
David Shapira18-Aug-10 12:02
David Shapira18-Aug-10 12:02 
GeneralRe: How to plan a project both in WPF and Silverlight Pin
#realJSOP18-Aug-10 15:57
professional#realJSOP18-Aug-10 15:57 
GeneralRe: How to plan a project both in WPF and Silverlight Pin
David Shapira19-Aug-10 5:21
David Shapira19-Aug-10 5:21 
Why harsh, on the contrary, very simple:
1. Change the output type of the Project to Windows Application.
2. Replace the agclr.dll reference with references to PresentationCore.dll and PresentationFramework.dll.
3. Your main XAML window will inherit from System.Windows.Window, not Panel.
4. In your Window XAML declaration, you'll need to change 'xmlns="http://schemas.microsoft.com/client/2007"' to 'xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"'
5. Another option is to create a new WPF project and copying your code into it. I can't tell you which would be easier or more efficient.
6. Of course, some things will be likely be broken, but they should be minimal and easily fixed.

Enjoy your life
GeneralRe: How to plan a project both in WPF and Silverlight Pin
Mycroft Holmes18-Aug-10 21:00
professionalMycroft Holmes18-Aug-10 21:00 
AnswerRe: How to plan a project both in WPF and Silverlight Pin
Abhinav S18-Aug-10 21:31
Abhinav S18-Aug-10 21:31 
AnswerRe: How to plan a project both in WPF and Silverlight Pin
RichardGrimmer8-Sep-10 5:01
RichardGrimmer8-Sep-10 5:01 
Questionfind ancestor Pin
DTh197817-Aug-10 17:30
DTh197817-Aug-10 17:30 
AnswerRe: find ancestor Pin
#realJSOP18-Aug-10 4:12
professional#realJSOP18-Aug-10 4:12 
AnswerRe: find ancestor Pin
Ian Shlasko18-Aug-10 4:31
Ian Shlasko18-Aug-10 4:31 
QuestionGETTING THIS ERROR IN SILVERLIGHT CHAT PROJECT Pin
kibok17-Aug-10 6:36
kibok17-Aug-10 6:36 
AnswerRe: GETTING THIS ERROR IN SILVERLIGHT CHAT PROJECT Pin
Abhinav S17-Aug-10 18:38
Abhinav S17-Aug-10 18:38 
QuestionWPF: Converting nested DrawingGroup to nested DrawingVisual [modified] Pin
Paul Selormey16-Aug-10 19:57
Paul Selormey16-Aug-10 19:57 
QuestionCustom Rendering Ink Pin
Tony Honter16-Aug-10 5:32
Tony Honter16-Aug-10 5:32 
Questionhtmlpage.window.navigation help Pin
yogesh_kumar_agarwal16-Aug-10 4:40
yogesh_kumar_agarwal16-Aug-10 4:40 
AnswerRe: htmlpage.window.navigation help Pin
yogesh_kumar_agarwal18-Aug-10 20:40
yogesh_kumar_agarwal18-Aug-10 20:40 
QuestionHow to bind data for wpf datagridcombobox column in browser application Pin
krajasekhar216-Aug-10 3:08
krajasekhar216-Aug-10 3:08 
QuestionHow can i add simple .net control (net wpf control ) into wpf window ? Pin
Yanshof14-Aug-10 21:47
Yanshof14-Aug-10 21:47 
AnswerRe: How can i add simple .net control (net wpf control ) into wpf window ? Pin
Abhinav S14-Aug-10 22:37
Abhinav S14-Aug-10 22:37 
GeneralRe: How can i add simple .net control (net wpf control ) into wpf window ? Pin
Yanshof14-Aug-10 22:43
Yanshof14-Aug-10 22:43 
GeneralRe: How can i add simple .net control (net wpf control ) into wpf window ? Pin
Abhinav S15-Aug-10 0:49
Abhinav S15-Aug-10 0:49 

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.