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)
February, 2007
MSDN Blogs
>
Yves Dolce
>
February, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Yves Dolce
Ring tones: I typically don't care
Posted
over 5 years ago
by
yvesdolc
0
Comments
nor would I ever pay to get one but this site has plenty interesting ones for free: http://www.funkyrabbit.com/ I picked release me as my ring tone. Enjoy.
Yves Dolce
ItemPropertySet: accessing the Property System from managed code...
Posted
over 5 years ago
by
yvesdolc
1
Comments
So, this code should eventually make it to the VistaBridge Windows SDK code sample (" no official support" ) . It's in C++/CLI as it uses macros and templates quite a lot... It is really a beta version as I’d love to have other people use it and tell...
Yves Dolce
PowerShell, performance and regular expressions
Posted
over 5 years ago
by
yvesdolc
0
Comments
Yesterday evening, I started to read Windows PowerShell in Action and did confirm what I had already read here and there: it’s a good book! So this morning, I was playing around and trying some of the stuff I had read: > Get-Process...
Yves Dolce
.NET Reflector on IL generated by C# 3.0 (LINQ)
Posted
over 5 years ago
by
yvesdolc
1
Comments
Nothing like using .NET Reflector . The following C# code: public class Student { public string First { get ; set ; } public string Last { get ; set ; } public int ID { get ; set ;} public int [] Scores; } class Program { ...
Yves Dolce
Known Folders, the return...
Posted
over 5 years ago
by
yvesdolc
0
Comments
Fixed some bugs (thanks Catherine ) and you can [un]register your own Known Folder now: Interop.cs: using System; using System.Runtime.InteropServices; namespace Microsoft.SDK.Samples.VistaBridge.Library.Shell { public enum KnownFolderCategory...
Yves Dolce
Listing your properties...
Posted
over 5 years ago
by
yvesdolc
0
Comments
I'm still working on a managed property system wrapper but after some excellent comments from Ben Karas , we decided to hold off and have a meeting. Something I can show today is how to list all your system properties in native C++: #ifndef _WIN32_WINNT...
Page 1 of 1 (6 items)