Welcome to MSDN Blogs Sign in | Join | Help

September 2007 - Posts

PowerShell: (Get-ChildItem | Get-Member | ? { $_.Name -eq "Mode"}).Definition

I was curious about that *nix like mode for the item ('d----') [13] gci     Directory: Microsoft.PowerShell.Core\FileSystem::C:\Users\yvesdolc Mode               
Posted by yvesdolc | 0 Comments

Exceptions in C++

This keeps being an entertaining topic: Ale Contenti and Louis Lafreniere: Understanding Exceptions and When/How to Handle Them .
Posted by yvesdolc | 1 Comments

C++/CLI : IntPtr to an HWND

I was fed up with always having to write different code for x86 or x64 so I wrote intptr_cast<>. Still a lot of things to think about here but I wrote those couple of lines as a sample. I thought this might not only give you ideas but maybe trigger
Posted by yvesdolc | 1 Comments
 
Page view tracker