Sign in
Pigs Can Fly
Windows performance, development, and related issues(and maybe some not so related...)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Beyond Hello World
Etcetera
Pages
Performance
Source Code
Unearthed Arcana
Vista Graphics
Windows Vista
WPF
xperf
Archive
Archives
December 2010
(1)
March 2010
(1)
January 2010
(2)
August 2009
(2)
March 2009
(1)
March 2008
(3)
February 2008
(5)
May 2007
(2)
March 2007
(2)
February 2007
(1)
January 2007
(11)
December 2006
(5)
October 2006
(6)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Pigs Can Fly
WPF Styles
Posted
over 7 years ago
by
rgr
1
Comments
One of the things I planned to do this holiday season was spend some time learning about Windows Presentation Foundation (here is the Microsoft link ). The first thing to did was write a " Hello World " program. I wanted just a simple window with a text...
Pigs Can Fly
Beyond Hello World - My First WPF Application (with source)
Posted
over 7 years ago
by
rgr
7
Comments
My pet project for the holiday vacation has been writing a WPF application to view data from my code line counting tool CLC.EXE (soon to be released on Codeplex). CLC produces counts of lines, code, comments, and other statistics per file, per directory and for entire directory trees. When complete, the CLC data viewer (CLCV) will read a CLC data file and display various visualizations of the data such as a tree map (see also, and also), some pie charts and perhaps a histogram or two. I’ve included the first working CLCV application shell in the attached zip file. ...
Pigs Can Fly
How Vista Enables Windows Aero - New Document Available
Posted
over 7 years ago
by
rgr
13
Comments
Windows Aero is Vista's new user interface and is based on desktop composition which is the process where each window and the desktop background is drawn separately and then composed by using the 3‑D graphics engine to create the desktop image a user...
Pigs Can Fly
Vista System Requirements, Minimum Supported and Minimum Recommended
Posted
over 7 years ago
by
rgr
0
Comments
One of the things I worked on for Vista was the System Requirements. These are widely quoted, but the canonical source is Knowledge Base Article 919183. There are two sets of system requirements The minimum supported system requirements : this is the...
Pigs Can Fly
What does "Lines of Code" mean for a XAML file?
Posted
over 7 years ago
by
rgr
5
Comments
I have a utility that measures lines of code (CLC.EXE). It works with C, C++, C#, Perl, x86 assembly language, command files and make files. Now that I'm developing XAML code, I need to teach CLC how to measure XAML. However, XAML is XML and isn't arranged...
Page 1 of 1 (5 items)