Browse by Tags

Secure TextBox Updated
Sunday, October 29, 2006 4:53 PM
There has been quite some interest in my SecureTextBox control that I developed. Basically it offers textual entry via a standard textbox, but uses the SecureString as its internal storage. Typically aimed at entering passwords and similar secure information on a windows form. Domink Zemp recently downloaded the control and has been using it with good success... Read More...
Updating Component properties in the designer
Sunday, July 16, 2006 11:17 PM
I have been working on a set of custom ASP.NET controls that offer specific design time experience for a client. Part of that is to make some existing controls very designer friendly. Apart from some custom rendering, I have been adding SmartTag support to the control to enhance the design time experience. For those unaware, a good example of a SmartTag (or ActionList... Read More...
More Posts