Sign in
Nick on Silverlight and WPF
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
December 2011
(1)
April 2011
(1)
September 2010
(1)
May 2010
(1)
March 2010
(2)
January 2010
(2)
December 2009
(2)
November 2009
(2)
April 2009
(2)
February 2009
(1)
January 2009
(2)
December 2008
(1)
May 2008
(1)
July 2007
(1)
June 2007
(2)
May 2007
(2)
April 2007
(1)
March 2007
(2)
February 2007
(1)
January 2007
(1)
December 2006
(1)
November 2006
(1)
October 2006
(1)
September 2006
(3)
August 2006
(3)
July 2006
(1)
June 2006
(6)
May 2006
(3)
April 2006
(6)
March 2006
(5)
February 2006
(3)
January 2006
(5)
December 2005
(4)
November 2005
(4)
October 2005
(5)
September 2005
(11)
August 2005
(7)
July 2005
(16)
June 2005
(6)
May 2005
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Nick on Silverlight and WPF
Why full sources?
Posted
over 8 years ago
by
Nick Kramer [MSFT]
2
Comments
I've had a couple requests to include the complete source code for the samples in the hwnd interop white paper. And I'm going to try to include them in the official Avalon SDK version (although my first priority right now is getting images in there -...
Nick on Silverlight and WPF
Avalon and Win32
Posted
over 8 years ago
by
Nick Kramer [MSFT]
3
Comments
Dan asks: Can you please explain the relationship between Win32 subsystem and WinFX. In PDC it was told thar WinFx replaces Win32. Now it looks like USER and Win32K are still in use Good question. WinFX is where all the innovation is, both in...
Nick on Silverlight and WPF
interop performance
Posted
over 8 years ago
by
Nick Kramer [MSFT]
0
Comments
Michael Lowe asked about performance of interop. I don't have as many hard numbers as I would like, it's on my (very long) to do list to do some profiling on a couple samples. But a couple thoughts. All Avalon applications are ultimately inside a HwndSource...
Nick on Silverlight and WPF
The Render thread
Posted
over 8 years ago
by
Nick Kramer [MSFT]
4
Comments
Time to stop talking about hwnd interop for a few moments and get back to some earlier questions. Lee asked what the mysterious renderer thread does. Good topic, and I happened to have some previously written material lying around on just that question...
Nick on Silverlight and WPF
The hwnd interop white paper
Posted
over 8 years ago
by
Nick Kramer [MSFT]
6
Comments
So that concludes my series about hwnd interop, which is really a draft of the hwnd interop white paper that will go into a future release of the Avalon SDK documentation, as part of an upcoming "articles from the architects" series. To recap, here's...
Nick on Silverlight and WPF
hwnd interop (part 4)
Posted
over 8 years ago
by
Nick Kramer [MSFT]
3
Comments
A walkthrough of Win32 inside Avalon (HwndHost) To reuse Win32 content inside Avalon applications, one uses HwndHost, which is a control that makes hwnds look like Avalon content. Like HwndSource, HwndHost is straightforward to use – subclass HwndHost...
Nick on Silverlight and WPF
hwnd interop (part 3)
Posted
over 8 years ago
by
Nick Kramer [MSFT]
6
Comments
A walk through of Avalon inside Win32 (HwndSource) To put Avalon inside Win32 applications, one uses HwndSource, which provides an hwnd that contains your Avalon content. HwndSource is pretty straightforward to use – first you create the HwndSource...
Nick on Silverlight and WPF
Interop at the PDC!
Posted
over 8 years ago
by
Nick Kramer [MSFT]
0
Comments
The sessions for Microsoft's Professional Developer Conference (PDC) 2005 have been announced . I'm really looking forward to it, I'll be the speaker for the hwnd/Win32 interop talk. (Which is why I'm so anxious to finish the white paper -- so I can start...
Nick on Silverlight and WPF
hwnd interop commentary
Posted
over 8 years ago
by
Nick Kramer [MSFT]
0
Comments
Couple notes about where this series is going: part 1 was an introduction to the topic part 2 is about airspace and what can and can't be done visually. The final paper will include some stuff about layered windows, I had some material written...
Nick on Silverlight and WPF
hwnd interop (part 2)
Posted
over 8 years ago
by
Nick Kramer [MSFT]
3
Comments
Airspace Now that we understand what's going on behind the scenes, let's describe some of implications, which I refer to as "airspace". Within a top-level window, I like to think of each hwnd as having its own "airspace" -- each pixel within the window...
Nick on Silverlight and WPF
hwnds and the DWM
Posted
over 8 years ago
by
Nick Kramer [MSFT]
2
Comments
I wrote that "All Avalon elements on the screen are ultimately backed by hwnds." Yep, even on Longhorn. One of the changes we made to USER and Win32k.sys in Longhorn is that when the DWM is on, all top-level windows (Avalon or otherwise) are rendered...
Nick on Silverlight and WPF
hwnd interop (part 1)
Posted
over 8 years ago
by
Nick Kramer [MSFT]
6
Comments
So I've been trying for a while to finish a white paper about Avalon's hwnd interop functionality. I'm still not done, but figured I would post what I have so far so I can get people's feedback. I'm pasting this from MS-Word, which generates some, err...
Nick on Silverlight and WPF
MDI Windows
Posted
over 8 years ago
by
Nick Kramer [MSFT]
6
Comments
Johan asked me about MDI support in Avalon. We don't plan to have a native Avalon implementation of MDI in version 1, mainly because MDI is so easy to do using Windows Forms and Windows Forms interop. I whipped together a quick demo of this, spending...
Nick on Silverlight and WPF
Future topics
Posted
over 8 years ago
by
Nick Kramer [MSFT]
7
Comments
Couple quick responses to that "what to cover next" post, in case I don't get another chance for awhile: Threading and STA -- I'm always happy to talk about threading, although I already wrote a lot into previous post. Regarding STA specifically...
Nick on Silverlight and WPF
Upgrading from March CTP to May CTP
Posted
over 8 years ago
by
Nick Kramer [MSFT]
0
Comments
So I spent part of my weekend updating various applications to the most recent CTP. I figured I would try it the same way most people outside of Microsoft would do it -- by using Google and searching the Avalon newsgroup. All told, I found the answers...
Nick on Silverlight and WPF
What do you want to hear about?
Posted
over 8 years ago
by
Nick Kramer [MSFT]
5
Comments
I can ramble on about whatever is on my mind, but I prefer to talk about things that people are actually interested in. Any suggestions? I'd prefer to stick to stuff I actually work on -- e.g., interop with WinForms and Win32/hwnds, input, commanding...
Page 1 of 1 (16 items)