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
-
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 | 47374 Views | Created by irhetoric - Friday, December 07, 2007 9:55 PM | Last reply by Thanigainathan - Monday, May 24, 2010 1:16 PM
-
Discussion0Votes
crystal report
how can i join 4 similar parameter from 4 diffrent tables in crystal report -
Unanswered0Votes
Listview column and per row color question .
<ListView x:Name="myListView" ItemsSource="{Binding Tabs}"> <ListView.View> ... -
Proposed0Votes
How can to change listview particular row and column color?
6 Replies | 127 Views | Created by Vaynette - Monday, July 29, 2013 3:15 AM | Last reply by Vaynette - 1 hour 47 minutes ago -
Unanswered0Votes
Capture UserControl RoutedEvent wrapped in Style
Hi, I've created a RecordNavigation UserControl (xaml and vb.net) and implemented bubbling RoutedEvents for each of the buttons. Public Shared GotoFirstEvent As RoutedEvent ...3 Replies | 71 Views | Created by GRichardson - Wednesday, July 31, 2013 12:27 AM | Last reply by GRichardson - 3 hours 22 minutes ago -
Unanswered0Votes
Bug: Dispatcher and WriteableBitmap
I think I found a bug. It is a little complicated to set up, but here goes. Have only tested on Windows 8. Create new WPF project. Insert an ... -
Unanswered0Votes
Whats new planned for WPF in Next (2013-2014) Visual Studio
Hello. Could someone answer what new is planning for WPF on next VS release? I didn`t find any info about that. Or MS would not update WPF ... -
Unanswered0Votes
MVVMLight command CanExecute not firing after async call
{ Thread.Sleep(2000); // would really call a WCF service SetUndoMessage(); IsBusy = false; }); t.Start(); ...8 Replies | 340 Views | Created by Mr Yossu - Thursday, July 04, 2013 2:52 PM | Last reply by Mr Yossu - 6 hours 5 minutes ago -
Unanswered0Votes
WPF forms Datagrid Highlight row with Checkbox
I have a datagrid with a column of checkboxes and when I select a checkbox I would like to have the row containing the checkbox show its default select row highlighted The checkbox ...2 Replies | 55 Views | Created by k-vic - 14 hours 34 minutes ago | Last reply by k-vic - 6 hours 44 minutes ago -
Unanswered0Votes
How to access a Storyboard TargetName within a Completed Event
I am setting the TargetNameProperty of a StoryBoard in my Resources within code behind and then starting it with Begin(). I also have a Completed event defined withing the XAML. I ... -
Unanswered0Votes
need to create only one tab item not both of them
Hello, I created both tabs as listed below and showing only one Tab at any time (buy using the variables listed below). This is causing stack overflow because I am creating ...4 Replies | 33 Views | Created by NewToReporting - 8 hours 11 minutes ago | Last reply by NewToReporting - 7 hours 48 minutes ago -
Proposed1Votes
Table wont flow to next page of flow document (flow document scroll viewer)
Hi I've developed a prog that displays data on a flow document. This is the structure of the document Title (BlockUIElement) Table (Inline ...3 Replies | 63 Views | Created by phacic - Monday, July 29, 2013 9:39 AM | Last reply by phacic - 9 hours 54 minutes ago -
Answered0Votes
PathFigureCollectionConverter Issue
Hello, In a previous post, I was trying to clone a PathGeometry wpf object without sucess. Then I read somewhere about the PathFigureCollectionConverter class. Then I decided tring ...7 Replies | 2901 Views | Created by Igor Kondrasovas - Friday, July 10, 2009 8:17 PM | Last reply by RodneyAK - 10 hours 7 minutes ago -
Answered0Votes
Unable to start program- Access is denied in VS2010
I am running Windows 7 as a local admin user. I installed Visual Studio 2010 prof. I upgraded from a Win xp 32 bit box to this x64 win 7 box. I tried to start debugging on the WPF ...9 Replies | 6235 Views | Created by sondlerd - Thursday, May 19, 2011 7:43 PM | Last reply by sondlerd - 10 hours 15 minutes ago -
Unanswered0Votes
How to translate the image movement into points of stroke
Hi everyone, I have an image with a menu. I want to draw some lines by choosing an option in the menu. These lines should be drawn on SurfaceInkCanvas by using an object such as an icon or a small ... -
Answered3Votes
How To Move Multiple Items From Listbox to Listbox
I have 2 listboxes. I can select multiple items, but when I click the button, it only moves ONE item. private void ...9 Replies | 116 Views | Created by lynnosler - Wednesday, July 24, 2013 12:12 PM | Last reply by XAML guy - 10 hours 58 minutes ago -
Proposed0Votes
Drawing on SurfaceInkCanvas using object
Hi everyone, we usually use touch to draw on SurfaceInkCanvas. Is there any way to draw on SurfaceInkCanvas by using an object such as an icon or a small image? I want when the user moves a small ...3 Replies | 70 Views | Created by Faro Luce - Tuesday, July 30, 2013 5:04 PM | Last reply by XAML guy - 11 hours 21 minutes ago -
Proposed0Votes
Combobox Selection in WPF
Hi, I am using a combobox in wpf. My combobox itemsource is binded to a list of strings. I am using MVVM(Galasoft) EventToCommand behavior for converting Event To command. I am now ...3 Replies | 42 Views | Created by Deepak Madathil - 14 hours 29 minutes ago | Last reply by XAML guy - 11 hours 35 minutes ago -
Answered1Votes
Performance issue on DataGrid
Hi, I searched similar threads here before submitting mine, but the difference I am experiencing with the rest is that I only have 15 rows and Not 5000. I have user ...12 Replies | 110 Views | Created by Alex Teslin - Monday, July 29, 2013 2:48 PM | Last reply by Alex Teslin - 12 hours 31 minutes ago -
Unanswered0Votes
crystal reporting
i have 4 tables in my crystal report. Table1,Table2,Table3,Table4. i have a common parameter in each of the 4 table and i need a single result adding each of the parameter from all ...1 Replies | 39 Views | Created by ANUPAMA JOSELET - 14 hours 19 minutes ago | Last reply by XAML guy - 12 hours 45 minutes ago -
Answered0Votes
WPF Programatic DataContext Selected Index and IsSelected not being called in Trigger
Greetings, 1. I have a datagrid which I am binding programatically a data set from an sql ...2 Replies | 112 Views | Created by BrettZ - Monday, July 22, 2013 5:50 PM | Last reply by BrettZ - 14 hours 22 minutes ago - Items 1 to 20 of 68888 Next ›