No announcements
Found 3873907 threads
-
0 Votes
Setting the FontWeight of Textblock in C#
Possibly the problem initially arose because you might need to set "ExtraBold/Light" to really perceive the difference which admittedly is not spectacular.Discussion | 4 Replies | 4249 Views | Created by Sivalingam Ramasamy - Friday, July 27, 2012 8:02 AM | Last reply by ForInfo - Friday, July 27, 2012 12:48 PM -
0 Votes
TextBox FontWeight affects Foreground color??
Here is a simple app that works as expected: <Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}"> <TextBox ...Answered | 1 Replies | 2469 Views | Created by B.Schutt - Wednesday, September 11, 2013 2:54 AM | Last reply by Matt Small - Wednesday, September 11, 2013 8:05 PM -
0 Votes
How to change fontweight for different parts of text in textbox
I'm trying to change the fontweight for different parts of text in a textbox, but it seems that the fontweight applies only to the textbox as a whole.Unanswered | 1 Replies | 5751 Views | Created by New2SQLReporting - Wednesday, August 23, 2006 2:17 PM | Last reply by Ashish P. Ruparel - Thursday, August 24, 2006 7:22 AM -
0 Votes
Emulate a keyboard onscreen
I found a way to send keys to a specific application using the following code: '--------------- PROTOTYPE DECLARATION ...Answered | 3 Replies | 3701 Views | Created by giapage - Monday, June 8, 2009 1:44 PM | Last reply by giapage - Wednesday, June 10, 2009 2:05 PM -
19 Votes
[UWP] TextBox and KeyBoard
Hi Dmitiy Yeremenko, We can add the click event of the Button, and use Control.Focus method to make the TextBox to get focus in the click event.Answered | 1 Replies | 795 Views | Created by Dmitiy Yeremenko - Tuesday, July 12, 2016 12:25 PM | Last reply by Jayden Gu - Wednesday, July 13, 2016 6:44 AM -
2 Votes
Segoe UI variants and FontWeight property?
100: Thin 200: Extra Light (Ultra Light) 300: Light 400: Normal 500: ...Answered | 2 Replies | 21046 Views | Created by Ted.D - Thursday, September 22, 2011 6:21 PM | Last reply by VickyRS - Friday, May 11, 2012 3:44 PM -
2 Votes
Issue with FontWeight property in Custom Control
I have a usercontrol with two textblocks and want to change fontweight of only one of them.. so i use: FontWeight for setting weight of both textblocks ...Discussion | 6 Replies | 2709 Views | Created by JordanSmith - Wednesday, August 22, 2012 7:18 AM | Last reply by Gian78a - Friday, January 2, 2015 3:23 PM -
0 Votes
Touch keyboard writes letters twice
As I reported this did not only occur on searchboxes but also on textboxes.Answered | 4 Replies | 1321 Views | Created by Viktor Bergman - Wednesday, January 22, 2014 7:57 PM | Last reply by Viktor Bergman - Thursday, January 23, 2014 12:44 PM -
1 Votes
Keyboard Layout Using Multiple Dead Keys
Hi Kostas0, I suggets you refer to the following links for more useful information about creating onscreen ...Answered | 3 Replies | 3056 Views | Created by Kostas0 - Tuesday, April 24, 2012 7:32 AM | Last reply by Kostas0 - Wednesday, May 2, 2012 1:59 PM -
0 Votes
TextBox not receiving touch input
I am afraid that maybe there are some other properties caused this issue.Answered | 3 Replies | 996 Views | Created by wakefun - Friday, May 2, 2014 5:25 PM | Last reply by Leo (Apple) Yang - Wednesday, May 7, 2014 3:30 AM -
0 Votes
Show/Hide the touch keyboard without tapping a textbox
Can't you just set focus() on the textbox?Answered | 4 Replies | 4126 Views | Created by Meiyide - Sunday, April 15, 2012 4:00 PM | Last reply by Rob Caplan [MSFT] - Tuesday, April 17, 2012 2:10 AM -
0 Votes
Silverlight FontWeight Issue
Thanks Elango for your response I saw the resolution suggested in the links given and found that utlimately the FontWeight property is being set using ...Answered | 3 Replies | 7587 Views | Created by MSDN_Forums_User - Friday, January 9, 2009 1:48 AM | Last reply by Amanda Wang - MSFT - Tuesday, January 13, 2009 4:30 AM -
0 Votes
How to Use 1 Keyboard for PasswordBox and TextBox
Dear Syed, Thanks for your help, But i am using a TextBox Control and PasswordBox Control in Windows Forms in c#...Answered | 5 Replies | 1006 Views | Created by Jazaib Hussain - Thursday, May 30, 2013 10:59 AM | Last reply by Jazaib Hussain - Thursday, May 30, 2013 1:30 PM -
1 Votes
Wrong Keyboard Layout When Started from a Service
Here are some references: Enable keyboard layouts for different languages How to change keyboard language in ...Answered | 3 Replies | 1878 Views | Created by Steve Thresher - Thursday, March 20, 2014 9:24 AM | Last reply by Dave Patrick - Sunday, March 30, 2014 11:34 PM -
0 Votes
I could use some examples of WPF apps using MVVM Light
I think Andy's Entity Framework/MVVM/WPF sample code contains an example of how to navigate between views using MvvmLight ...Answered | 2 Replies | 2205 Views | Created by Doctor-Who - Tuesday, September 22, 2015 10:25 PM | Last reply by Magnus (MM8) - Wednesday, September 23, 2015 4:15 PM -
0 Votes
FontWeight by code
Hi James, Here is simple sample for you In MainPge.xml: <Grid x:Name="LayoutRoot" ...Answered | 2 Replies | 2447 Views | Created by James WP7 - Wednesday, October 13, 2010 8:17 AM | Last reply by Daoping Liu - MSFT - Friday, October 15, 2010 6:27 AM -
0 Votes
FontWeight property doesn't work on TextBlock
Good point, Chad...Answered | 7 Replies | 13416 Views | Created by wendy5 - Wednesday, April 18, 2007 2:43 PM | Last reply by WynApse - Thursday, April 19, 2007 12:59 PM -
0 Votes
Setting MaxLenght in a Textbox by button input
Hi Mariano D, Yes, I agree with sqlgy's post, the textbox's maxlength will disable when inputing value of the textbox by button click.Answered | 7 Replies | 409 Views | Created by Mariano D - Thursday, July 5, 2018 5:26 PM | Last reply by Mariano D - Tuesday, July 10, 2018 1:27 PM -
1 Votes
Set Textblock fontweight in c#
using System.Windows.Documents TextBlock.Inlines.Add(yourRun);Answered | 8 Replies | 75570 Views | Created by MSDN_Forums_User - Thursday, June 26, 2008 5:01 AM | Last reply by Steve_Wong - Thursday, June 26, 2008 5:29 AM -
0 Votes
Xaml parse exception while setting FontWeight to a text.
I think there are some better forums for your issue and we need to move your case there.Proposed | 3 Replies | 321 Views | Created by YogaPriya - Thursday, April 28, 2016 6:41 AM | Last reply by YogaPriya - Wednesday, May 11, 2016 4:29 AM
No announcements