1.
WPF / Visual Studio 2008 Unit Test Workaround - Martin Cook Apr 25, 2008 ... The dialogs all work great in an application but they fail during automated unit testing in Visual Studio 2008. Specifically, a unit test ...
2.
WPF / Visual Studio 2008 Unit Test Workaround - Martin Cook Apr 25, 2008 ... The dialogs all work great in an application but they fail during automated unit testing in Visual Studio 2008. Specifically, a unit test ...
3.
WPF / Visual Studio 2008 Unit Test Workaround - Martin Cook Apr 25, 2008 ... The dialogs all work great in an application but they fail during automated unit testing in Visual Studio 2008. Specifically, a unit test ...
4.
WPF Control Library Trick # 1 - Martin Cook Aug 13, 2007 ... I'm a self confessed WPF rookie so this trick is something that I learned this weekend while trying to get my first WPF control library to ...
5.
A managed wrapper for the IShellFolder interface - Martin Cook Today I thought I might publish my wrapper for the IShellFolder COM interface. ... So, once you get a folder object, say for the "C" drive, ...
6.
A managed wrapper for the IShellFolder interface - Martin Cook InterfaceIsIUnknown)] public interface IEnumIDList { [PreserveSig] int Next( int celt, ref IntPtr rgelt, out int pceltFetched ); [PreserveSig] int Skip(int ...
7.
Windows forms wizard control in C# - Martin Cook Apr 1, 2007 ... Anyway, I used that code for many years - right up to the day I dropped C++ in favor of C#. In fact, that wizard control was one of the ...
8.
BindToObject - Martin Cook All Tags » BindToObject (RSS) .NET · C# · COM · DrawIcon · FromHbitmap · GetLocation · GetUIObjectOf · IExtractImage · IShellFolder · ParseDisplayName ...
9.
WPF / Visual Studio 2008 Unit Test Workaround - Martin Cook Apr 25, 2008 ... WPF / Visual Studio 2008 Unit Test Workaround. In my day job I have been closing down my last project and ramping up for a new one. ...
10.
A managed wrapper for the Windows Shell PIDL structure - Martin Cook ... [DllImport("shell32.dll")] public static extern IntPtr SHGetFileInfo( IntPtr pidl, uint dwFileAttributes, ref SHFILEINFO psfi, int cbSizeFileInfo, ...
|