About 38,100 results
Open links in new tab
  1. TextBox + AcceptsTab (Changing tab spaces from 16 to 4 ???)

    Apr 30, 2008 · I have a windows form with a textbox which has been set to multiline = true, now I have allowed it to accept tabs by setting the AcceptsTab property to = True. But what I find is …

  2. Textbox "IsEnabled" dependency from Command CanExecute (Like …

    Feb 24, 2010 · If you already have the button, then you can bind the IsEnabled property of the TextBox to the IsEnabled property of the button.

  3. textbox on a user control not resizing correctly on change of font.

    Sep 20, 2007 · I've sort of got around it by handling the textbox resizing and setting the user control to the same size. This works in this particular instance, but I get strangeness when I …

  4. How To Disable ContextMenu in TextBox in a DataTemplate

    Dec 31, 2015 · The default context menu for TextBox when we right click the TextBox is by design. In this case, you have two options: one is to create a empty ContextMenu for TextBox, …

  5. Simple TextBox Validation causes stackoverflow

    Nov 18, 2009 · The issue, at least as i am seeing it, is that the Validate function should only be called once per letter i type in the box. However what i am seeing, if i use breakpoints, is that …

  6. Disabling undo for a textbox - social.msdn.microsoft.com

    Mar 2, 2009 · One more thing: why do you want to completely disable undo in a databound TextBox? Note that the undo stack is automatically cleared if the TextBox text gets changed …

  7. find a record in access table from C# textbox

    Apr 12, 2010 · Form1 is the start form, it has 2 buttons"Register" and "Log in",3 textboxes for the FirstName,LastName,Password of the user (It usses your personal name not some nickname …

  8. adding textbox to repeater dynamically - social.msdn.microsoft.com

    Mar 4, 2009 · c# protected voidobjectif// declare a textboxnew// set the textbox's id to whatever you want// add the textbox to the repeater VB.net

  9. Textbox Width Problem - social.msdn.microsoft.com

    Apr 28, 2009 · User1752301433 posted I have discovered a lot of cross-browser compatibility problems with the width attribute (percentage or pixel) on the TextBox control. I have solved …

  10. set focus to a textbox when a page is loaded (using masterpage)

    Oct 7, 2021 · Hello. I would like to set focus to a TextBox when a page is loaded.