About 24,600 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 accept …

  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. TabContainer Problem Not Display

    I have a problem with the TabContainer it not see in Mozilla FireFox v16.0.1. Please help me to fix it. Code: <%@ Page Language="vb" AutoEventWireup="false ...

  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, the other is to …

  5. 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 use a bigger font …

  6. how to calculate totals in javascript?

    Oct 7, 2021 · There is a textbox right at the bottom to display the total, how do i go about with the coding to get total value based on selected checkboxes? pls guide. Monday, March 5, 2012 9:49 AM

  7. onblur event in code behind file - social.msdn.microsoft.com

    Jan 28, 2015 · You can use the TextChanged event of the TextBox if you want to do something at your code behind. Just make sure you set AutoPostback to true for your TextBox to fire-up the event.

  8. 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 to this job. If …

  9. Assigning value using FindControl - social.msdn.microsoft.com

    Jul 22, 2010 · There is a textbox "User_IDTextbox" within the InsertItem Template of a FormView, and I am trying to write the UserID into that text box using this VB code in a subroutine: Dim …

  10. How to get rounded corners on grid to fit in border

    Sep 24, 2009 · Paul, the solution is very creative -- I will need to do a little background reading to understand the solution. The top portion of the grid looks exactly what I want. I had to adjust my …