Sign In
Yves Dolce
MCS Partner ISV
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
Random
Software Development
Archive
Archives
November 2009
(2)
September 2009
(4)
August 2009
(4)
May 2009
(1)
April 2009
(1)
January 2009
(1)
November 2008
(1)
October 2008
(1)
June 2008
(2)
May 2008
(1)
March 2008
(2)
January 2008
(5)
December 2007
(1)
November 2007
(1)
October 2007
(2)
September 2007
(3)
May 2007
(1)
April 2007
(1)
March 2007
(2)
February 2007
(6)
December 2006
(3)
November 2006
(7)
October 2006
(4)
September 2006
(3)
June 2006
(5)
May 2006
(1)
April 2006
(5)
March 2006
(4)
February 2006
(3)
January 2006
(3)
December 2005
(1)
November 2005
(9)
October 2005
(5)
September 2005
(5)
August 2005
(11)
July 2005
(1)
June 2005
(3)
May 2005
(7)
April 2005
(5)
March 2005
(3)
February 2005
(2)
January 2005
(2)
December 2004
(1)
November 2004
(4)
October 2004
(2)
September 2004
(2)
August 2004
(14)
July 2004
(3)
June 2004
(12)
May 2004
(6)
April 2004
(15)
March 2004
(17)
February 2004
(13)
October, 2006
MSDN Blogs
>
Yves Dolce
>
October, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Yves Dolce
Caching StockIcons for Windows Presentation Framework...
Posted
over 6 years ago
by
yvesdolc
0
Comments
Here is what I've added to the code to handle the BitmapSource cache and hopefully (yes, I have sined by not measuring anything, before or after) improve performance: using BitmapSourceDictionary = System.Collections.Generic. Dictionary < int...
Yves Dolce
Building the Windows SDK samples on Vista...
Posted
over 6 years ago
by
yvesdolc
0
Comments
Well, because of UAC, one needs to change the folders and files' ACLs under "%ProgramFiles%\Microsoft SDKs\Windows\v6.0\Samples" in order to be able to create files (e.g. executables, object files, ...). So this time I decided I would give ICACLS a...
Yves Dolce
StockIcons for Windows Forms?
Posted
over 6 years ago
by
yvesdolc
0
Comments
This is what I had written to better understand the API, in C++/CLI and for Windows Forms. One could use it like this: System::Void Form1_Load(System::Object^ sender, System::EventArgs^ e) { Drawing::Icon ^ ic = StockIcons::GetIcon(StockIconIdentifier...
Yves Dolce
StockIcons for Windows Presentation Framework?
Posted
over 6 years ago
by
yvesdolc
1
Comments
Windows Vista introduces a new native API that allows you to retrieve system-defined Shell icons: SHGetStockIconInfo . Those icons are stored in %SystemRoot%\System32\ImageRes.dll. To understand that API documentation, I read About Icons again: last...
Page 1 of 1 (4 items)