By tag: TextBox
0
kicks
VIBlend Controls for Windows Forms - ver. 6.0 Released
VIBlend announced the availability of the VIBlend Controls for WinForms ver. 6.0.0. the next generation of user interface controls for Windows Forms.
0
kicks
Silverlight TextBox Control that immediately updates Text field
Standard Silverlight TextBox control is very useful but has one strange behavior: if you use TwoWay data binding and bind some property to controls Text property, when users type text into the control, this change is not propagated to the bound property until the control loses its focus.
Lets see h...
0
kicks
WPF autocomplete textbox/combobox
Javascript/Ajax like Automcomplete Textbox/Combobox in WPF.
0
kicks
Password Field / TextBox in 0 lines of code
The idea to create a Password Field in 0 lines of code is to change the police to a home made password police.
0
kicks
Using AJAX to Create a DropDownList for Populating a TextBox
A pretty little ditty that I created to allow you to copy items into a textbox quickly clientside.
0
kicks
Silverlight Super TextBox
This document (with the included source code) demonstrates how to develop a “Super TextBox” control in Silverlight. With the latest 2.0b1 release many controls were included by Microsoft, but some crucial controls are still missing. I hope STextBox will help to fill that void, if only temporarily.
0
kicks
PasswordTextBox for Silverlight 2 Beta 1
The standard TextBox control that is built into Silverlight 2 Beta 1 is a bit lacking and is missing alot of features that we have become accustomed to in a TextBox. One of those features is being able to mask the characters being displayed when its used to accept passwords. Here's a small PasswordT...
0
kicks
C# : Get current Caret Line and Column in multiline WinForms TextBox
A managed way of finding current Caret Line and Column in a multiline windows forms textbox.
0
kicks
ReadOnly TextBox ASP.NET Control
Hot to make a TextBox control that renders itself as a plain text if ReadOnly and as an Input otherwise.
0
kicks
Why does the TextBox render postback scripts and a Button dosen't?
It seems that the asp.net controls have different behaviors for the same code logic... In the current days, where javascript is a big part of a web application, some of this behavior logic seems difficult to accept.