Sign In
sano the super geek
the endeavors of a professional geek at microsoft.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
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
No tags have been created or used yet.
Archive
Archives
July 2006
(1)
June 2006
(2)
January 2006
(1)
December 2005
(1)
September 2005
(1)
August 2005
(2)
July 2005
(6)
June 2005
(7)
April 2005
(1)
March 2005
(3)
February 2005
(1)
January 2005
(7)
December 2004
(2)
August 2004
(1)
June 2004
(2)
May 2004
(2)
April 2004
(2)
March 2004
(2)
MSDN Blogs
>
sano the super geek
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
sano the super geek
Microsoft Build Sidekick
Posted
over 6 years ago
by
csano
1
Comments
The folks at Trivium Technologies have released the first version of their MSBuild Sidekick , a GUI front end to MSBuild. Even though this tool probably cannot replace the productivity that I can currently attain by taking advantage of the Intellisense...
sano the super geek
Custom Windows Forms Controls: ColorPicker.NET, Part 2
Posted
over 6 years ago
by
csano
0
Comments
It took them a long time, but the folks at MSDN finally got around to publishing the second part of my ColorPicker.NET article . In this one, I cover the implementation details for the scrolling magnifying glass control and the zoom panel that is used...
sano the super geek
Changing the default sort order of your sortable columns on the ASP.NET GridView
Posted
over 6 years ago
by
csano
1
Comments
One of the great things about the new ASP.NET GridView control is that it allows you to implement column field sorting with relative ease, at least in comparison to what you would have had to do to attain similar functionality in earlier versions. There...
sano the super geek
Incorrect syntax near '[Insert Arbitrary Column Name]'
Posted
over 6 years ago
by
csano
2
Comments
I ran into a rather mysterious error when working with some SQL code today. Incorrect syntax near '[Insert Arbitrary Column Name]' Before I get to the nuts and bolts of the problem, we'll start with some background details. The stored procedure that...
sano the super geek
Passing values between two IHttpHandlers within the same HttpContext
Posted
over 7 years ago
by
csano
0
Comments
My latest ASP.NET coding endeavor required that I perform a postback and then transfer control over to a different page (primarily for URL concealment purposes) using Server.Transfer . I needed to be able to pass values from the source page to the target...
sano the super geek
Windows Vista UX Guidelines
Posted
over 7 years ago
by
csano
1
Comments
Microsoft recently posted the preliminary Windows Vista UX guidelines. These guidelines contain information on What’s New in Windows Vista, design principles, guidelines for controls, text, windows, and aesthetics. They will help designers and developers...
sano the super geek
XAMLShare
Posted
over 7 years ago
by
csano
0
Comments
I just came across XAMLShare , a public wiki dedicated to providing various Windows Presentation Foundation (Avalon) code samples. There aren't many samples at the time, but hopefully the number will grow as WPF works its way into the mainstream.
sano the super geek
Getting away from Application.DoEvents
Posted
over 7 years ago
by
csano
0
Comments
Another great blog entry by Jessica Fosler: Keeping your UI Responsive and the Dangers of Application.DoEvents .
sano the super geek
Wrapping text in DataGrid cells
Posted
over 7 years ago
by
csano
0
Comments
One of the most common questions I've been asked in recent weeks has been in regards to creating a data grid column style that supports text wrapping. It's really unfortunate that the DataGrid control does not provide this type of functionality, and even...
sano the super geek
ColorPicker.NET v0.1.1
Posted
over 7 years ago
by
csano
0
Comments
I had a few cycles today so I spent some time fixing some bugs in ColorPicker.NET .
sano the super geek
Transcripts for MSDN Designing .NET Class Libraries
Posted
over 7 years ago
by
csano
0
Comments
The transcripts for the MSDN Designing .NET Class Libraries class that Brad Abrams coordinated a few months back have finally been posted.
sano the super geek
What the heck is this <UICulture> error and how do I fix it?
Posted
over 7 years ago
by
csano
0
Comments
If you've frustratingly encountered the " <UICulture> should be set in the project file in order to support the following markup files that use types defined in this project " error message in Avalon, Tim Sneath has come to the rescue with a temporary...
sano the super geek
Emulating the OSX taskbar in Avalon
Posted
over 7 years ago
by
csano
0
Comments
Amir Khella shows how easy it is to create stunning visual effects in Avalon in his Playing Around with Avalon's Grid entry. Amazing!
sano the super geek
Strings in .NET v2.0
Posted
over 7 years ago
by
csano
0
Comments
I just came across David Fetterman's article on MSDN covering the new recommendations for using strings in .NET v2.0 . It's definitely worth a quick read.
sano the super geek
ColorPicker.NET v0.2 preview
Posted
over 7 years ago
by
csano
1
Comments
I'm working on finishing up the code for the next release of ColorPicker.NET . The main focus of this release is on incorporating the screen pixel sampling functionality that so many people have requested. While working on the design, I decided that I...
sano the super geek
Nick Kramer on Avalon
Posted
over 7 years ago
by
csano
0
Comments
Nick Kramer , one of the Program Manager leads over in Windows Client (Avalon) has been blogging answers to various questions that have been asked about the Avalon infrastructure. He's also looking for some feedback on how we can make the Avalon oriented...
sano the super geek
Ian Griffiths interview on TheServerSide.net
Posted
over 7 years ago
by
csano
0
Comments
via TheServerSide.net: Ian Griffiths on his upcoming Avalon book and more .
sano the super geek
Windows Forms Tip: Ensure only one instance of your application is running at a time
Posted
over 7 years ago
by
csano
0
Comments
via Paul Laudeman: Ensure that an user can run only one instance of your application at a time .
sano the super geek
ColorPicker.NET v0.1 released!
Posted
over 7 years ago
by
csano
1
Comments
After completing a three-month work-related project that devoured just about every minute of my life, I had some time to polish off ColorPicker.NET. Check out the web site to get the latest source and binaries.
sano the super geek
DataGrid Q&A #2
Posted
over 7 years ago
by
csano
0
Comments
Troy Simpson was nice enough to point out and provide a fix for some visual inconsistencies with the horizontal scroll bar when resizing the DataGrid in the solution that I supplied with the DataGrid Q&A #2 post a few months ago. Thanks, Troy.
sano the super geek
Creating icons for your Windows Forms applications
Posted
over 7 years ago
by
csano
0
Comments
This is an excel lent resource that manifests optimal practices for designing icons for your Windows applications.
sano the super geek
Dispose/Finalization Design Guidelines updated
Posted
over 7 years ago
by
csano
0
Comments
Joe Duffy has posted an update to the Dispose, Finalization and Resource Management section of the .NET design guidelines. I agree with Keith Brown 's assertion that this is an intricate topic that should be understood by anyone writing class libraries...
sano the super geek
ColorPicker.NET source update
Posted
over 7 years ago
by
csano
1
Comments
Someone e-mailed me the other day and told me that the Sano.Utility project wasn't included with the ColorPicker.NET source that was released with my recent article . This was completely unintentional. I'm in the process of updating the MSI, but if you...
sano the super geek
Custom Windows Forms Controls: ColorPicker.NET
Posted
over 7 years ago
by
csano
2
Comments
My latest article on MSDN discusses the functionality involved in some of the custom controls that were created for ColorPicker.NET. As promised earlier, I've made the source code for the application available through the article. As always, constructive...
sano the super geek
ColorPicker.NET: Quick fix
Posted
over 7 years ago
by
csano
3
Comments
I've fixed the problem with the cursor clipping region in ColorPicker.NET that was causing the dual-monitor issue reported by several people. Some really cool features are just around the corner, including an article on the Smart Client Developer Center...
Page 1 of 2 (43 items)
1
2