Welcome to MSDN Blogs Sign in | Join | Help

February 2007 - Posts

Ring tones: I typically don't care

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.
Posted by yvesdolc | 0 Comments
Filed under:

ItemPropertySet: accessing the Property System from managed code...

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
Posted by yvesdolc | 1 Comments
Attachment(s): ItemPropertySet 10.zip

PowerShell, performance and regular expressions

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 | Get-Member TypeName:
Posted by yvesdolc | 0 Comments

.NET Reflector on IL generated by C# 3.0 (LINQ)

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 { static void Main( string [] args)
Posted by yvesdolc | 1 Comments

Known Folders, the return...

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 { Virtual
Posted by yvesdolc | 0 Comments
Attachment(s): KnownFolders.zip

Listing your properties...

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
Posted by yvesdolc | 0 Comments
 
Page view tracker