Sign In
blue collar
a blog by dan elliott.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.net resources
control property
design-time
extension methods
IL opcode
tips
Visual Studio
Visual Studio 2010
Archive
Archives
March 2011
(1)
January 2011
(1)
November 2010
(3)
October 2010
(3)
February 2007
(3)
January 2007
(1)
November 2006
(1)
October 2006
(1)
September 2006
(2)
February, 2007
MSDN Blogs
>
blue collar
>
February, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
blue collar
Adding Compact Framework Design-Time Attributes, or More Fun With TextBoxes
Posted
over 5 years ago
by
Dan Elliott-MSFT
1
Comments
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...
blue collar
Setting Alignment in TextBoxes...No Looking Glass Required
Posted
over 5 years ago
by
Dan Elliott-MSFT
0
Comments
In yesterday's post I stated that "non-character keys do not trigger KeyPress events." While that is perfectly true, I misunderstood what was meant by a non-character key. In the non-managed Win32 world, pressing a key generates a WM_KEYDOWN, one or more...
blue collar
Setting Alignment in TextBoxes, or Through the Looking Glass
Posted
over 5 years ago
by
Dan Elliott-MSFT
0
Comments
With a couple of exceptions, the UI controls provided by the .NET Compact Framework are thin wrappers around the controls provided by the operating system. Perhaps I'm too sanguine, but I expect the basic controls (button, check box, radio button, edit...
Page 1 of 1 (3 items)