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

    Apr 30, 2008 · Hi Please note this question is relevant to: VB.Net 1.1 Visual Studio 2003 I have a windows form with a textbox which has been set to multiline = true, now I have allowed it to …

  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. Dynamically adding controls to Winform - Best Approach?

    Aug 11, 2011 · i am hosting few usercontrols on my mainform Form1.in that one user control is having radiobutton selection.When user changes his radiobutton selection Form1 should add …

  4. 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 …

  5. DataGridView and bound (multiline)TextBox

    Feb 25, 2010 · Within the form I also have a textbox that is bound to the DGV and when you run the application the data is passed to the textbox and it looks like this: KF 123 S45 1990 I want …

  6. In Query Builder, using a textbox value from another form with ...

    Nov 24, 2010 · The first form (PersonalFolder) displays regular data with textboxes connected with the first table of the database. The other two forms display the information within a …

  7. 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 …

  8. 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 …

  9. Display large Text file in textbox or richbox

    Jul 20, 2016 · If user try to scroll then load the consecutive content. but I am not able to do this using scrollbar and textbox. I am new to wpf, so not able to figure out how to use the scrollbar …

  10. 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, …