Browse by Tags

Website update with AJAX, WPF Password Manager, and Web Client Factory
Saturday, March 10, 2007 6:32 PM
Couple of things in this post. Firstly (and long overdue), I have updated my personal website to get rid of the Atlas CTP functionality and replace that with ASP.NET AJAX 1.0 features. There is not much actually a few update panels, and the inclusion of an AJAX Control toolkit control, the Accordion on the front page to help with useability and screen real estate... Read More...
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...
SecurePasswordTextBox - A textbox that uses the SecureString class
Sunday, February 26, 2006 8:00 PM
In a previous post , I mentioned that I was working on a small side project to develop a version of a standard Winforms textbox control that utilises the SecureString class from the System.Security namespace in .Net V2. Well I have finally released this ' SecurePasswordTextBox ' control for others to use and comment upon. It comes with full source code so you... Read More...
More Posts