Sign in
Building Better Software - One Line At A Time
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
July 2010
(2)
December 2009
(1)
November 2009
(3)
June 2009
(3)
April 2009
(1)
January 2009
(1)
November 2008
(1)
June 2008
(3)
April 2008
(1)
February 2008
(1)
January 2008
(1)
September 2007
(1)
August 2007
(1)
June 2007
(1)
May 2007
(1)
April 2007
(3)
March 2007
(1)
January 2007
(1)
December 2006
(1)
September 2006
(1)
June 2006
(1)
April 2006
(1)
March 2006
(13)
February 2006
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Building Better Software - One Line At A Time
Visual Studio Orcas March 2007 CTP - Folder Difference - Part 1
Posted
over 6 years ago
by
PermanentTan
3
Comments
Through out April 2007, I'll be posting details about the new feature Folder Difference currently in the Visual Studio Orcas March 2007 CTP release ( download ). In addition to the name change from TreeDiff to Folder Difference :), I'll stay focused on...
Building Better Software - One Line At A Time
Preparing for Vista Backup and Restore - Part 2 of 2
Posted
over 6 years ago
by
PermanentTan
5
Comments
Happy New Year! Last time we finished with using CompletePC to backup the OS partitions/drives as well as work files and left with the question: how do I restore just my data/work drive, just a folder, or even just a file? Today's blog discusses a...
Building Better Software - One Line At A Time
Preparing for Vista Backup and Restore - Part 1 of 2
Posted
over 7 years ago
by
PermanentTan
2
Comments
Happy Holidays Everyone! What could be better than spending the Holidays backing up your computers? :) If you have Windows Vista (Ultimate Edition) and if you are thinking about using Vista's new Backup and Restore Center, here are a few things that...
Building Better Software - One Line At A Time
Customizing the Team Foundation Tree Difference (TreeDiff) Power Toy
Posted
over 7 years ago
by
PermanentTan
6
Comments
Welcome back! Before we get started on Tree Difference customization, I would like to bring forth some known bugs and their work-arounds. The bugs and their work-arounds are discussed in these blog postings: File extension masks do not work ...
Building Better Software - One Line At A Time
Centering a MessageBox
Posted
over 7 years ago
by
PermanentTan
0
Comments
Message boxes are centered on the desktop. Occasionally I get a request for C# code for centering a message box to its owner . Before pointing you to some sample code, I would strongly encourage you to reconsider changing the default behavior of the system...
Building Better Software - One Line At A Time
AutoLayout Basics for TableLayoutPanel
Posted
over 7 years ago
by
PermanentTan
0
Comments
Jason Prickett has put together a step-by-step how-to for using the TableLayoutPanel container. The detailed steps are very nice for those who are new to the Visual Studio 2005 Designer and TableLayoutPanel control for auto-layout. Check it out! ...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 4 - Shrink
Posted
over 7 years ago
by
PermanentTan
1
Comments
Shrink: Mockup of a popular DVD Compression Program Project Name : Shrink.csproj. Download source . Characteristics : Multiple-level nested TableLayoutPanel Nested SplitterPanels Menu and toolbar Screen Shots : ...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 4 - XP Calculator
Posted
over 7 years ago
by
PermanentTan
1
Comments
XP Calculator: Mockup of the XP Calculator Project Name : Calculator.csproj. Download source . Characteristics : Many rows and columns in a single TableLayoutPanel Screen Shots : Dialog Designer Layout : ...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 3 - Dialog 8
Posted
over 7 years ago
by
PermanentTan
2
Comments
Dialog 8: Custom control inside a dialog Project Name : Channel.csproj. Download source . Characteristics : Multi-channel custom control Overlapping containers Screen Shots : Dialog Designer Layout : ...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 3 - Dialog 7
Posted
over 7 years ago
by
PermanentTan
1
Comments
Dialog 7: Dialog containing two splitter-separated side-by-side lists Project Name : SideBySideListsVerticalSplitter.csproj. Download source . Characteristics : Two side-by-side lists separated by a splitter Fully collapsible left...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 3 - Dialog 6
Posted
over 7 years ago
by
PermanentTan
3
Comments
Dialog 6: Resizable dialog containing two vertically splitter-separated lists Project Name : StackedListsHorizontalSplitter.csproj. Download source . Characteristics : Lists’ widths resize with dialog Lists’ heights are controlled...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 3 - Dialog 5
Posted
over 7 years ago
by
PermanentTan
2
Comments
Dialog 5: Resizable dialog containing two equaled-size vertically stacked lists Project Name : StackedLists50PercentSplit.csproj. Download source . Characteristics : Resizable dialog contains two vertically stacked lists Each list...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 3 - Dialog 4
Posted
over 7 years ago
by
PermanentTan
2
Comments
Dialog 4: Horizontally resizable dialog with growing/shrinking label Project Name : AutoSizedLabelFixedHeightDialog.csproj. Download source . Characteristics : Fixed height dialog with resizable width Auto-size label which grows and...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 3 - Dialog 3
Posted
over 7 years ago
by
PermanentTan
2
Comments
Dialog 3: Fixed-sized dialog containing GroupBoxes Project Name : GroupboxesFixedDialog.csproj. Download source . Characteristics : Fixed-sized dialog containing GroupBoxes which in turn contains checkboxes and radio buttons Screen...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 3 - Dialog 2
Posted
over 7 years ago
by
PermanentTan
2
Comments
Dialog 2: Horizontally resizable dialog with textboxes Project Name : TextBoxesFixedHeightDialog.csproj. Download source . Characteristics : Fixed height dialog with resizable width Screen Shots : Designer Layout...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 3 - Dialog 1
Posted
over 7 years ago
by
PermanentTan
2
Comments
Dialog 1: Resizable dialog containing auto-sized label and list Project Name : SingleListGrowShrink.csproj. Download source . Characteristics : Dialog width and height resizable Multi-line text label which grows and shrinks in height...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 2
Posted
over 7 years ago
by
PermanentTan
1
Comments
Samples A companion of this document is the actual source code of a Visual Studio solution (AutoLayoutByExamples.sln) that contains all sample projects and the driver program MainMenu. Download source . It is highly recommended that the reader...
Building Better Software - One Line At A Time
AutoLayout by Examples - Part 1
Posted
over 7 years ago
by
PermanentTan
2
Comments
AutoLayout by Examples Author: Tan Phan Contributors: Chad Boles , Jason Prickett History: Date Author Comments 2/10/2006 Tan Phan Creation. Many of the tricks and tips shown in this document...
Building Better Software - One Line At A Time
AutoLayout by Examples
Posted
over 7 years ago
by
PermanentTan
5
Comments
Auto-laying out dialogs using the WinForms TableLayoutPanel control is brand-new in Visual Studio 2005. This is the first of a series of postings that will show different examples of auto-layout dialogs using Visual Studio 2005. Attached is a zip...
Building Better Software - One Line At A Time
PermanentTan? You sound like a beach bum!
Posted
over 7 years ago
by
PermanentTan
3
Comments
Well... yes. I was beach-bound for many years on various locations in NC enjoying windsurfing. I do miss those days... My name is Tan and I do have a natural tan complexion - Permanent Tan. I am a developer on the Version Control team of the Microsoft...
Page 2 of 2 (45 items)
1
2