No announcements
Found 3874230 threads
-
4 Votes
WPF converting a string into a FontWeight
Thanks guys, I just didn't know if there was some way to do a direct conversion or if there was a method that I hadn't seen that would accept a string when ...Answered | 5 Replies | 13441 Views | Created by JShirley-NCF - Wednesday, March 13, 2013 7:07 PM | Last reply by Andy ONeill - Saturday, August 29, 2015 4:00 PM -
0 Votes
TextBox with FontWeight="Light" starts to write at some point with Normal FontWeight when using onscreen keyboard
I am going to check this using internal channel to see if it is a known issue.Unanswered | 2 Replies | 637 Views | Created by Julian L S - Thursday, December 4, 2014 8:06 AM | Last reply by Julian L S - Friday, December 5, 2014 11:52 AM -
4 Votes
FontWeights does not work with FormattedText
All the Bolds (ExtraBold, DemiBold, ExtraBlack, SemiBold ..etc..) looks same and all the Normal/Light (ExtraLight,Thin,Light,Regular…etc) looks same.Answered | 9 Replies | 1586 Views | Created by Puneeth DC - Wednesday, October 7, 2015 8:14 AM | Last reply by Andy ONeill - Friday, October 9, 2015 9:06 AM -
0 Votes
Problem with Enum.Parse FontWeights
In Metro, you will have to modify your reflection code to use TypeInfo (get it via extension method Type.GetTypeInfo): Type typ = ...Answered | 4 Replies | 3348 Views | Created by PGMariotti - Thursday, April 12, 2012 10:55 AM | Last reply by PGMariotti - Monday, April 16, 2012 6:58 AM -
0 Votes
Problem binding to TextBlock, FontWeight property
Thank you for your answer, I have tried writing IValueConverter but this exception shows up even before Convert() method is called.Answered | 2 Replies | 4406 Views | Created by luskan2 - Sunday, February 26, 2012 10:42 AM | Last reply by luskan2 - Monday, February 27, 2012 1:05 AM -
19 Votes
Setting FontWeight in code?
I'll have to write my own little method for that.Answered | 11 Replies | 65791 Views | Created by DiamonDogX - Friday, October 19, 2007 12:11 PM | Last reply by panchdara - Saturday, September 27, 2014 6:04 AM -
0 Votes
How do I change the FontWeight to Bold in a TextBox in Visual Basic programmatically.
You need to create a new Font instance from the current instance and change it to bold: TextBox1.Font = New Font(TextBox1.Font, ...Answered | 2 Replies | 1640 Views | Created by whatfilerook - Tuesday, June 7, 2016 3:30 AM | Last reply by Reed Kimble - Tuesday, June 7, 2016 5:58 PM -
0 Votes
How to get input from onscreen keyboard to textbox
So these "keys" won't steal focus from the TextBox controls when pressed.Answered | 2 Replies | 5529 Views | Created by Snowdog74 - Monday, September 28, 2009 9:09 AM | Last reply by Bigsby - Monday, September 28, 2009 2:43 PM -
8 Votes
Equivalent of InputScope for WinRT TextBox, for getting appropriate onscreen keyboard layout?
It's purely there as a hint to the onscreen keyboard component, so that it can provide the most appropriate key layout for the type of data being entered.Answered | 14 Replies | 10829 Views | Created by IanG - Saturday, October 8, 2011 2:11 PM | Last reply by Ian D. Griffiths - Tuesday, April 24, 2012 8:22 AM -
1 Votes
Unable to use some font weights
You should be able to simply add FontWeight="Light" and get the Light version of the default font.Answered | 3 Replies | 1097 Views | Created by Ice Metroid - Thursday, April 24, 2014 1:54 AM | Last reply by Ice Metroid - Thursday, April 24, 2014 7:42 PM -
9 Votes
Windows 10 Tablet Mode: Why doesn't winforms TextBox show the onscreen keyboard if getting the focus?
While not a strict answer to why the TextBox does not support the on screen keyboard in Windows 10, you can avoid the entire problem by using a RichTextBox instead of the ...Answered | 7 Replies | 24076 Views | Created by Markus von und zu Heber - Friday, October 23, 2015 8:23 AM | Last reply by Robert Karmes - Friday, June 16, 2017 8:15 PM -
0 Votes
OnScreen Keyboard does not provide ScanCode on the KeyDown event
The soft keyboard generates Unicode characters and sends them as though they were keystrokes with the VK_PACKET virtual key.Answered | 4 Replies | 3812 Views | Created by RIP27 - Thursday, May 3, 2012 6:53 PM | Last reply by RIP27 - Friday, June 1, 2012 2:16 PM -
0 Votes
Unable to detect SHIFT key from onScreen keyboard
Working with Physical keyboard this is not an issue using the KeyDown event.Answered | 1 Replies | 2459 Views | Created by RIP27 - Thursday, May 3, 2012 1:16 AM | Last reply by Matt Small - Friday, May 4, 2012 2:13 PM -
1 Votes
Start OnScreen Keyboard (OSK) using asp.net
Karl When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.Answered | 2 Replies | 1256 Views | Created by Krishna Doss - Tuesday, September 16, 2014 3:58 PM | Last reply by Just Karl - Tuesday, September 16, 2014 6:08 PM -
0 Votes
How to write in textbox hidden by keyboard
Hi, The following blog entry might also be useful :- http://www.christec.co.nz/blog/archives/42 Hope this helps.Answered | 2 Replies | 3099 Views | Created by xuaxe - Tuesday, May 19, 2009 1:03 PM | Last reply by Paul Diston - Wednesday, May 20, 2009 6:10 AM -
0 Votes
OnScreen Keyboard on Xbox question
Hi RandyOakleyAtL4, As per the on screen keyboard documentation, touch keyboard show and hide behavior is designed to be consistent across apps - keeping in focus ...Answered | 1 Replies | 1262 Views | Created by RandyOakleyAtL4 - Tuesday, September 27, 2016 9:08 PM | Last reply by DotNet Wang - Thursday, October 6, 2016 7:46 AM -
2 Votes
Touch Keyboard?
I have the Raspberry Pi Touchscreen, I plan to use it without a keyboard and mouse, so I require an On Screen Keyboard.Answered | 6 Replies | 1593 Views | Created by Josiah_B - Thursday, July 2, 2015 12:41 PM | Last reply by marcow_ - Thursday, January 5, 2017 12:57 PM -
0 Votes
FontStretch / FontWeight?
I have tried the following without any luck <TextBlock FontFamily="Arial" FontSize="12" FontWeight="Thin" ...Answered | 5 Replies | 21265 Views | Created by MSDN_Forums_User - Saturday, October 20, 2007 6:27 PM | Last reply by MSDN_Forums_User - Tuesday, October 23, 2007 2:01 PM -
0 Votes
Segoe UI Light vs FontWeight="Light"
Hi, Segoe UI Light and Segoe UI are different Font lib.Answered | 1 Replies | 2753 Views | Created by Henrik Skak Pedersen - Wednesday, March 21, 2012 8:35 AM | Last reply by Otomii Lu - Thursday, March 22, 2012 10:13 PM -
1 Votes
Disable screen keyboard when textbox get focused
You should always accept input from a physical keyboard: if you use TextBlocks instead of TextBoxes you can still get the keyboard input from ...Answered | 11 Replies | 4740 Views | Created by William A Wang - Sunday, May 11, 2014 10:08 AM | Last reply by Rob Caplan [MSFT] - Tuesday, May 13, 2014 6:51 PM - Items 1 to 20 of 3874230 Next ›
No announcements