GotSharp? is a weblog from developers, for developers!

Select All Text In A MaskedTextBox On Enter

I encountered something weird yesterday evening.  In a MaskedTextBox, I wanted to select the entire text when a user enters the box, using the SelectAll method in an Enter event handler.  It didn’t work…
Fortunately, we have Google! After a quick search I found someone with the same problem and a solution.  By simply invoking (and [...]

Filed under:.Net, C#, Tips & Tricks, VB

MultiLayout v1.1.3 is here!

MultiLayout is a little .NET utility that draws every supported resolution as an overlay on your screen.  This allows you to quickly see which resolutions support your forms or websites (or better, the other way around).
Visit this page for more information, the download link and future updates.

Filed under:.Net, General, Tips & Tricks