A common user-interface feature is to select the contents of a text-box when the textbox gets focus. The CF textbox control doesn't do this by default but it's not difficult to add with managed code. While I'm at it, I'll add a SelectTextOnFocus property to the textbox's property window so the developer can determine
Similar Posts
image Have you ever wondered how much you work in a day You might keep track of when you start and stop, but do you really keep track of every interruption
Are you curious on how to control the appearance of an ASP .Net pages using design time properties Guys from Commerce Server team have shown how to deal
A big part of WPF (Avalon) is the Xaml format for creating object trees. You can also go in the other direction -take an object tree and write it out to
In this post, Stephen Walther shows you how to create an ASP.NET Hangman control. This control contains embedded images, sounds, XML, and Javascript. Stephen