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)
MSDN Blogs
>
blue collar
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
blue collar
A Few of My Favorite Things...in Visual Studio 2010
Posted
11 months ago
by
Dan Elliott-MSFT
0
Comments
Since my last post I've switched from Visual Studio 2008/.Net 3.5 to VS 2010/.Net 4.0 for most of my day-to-day work. I haven't had time to explore them thoroughly, but there are a couple of things that I really like. The first is that optional parameters...
blue collar
AssemblyFileVersionAttribute and AssemblyVersionAttribute: A subtle difference
Posted
over 1 year ago
by
Dan Elliott-MSFT
0
Comments
The AssemblyInfo.cs file generated by Visual Studio contains the following lines: // Version information for an assembly consists of the // following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify...
blue collar
Visual Studio Tip of the Day
Posted
over 2 years ago
by
Dan Elliott-MSFT
0
Comments
I want to give a quick shout-out to Sara Ford and Zain Naboulsi for their great Visual Studio tips. If you use VS in your day-to-day work, you owe it to yourself to browse these blogs: there's sure to be a thing or five that will save you time and effort...
blue collar
Poor Man's Guide Lines for Visual Studio's Windows Forms Editor
Posted
over 2 years ago
by
Dan Elliott-MSFT
2
Comments
The custom control I've been working on required drawing custom shapes on each side of the control. The shapes needed to be the same size and I was sure that one was a couple of pixels shorter than the other, but it was difficult to tell with the naked...
blue collar
Why does retrieving resources have to be so difficult? Oops, it's not...
Posted
over 2 years ago
by
Dan Elliott-MSFT
0
Comments
Loading embedded resources at runtime has always mystified me. Should I use the ComponentResourceManager class? Should I try to find the ResourceStream in the assembly? And what's the correct name to use to identify it? Is it simply the file name? Or...
blue collar
C# Extension Methods: Syntactic Sugar or Useful Tool?
Posted
over 2 years ago
by
Dan Elliott-MSFT
0
Comments
Last week a colleague introduced me to extension methods ( C# , VB ) in .Net. If you're not familiar with extension methods, they were added in Visual Studio 2008 to provide a means for adding functionality to existing types without creating a new derived...
blue collar
Hiding a non-virtual property for a derived control at design-time
Posted
over 2 years ago
by
Dan Elliott-MSFT
0
Comments
I've recently been developing a custom control ( BarControl ) that derived from an existing control ( FooControl ). There were two requirements related to the derived control's border style: The BorderStyle property should not be modified at runtime...
blue collar
Back in Business
Posted
over 2 years ago
by
Dan Elliott-MSFT
1
Comments
After a hiatus of 3+ years, I've decided to reopen blue collar. The focus will no longer be the .Net Compact Framework, but will still be aimed at providing information and solutions that will save time and effort for developers delivering solid code...
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...
blue collar
Using a hardware key to tab through controls
Posted
over 5 years ago
by
Dan Elliott-MSFT
0
Comments
The question of using a hardware button to tab through the controls on a form came up on the Compact Framework forum. The answer, while simple, still had a couple of gotcha's, so I thought I'd give you the benefit of my experience. If you're not familiar...
blue collar
A Trip Down Memory Lane
Posted
over 6 years ago
by
Dan Elliott-MSFT
0
Comments
While waiting for Visual Studio to repair whatever was causing deploys to the emulator to fail, I came across this post containing images of Windows boot screens over time. I know I'm giving my age away, but the only one I don't remember is the first...
blue collar
Who'da thunk it? #1
Posted
over 6 years ago
by
Dan Elliott-MSFT
0
Comments
This is the first in an ongoing series on the non-obvious (to me, at least). This question is from an internal mailing list. Should the following C# code compile? using System; using System.Collections.Generic; using System.Text; namespace...
blue collar
Compact Framework OpCode Support in a Nutshell
Posted
over 6 years ago
by
Dan Elliott-MSFT
4
Comments
While the stated goal of this blog is to address issues that affect the day-to-day work of most developers, from time to time I'll publish something for the propeller-heads in the audience. This is one of those times. Introduction The instruction...
blue collar
Extending .Net Compact Framework Controls
Posted
over 6 years ago
by
Dan Elliott-MSFT
18
Comments
Hello, and welcome to blue collar . My name is Dan Elliott and I'm a software development engineer in the test organization for the .Net Compact Framework. In my nearly 14 years at Microsoft I've worked in a variety of roles in user education, testing...
Page 1 of 1 (16 items)