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
-
0 Votes
Windows Presentation Foundation (WPF) forum will be migrating to a new home on Microsoft Q&A (Preview)!
We’ve listened to your feedback on how we can enhance the forum experience. Microsoft Q&A(Preview) allows us to add new functionality and enables easier access to all the ...Sticky | 19 Replies | 6219 Views | Created by Charles He21 - Tuesday, February 25, 2020 2:14 AM | Last reply by Charles He21 - Tuesday, March 3, 2020 9:22 AM -
1 Votes
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 ... -
4 Votes
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 ...Sticky | 18 Replies | 72790 Views | Created by irhetoric - Friday, December 7, 2007 9:55 PM | Last reply by Thanigainathan - Monday, May 24, 2010 1:16 PM
Found 84947 threads
-
7 Votes
Memory leak issue in WPFcustom textbox control
Hi Team, I have created custom textbox control which was derived from TextBox control. In CustomTextBox, the memory leak exists even after disposing all the instances of ...Unanswered | 4 Replies | 4309 Views | Created by ssaran046 - Thursday, March 26, 2020 6:42 AM | Last reply by Peter Fleischer - Saturday, March 28, 2020 6:33 AM -
0 Votes
TextBox. GetLineIndexFromCharacterIndex returns -1 when passing in large text
The sample code below calls the GetLineIndexFromCharacterIndex method on the TextBox and it returns -1 when passing in text 55,000 or larger. Is this a bug and is there a work-around for ...Unanswered | 4 Replies | 4115 Views | Created by moondaddy - Sunday, March 22, 2020 10:21 PM | Last reply by moondaddy - Friday, March 27, 2020 3:19 PM -
0 Votes
I want to be able to select a folder and search/print to a list the key phrase I've specified. Currently I can only do individual files. I'm a beginner.
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using ...Unanswered | 2 Replies | 2870 Views | Created by spum0n1 - Thursday, March 26, 2020 4:47 PM | Last reply by Charles He21 - Friday, March 27, 2020 8:51 AM -
0 Votes
WPF Media Element - Weird Colors
Hi, I've used different videos in different formats but for some reason the built-in media element is displaying weird colors. What's supposed to be pitch-black is somewhat greyish ...Unanswered | 2 Replies | 4119 Views | Created by TheKapster - Tuesday, March 24, 2020 2:45 AM | Last reply by Charles He21 - Friday, March 27, 2020 8:46 AM -
0 Votes
I am using visual studio 2019 c# wpf Help me quickly
When I click to window I see wizard(propeties) button,I can see it but wizard(properties) button doesnt't apper what can I doUnanswered | 5 Replies | 4169 Views | Created by anilaydinalp - Monday, March 23, 2020 12:54 PM | Last reply by Charles He21 - Friday, March 27, 2020 8:39 AM -
0 Votes
WPF tree view how do I add to the selected item
public List<TreeViewList> treelist = new List<TreeViewList>(); private void AddFolder_Click(object sender, RoutedEventArgs e) ...Unanswered | 3 Replies | 3903 Views | Created by WPF tree view how do I add to the selected item - Saturday, March 21, 2020 2:15 AM | Last reply by Charles He21 - Friday, March 27, 2020 8:31 AM -
0 Votes
Starting a Program
Hi People I am a beginner to programming and self taught, but I was wondering if people could give me there opinion: Best way to build a WPF C# ...Unanswered | 2 Replies | 3756 Views | Created by Warp_Speed - Friday, March 20, 2020 1:15 PM | Last reply by Charles He21 - Friday, March 27, 2020 8:23 AM -
0 Votes
populate cascading combobox with Entity Framework
Hi All. I created simple WPF form with two ComboBoxes. I populated one ComboBox public List<Customer> ...Unanswered | 10 Replies | 5364 Views | Created by zleug - Wednesday, March 18, 2020 3:59 AM | Last reply by Charles He21 - Friday, March 27, 2020 8:18 AM -
0 Votes
ERROR: System.Xml.XmlException: 'Name cannot begin with the '<' character, hexadecimal value 0x3C
Whenever I try to send a POST request to my API it gives me this error in my WPF application. I've tried to search for "<<<" in my application but there were no results for this. ...Unanswered | 2 Replies | 5715 Views | Created by Noahi23 - Monday, March 16, 2020 1:12 PM | Last reply by Charles He21 - Friday, March 27, 2020 8:11 AM -
0 Votes
Removing line chart datapoints where dependency property is null
I have a line and bar chart showing the monthly movement in a bank account and the account balance (cashflow) as illustrated: The account in this example was ...Unanswered | 3 Replies | 4143 Views | Created by Mike Whalley - Monday, March 16, 2020 12:38 PM | Last reply by Charles He21 - Friday, March 27, 2020 8:05 AM -
0 Votes
WPF Listview touch issue on window 10: "an event of another datatemplate is triggered while it may not happen"
Before we start:- (links will be provided later) Detailed information of the problem can be found on stackoverflow. We have created a simple test-project, which ...Unanswered | 3 Replies | 4094 Views | Created by Free_development - Friday, March 13, 2020 9:31 AM | Last reply by Charles He21 - Friday, March 27, 2020 7:56 AM -
0 Votes
App won't come to the foreground when started
I have a WPF application that when I start it from Visual Studio, its main Window goes to the background rather than becoming the foremost window. I tried adding the code below to the Window, ...Unanswered | 4 Replies | 4294 Views | Created by Will Pittenger - Sunday, March 15, 2020 5:09 AM | Last reply by Charles He21 - Friday, March 27, 2020 7:43 AM -
1 Votes
Help with WPF LIST and datagrid
hi, iam creating a WPF for create a new clients. (Name, age, etc), and put that info on a datagrid. Its work fine if i do only in a single WPF window. The problem is i need show that datagrid on ...Answered | 6 Replies | 4270 Views | Created by Miuten - Friday, March 20, 2020 6:03 PM | Last reply by Miuten - Wednesday, March 25, 2020 12:18 AM -
0 Votes
Get all tray icons (in taskbar) and display them in wpf.
I have been googling for this one for ages but I don't understand how to do this. I am making my own task bar and i want to get all of the icons and click events for the ...Answered | 27 Replies | 6183 Views | Created by supertiger1234 - Thursday, March 19, 2020 11:15 AM | Last reply by supertiger1234 - Saturday, March 21, 2020 9:47 AM -
7 Votes
How to remove history/navigation from a WPF Frame
Hello, i have a WPF Window, and on pressing Button A i want to display some content in a certain area of my window. when pressing "Button B" the content ...Answered | 7 Replies | 35037 Views | Created by Phelyks - Tuesday, August 11, 2009 4:08 PM | Last reply by Page404 - Friday, March 20, 2020 12:29 PM -
1 Votes
WPF Grid MouseUp Event(s) not working
I have tried all the following events: MouseUp, MouseLeftButtonUp, Preview<> ... I also tried to use the this.AddHandler(UIElement, <delegate>, true) so as to demand ...Answered | 7 Replies | 17586 Views | Created by ian mcdavid - Sunday, September 12, 2010 10:39 AM | Last reply by Thebro40 - Thursday, March 19, 2020 7:28 AM -
0 Votes
SharedSizeGroup not working between MenuItem and Separator
I have successfully styled/templated ContextMenu and MenuItem. In particular, my approach uses the sharing of sizing properties between grids (Grid.IsSharedSizeScope). Nothing really fancy; basically ...Unanswered | 2 Replies | 3589 Views | Created by mister.nobody - Friday, March 13, 2020 8:28 PM | Last reply by mister.nobody - Tuesday, March 17, 2020 8:01 PM -
0 Votes
Webview 5.11 presenting blank window from local intranet site, C# WPF
I'm trying to set a very simple WPF application that will only pull a local HTML page that is a live and functioning as expected, hosted in our work place. we have no internet connection ...Unanswered | 2 Replies | 3839 Views | Created by Wavestone - Friday, March 13, 2020 7:48 AM | Last reply by Wavestone - Tuesday, March 17, 2020 10:02 AM -
1 Votes
Combobox binding question
I'm racking my head with the following: When I run the code and make selection: Item1 I get the result: System.Windows.Controls.ComboBoxItem: ...Answered | 4 Replies | 3994 Views | Created by knarfo - Sunday, March 15, 2020 9:27 PM | Last reply by Alex-KSGZ - Tuesday, March 17, 2020 1:17 AM -
1 Votes
C# Application : modify a cs configuration file
Hello, In my C# application I have a cs file which containing my ftp parameters : class FtpConfig { public ...Answered | 2 Replies | 4041 Views | Created by gauthiermt - Monday, March 16, 2020 4:36 PM | Last reply by DA924x - Monday, March 16, 2020 9:15 PM - Items 1 to 20 of 84947 Next ›
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