Windows Presentation Foundation (WPF) announcement
-
Link
Hi All,
For updates to WPF, see the team blog. Also many common questions about WPF can be answered be reading the team blog
http://blogs.msdn.com/jgoldb/default.aspx
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky2Votes
Microsoft TechNet Wiki Guru - Winners for August!!
The results for August's TechNet Guru competition have been ...2 Replies | 260 Views | Created by XAML guy - Thursday, September 12, 2013 11:49 PM | Last reply by Ed Price - MSFT - Saturday, September 14, 2013 5:55 AM -
Sticky3Votes
You could be September's TechNet Guru! Turbo charge your CV with awards and interviews! Get noticed!
TechNet Wiki is partnering with... YOU! Give us some juicy technical content and we might big you up! It really is that ...4 Replies | 253 Views | Created by XAML guy - Sunday, September 01, 2013 8:51 PM | Last reply by Ed Price - MSFT - Saturday, September 21, 2013 12:10 AM -
Sticky1Votes
Moving from Winforms to WPF
Many questions on this forum are from people moving from WinForms to WPF. If this is you, please read this TechNet article - Moving from ... -
Sticky4Votes
ANN: The New Iteration: How XAML Transforms the Collaboration Between Designers and Developers in WPF
I'm excited to announce the availability of a white paper that's been long in the making: The New Iteration: How XAML Transforms the Collaboration Between Designers and ...18 Replies | 48452 Views | Created by irhetoric - Friday, December 07, 2007 9:55 PM | Last reply by Thanigainathan - Monday, May 24, 2010 1:16 PM
-
Unanswered0Votes
WPF 3D Graphics in C#
Hello, I'm trying to make a 3D plane in C#, it runs with no error, but why the plane doesn't show up? My code is below: <Window x:Class="Water.MainWindow" ...2 Replies | 107 Views | Created by How to use mouse and keyboard rotate camera in WPF - Wednesday, September 18, 2013 6:45 AM | Last reply by How to use mouse and keyboard rotate camera in WPF - 2 hours 59 minutes ago -
Unanswered0Votes
plzzzzzzzzzz............ tell me answer
Error 2 Argument 1: cannot convert from 'string' to 'System.Data.SqlClient.SqlCommand'2 Replies | 67 Views | Created by vishnu.nadiminti - 23 hours 6 minutes ago | Last reply by immeraufdemhund - 3 hours 54 minutes ago -
Unanswered0Votes
Generic.xaml not able to be seen by the WPF designer in a Winforms application
:) first post on this forum. I'm used to Stackoverflow. Sorry if i break any of the etiquette of this forum. So to start off I have seen this problem in VS2010, 2012, and 2013 RC. The project I ... -
Unanswered1Votes
Using Threads in WPF
1 Then lblMessages.Content = "More than one ...1 Replies | 89 Views | Created by mutlyp - Saturday, September 21, 2013 4:12 AM | Last reply by sqlguy - 8 hours 27 minutes ago -
Unanswered0Votes
User Control - Triggers not found or not accessible
Hello, I am very new to this wpf stuff and I was trying to follow a tutorial to create a user control with dependency property using wpf framework and ran into road ...2 Replies | 56 Views | Created by FrankTo - Friday, September 20, 2013 6:27 PM | Last reply by sqlguy - 11 hours 54 minutes ago -
Answered0Votes
Nested Datagrids
Hello, I have a question about nesting two datagrids. I have a main datagrid which is bound to a ObservableCollection of custom objects ...2 Replies | 63 Views | Created by marcel222 - 15 hours 5 minutes ago | Last reply by marcel222 - 13 hours 17 minutes ago -
Answered0Votes
clrnamespace mapping not finding EF entity type
I'm a little baffled by this because it seems straightforward enough to do, yet is not working. I have a little prototype application that I have added an EF model to. I wanted to try out the ...1 Replies | 56 Views | Created by EastShores - 14 hours 56 minutes ago | Last reply by EastShores - 13 hours 34 minutes ago -
Unanswered0Votes
Usercontrol with stackpanel of images
Hello, I would like to build a usercontrol with one inside the other ScrollViewer, StackPanel, image. In the code I would like to be able to ...5 Replies | 63 Views | Created by first100 - 16 hours 38 minutes ago | Last reply by sqlguy - 13 hours 39 minutes ago -
Unanswered0Votes
Virtual Kiosk
I want to run away to a safe bi bi kiosk selected file How to make a virtual kiosk????? sample: comodo firewall (virtual kiosk) -
Unanswered0Votes
Trouble finding ViewModel property from ListView
Hi, I have a rather complicated data binding template and I'm not able to find away back to my ViewModel to access a property and command. This is how my xaml is ... -
Unanswered0Votes
Printing RTF WPF
hello Im trying to print a rtf in a table cell with all format. Im really a beginner. using this code: FlowDocument myfl = ...4 Replies | 208 Views | Created by RyleTinashe - Thursday, September 12, 2013 3:41 PM | Last reply by RyleTinashe - Saturday, September 21, 2013 1:36 AM -
Discussion3Votes
You could be September's TechNet Guru! Turbo charge your CV with awards and interviews! Get noticed!
TechNet Wiki is partnering with... YOU! Give us some juicy technical content and we might big you up! It really is that ...4 Replies | 253 Views | Created by XAML guy - Sunday, September 01, 2013 8:51 PM | Last reply by Ed Price - MSFT - Saturday, September 21, 2013 12:10 AM -
Unanswered0Votes
Loading one User Control according the option selected
My aim is load an User Control in my view under user criteria selection. My View: <Window ... -
Answered0Votes
Help using Expander with a Listbox using a object class...
this.PercentageText); } } private ObservableCollection<ReferenceWritingsState> referenceWritingsOfState; public ObservableCollection<ReferenceWritingsState> ...5 Replies | 111 Views | Created by VcDeveloper - Wednesday, September 18, 2013 7:29 AM | Last reply by VcDeveloper - Friday, September 20, 2013 9:02 PM -
Unanswered1Votes
No ScrollBar in DataGrid and it's NOT in a Stack Panel
I have a DataGrid inside a Grid that will not display a vertical scroll bar when needed. I've read many post re:this issue and tried lot's of solutions but nothing seems to fix this issue. Below ...3 Replies | 81 Views | Created by wind07 - Friday, September 20, 2013 4:38 PM | Last reply by noorbakhsh - Friday, September 20, 2013 8:59 PM -
Answered1Votes
PropertyChanged Null when not visible
hi, I am having issue with a Collection shown in a Listview giving null on PropertyChanged when the item is not visible in the UI Here is what ...6 Replies | 272 Views | Created by Brad SDS - Friday, August 23, 2013 8:48 PM | Last reply by Brad SDS - Friday, September 20, 2013 7:23 PM -
Unanswered0Votes
SSRS Report Chart Rendering Issue
Hi, I've got a chart in one of my reports that will render all information correctly, but only when it feels like it, it seems. The chart is to display three area ... -
Unanswered0Votes
how close window from buttom inside content template
Hi guys In the App.xaml have a style for window to define the title bar and border of all window in my ...1 Replies | 51 Views | Created by Marcelo Arguello - Friday, September 20, 2013 5:32 PM | Last reply by Khanna Gaurav - Friday, September 20, 2013 6:42 PM -
Unanswered0Votes
"Attached" TextBox in the Outlook 2007+
Hi everyone, There is a TextBox in the Outlook 2007+, that shows the attached files separeted by a semicolon. You can freely delete/move them as usual text. Would you please explain ... -
Unanswered0Votes
How to load Crystal Report in WPF C# using entity data model?
Hi,Guys i try to load crystal report in WPF window using entity data model but it doesn't load , how to load it ? i used this ... - Items 1 to 20 of 69618 Next ›