Some technical things, mostly odd happenings from a remote office RSS Feed

WPF, using the new Vista style open and save dialogs
24 Apr 2007, 08:03:00 AM
Vista contains a new style of open and save common dialogs but most frameworks, including .NET, display the old style dialogs. The reason is a hook is specified when calling the Windows functions GetOpenFileName and GetSaveFileName. The hook i ...
Read post

WPF, get HWND of Window object
12 Apr 2007, 05:57:00 AM
WPF windows don't expose the underlying window handle (HWND) like window-form forms (the System.Windows.Forms.Control.Handle property). The window handle is required in some situations such as pinvoking, you can get the window handle of a WPF wi ...
Read post