Welcome to MSDN Blogs Sign in | Join | Help

June 2006 - Posts

alias | where {$_.Definition -eq "Set-Location"}

Back from the airport, checked my e-mail and decided I would finally switch to PowerShell as it starts to have the same responsiveness as CMD.EXE when typing DIR. My first """"fancy"""" command? Here it is: alias | where {$_.Definition -eq "Set-Location"}
Posted by yvesdolc | 1 Comments

CoCreateInstanceAsAdmin and the Elevation Moniker

You might see that API referred here and there to help with the new UAC scenarios. And you'll also read that some people are wondering where the API declaration is... I understand that the COM team implemented Elevation Moniker to super-set this API functionality:
Posted by yvesdolc | 2 Comments

Microsoft Football Scoreboard

Christian just showed this to me. Nice! Follow this year’s FIFA World Cup tournament with Microsoft Soccer Scoreboard! I was in Olimpiazentrum yesterday to watch México - Iran!
Posted by yvesdolc | 0 Comments
Filed under:

ImageToIPicture

Converting an Image to an IPicture seems a recurring question. I did not tried the following code but it does compile. sealed class ImageToIPicture : AxHost { private ImageToIPicture() : base ( null ) { } static public object Convert( Image image) { return
Posted by yvesdolc | 0 Comments

CommandLink wrapper in C++/CLI for you managed code under Vista

Catherine , una amiga mía, Technical Evangelist en DPE, wrote some C# code that will be shared soon during a "Light Up" lab event in Munich. When reading it, the first thing that came to my mind was: "Ce serait tellement plus élégant en C++/CLI". Before
Posted by yvesdolc | 1 Comments
 
Page view tracker