Many of you don’t know about the Vista Bridge sample library, what can it do or even where you can find it. Let’s start with the basics; i.e. definitions. Vista Bridge is a sample library that contains managed wrappers for a number of Windows Vista APIs that are not exposed in the .NET Framework. The wrappers include common Open and Save file dialogs and new Vista advanced task dialogs. So, where to download it? There are three ways to obtain the sample library. It’s included in both the Windows SDK for Windows Vista Update and in the newer Window SDK for Windows Server 2008 and .Net Framework 3.5 ; or a third option is to download the Vista Bridge sample library which is part of the Windows SDK Cross Technology samples . I recommend downloading the Windows SDK for Windows Server 2008 and .Net Framework 3.5, but if you don’t have the network bandwidth or just want the samples, then the last option should be the most suitable. You can find the sampl...
Content suppressed by ://URLFAN, for full article visit source
Windows SDK Registry KeysFrom: blogs.msdn.com
Post Date: 2008-05-28 16:35:00
The Windows SDK team has received a number of questions about how we manage our registry, so I wanted to take a minute to describe the way that the Windows SDK writes to the registry.
On installation of a Windows SDK, including Windows SDK components installed with Visual Studio 2008, the following registry keys are written:
On an X86 computer:
HKLMSOFTWAREMicrosoftMicrosoft SDKsWindows
HKCUSOFTWAREMicrosoftMicrosoft SDKsWindows
In addition to the keys listed a...
more