No announcements
Found 1382521 threads
-
0 Votes
Application-Wide Font Size
I was hoping by specifying the TargetType= {x:Type Control}(instead of Label in above case) would set for whole application, but that doesnt seem to work.Answered | 5 Replies | 4420 Views | Created by rutt - Tuesday, March 3, 2009 8:08 PM | Last reply by Hua Chen - Tuesday, March 10, 2009 4:31 AM -
1 Votes
WPF app with command line functionality
0) { DoMyJob(args[0]); return; } Button button = new Button() { Content = ...Answered | 3 Replies | 4039 Views | Created by ronan001 - Friday, August 7, 2009 9:46 PM | Last reply by ronan001 - Monday, August 10, 2009 3:21 PM -
0 Votes
Launching new wpf application from a wpf application
I am not sure how to launch a new wpf dektop application on click of some button on the parent application.Answered | 2 Replies | 643 Views | Created by tireless_commited - Friday, April 8, 2016 5:34 PM | Last reply by Magnus (MM8) - Saturday, April 9, 2016 6:45 PM -
0 Votes
How to Add commands to Menu in WPF?
This is a good place to start with regards to Command: http://msdn.microsoft.com/en-us/library/ms752308.aspx#simple_command Commanding ...Answered | 2 Replies | 2575 Views | Created by Raghav -MSDN - Monday, December 5, 2011 3:44 AM | Last reply by Ldiary - Monday, December 5, 2011 8:35 AM -
3 Votes
CMD Command from WPF C#
Hi It's not a big deal if you start the process from the WPF app using System.Diagnostics.Process.Answered | 3 Replies | 5391 Views | Created by Kotshe - Wednesday, May 30, 2012 6:45 PM | Last reply by Annabella Luo - Friday, June 1, 2012 10:06 AM -
0 Votes
WPF Browser Application ApplicationCommands.Paste
Windows Presentation Foundation (WPF) forum.Answered | 1 Replies | 10799 Views | Created by icedeartgh11111 - Tuesday, February 3, 2009 2:00 PM | Last reply by Just Karl - Monday, January 6, 2014 11:10 PM -
3 Votes
Reporting application using WPF
Rather like an iframe in web applications.Answered | 11 Replies | 5346 Views | Created by OldEnthusiast - Saturday, July 9, 2011 8:34 AM | Last reply by Jie Bao - Tuesday, July 12, 2011 2:36 AM -
0 Votes
WPF Application wide command
CommandBinding can only be used in per visual tree basis rather than in application basis, if you want to enable Command/KeyGesture binding at the application level, you ...Answered | 1 Replies | 4429 Views | Created by juffowup - Sunday, July 13, 2008 12:40 AM | Last reply by Marco Zhou - Tuesday, July 15, 2008 7:28 AM -
5 Votes
WPF Application and Windows Form Application
You can do the same thing in any type of .NET solution WPF, Windows form, ASP.NET form, WCF, Console, Windows Service and Silverlight applications too ...Answered | 6 Replies | 1158 Views | Created by Jeff0803 - Thursday, November 6, 2014 11:53 PM | Last reply by darnold924 - Sunday, November 9, 2014 7:20 AM -
0 Votes
Where and how to store Application Wide Settings?
Paul, i think in my case this is not possible, cause i had to change the application wide settings from inside the application.Answered | 14 Replies | 2973 Views | Created by [Yavuz B.] - Monday, October 25, 2010 12:37 PM | Last reply by Paul P Clement IV - Tuesday, November 2, 2010 4:03 PM -
2 Votes
Wpf command and data
Nice blog Zeesha, I think this was what your comentor may have been looking for: <Button Command="{Binding Path=MyCommand}" ...Answered | 5 Replies | 3052 Views | Created by bkejser_ - Saturday, September 17, 2011 5:13 PM | Last reply by Annabella Luo - Wednesday, September 21, 2011 9:53 AM -
0 Votes
WPF Applications or Rich Internet Applications
Make your users happy and stick to WPF!Answered | 4 Replies | 3503 Views | Created by K.Zambov - Friday, August 7, 2009 1:58 PM | Last reply by K.Zambov - Tuesday, August 11, 2009 12:27 PM -
0 Votes
WPF Command on Exnter Key press
Technet articles: WPF: Layout Lab; All my Technet ArticlesAnswered | 1 Replies | 1760 Views | Created by pmjn - Tuesday, December 15, 2015 11:38 AM | Last reply by Andy ONeill - Tuesday, December 15, 2015 11:58 AM -
0 Votes
DIFFERENCE BETWEEN WPF AND WPF BROWSER APPLICATION
In short, an XBAP application runs inside a web browser.Answered | 1 Replies | 1654 Views | Created by C SIVA KUMAR PRASAD - Sunday, January 5, 2014 2:04 PM | Last reply by Magnus (MM8) - Sunday, January 5, 2014 3:37 PM -
6 Votes
WPF - Can WPF applications run on a web browser?
https://social.msdn.microsoft.com/Forums/en-US/1cfd7462-feea-47de-a6d2-f83ee99ad2c3/wpf-can-wpf-applications-run-on-a-web-browser?Answered | 8 Replies | 37248 Views | Created by iHandler - Tuesday, December 1, 2015 2:34 AM | Last reply by iHandler - Tuesday, October 15, 2019 7:23 AM -
2 Votes
wpf command instead of event
Hi essamce, Yes, the property I named might make you a bit confused, I modified my code, <TextBox Name="textbox1" ...Answered | 4 Replies | 737 Views | Created by essamce - Friday, February 8, 2019 2:19 PM | Last reply by Cherry Bu - Tuesday, February 19, 2019 1:25 AM -
0 Votes
WPF for a database application
WPF works great for LOB applications - once you understand the way it works.Answered | 3 Replies | 4561 Views | Created by Masaville - Monday, April 4, 2011 11:27 PM | Last reply by Masaville - Tuesday, April 5, 2011 2:15 AM -
0 Votes
Embedding Word in a WPF Application
I couldn't embed the application in office as it's one of the addins to the main application that needs word.Answered | 8 Replies | 1722 Views | Created by DragonLord66 - Wednesday, June 3, 2015 2:50 PM | Last reply by Shelly 99 - Thursday, November 5, 2015 7:47 AM -
3 Votes
WPF Zune like application?
Hi OnamC - try this: http://www.codeproject.com/Articles/408211/A-Zune-Style-Application-Template-for-WPF-and-Silv It's a Zune Style ...Answered | 8 Replies | 8325 Views | Created by OnamC - Monday, April 4, 2011 12:31 PM | Last reply by DWM Kerr - Friday, June 22, 2012 8:39 PM -
0 Votes
migrate wpf 4.0 application to wpf 4.5
There is a migration guide available on MSDN here: http://msdn.microsoft.com/en-us/library/ff657133(v=vs.110).aspx Blend for Visual Studio 2012 with Update 2 supports ...Answered | 1 Replies | 1459 Views | Created by Rajendra kumar J - Friday, February 7, 2014 7:52 AM | Last reply by Magnus (MM8) - Friday, February 7, 2014 5:02 PM - Items 1 to 20 of 1382521 Next ›
No announcements