Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Nick on Silverlight and WPF
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Useful links
WPF bloggers
WPF bloggers (opml file)
Tags
No tags have been created or used yet.
Recent Posts
Silverlight 4 Security Overview White Paper
Bulk check-in for SharePoint
VB item template for Silverlight Resource Dictionary
VS item templates for Silverlight Resource Dictionaries
ChangeableObject and ValueConverter: databinding conveniences
Archives
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)
September 2005 - Posts
Friday, September 30, 2005 2:33 AM
PDC demos available
For those of you who are at the PDC, we finally got my demos posted to commnet (under PRS313): http://commnet.microsoftpdc.com/content/downloads.aspx 5mb zip file, that DirectX sample was not small...
Posted by
nkramer
|
0 Comments
Wednesday, September 28, 2005 10:40 PM
Merged resource dictionaries
One of my favorite new features in the September CTP is merged dictionaries -- you can use these to put resources in a separate file from the rest of your xaml. Nathan gives a great overview of this feature in http://www.designerslove.net/2005/09/resourcedictionaries-use-em.html
Posted by
nkramer
|
1 Comments
Wednesday, September 28, 2005 2:03 AM
C++ and uncompiled xaml
You can't use C++ with compiled xaml in the same assembly. My preferred solution is to create a second assembly (C# and xaml), but another solution is to use uncompiled xaml (Parser.LoadXml). Here's what it would look like if my MFC demo used LoadXml:
Posted by
nkramer
|
0 Comments
Saturday, September 24, 2005 3:46 AM
Random interop updates
Mike Henderlight, the WinForms-WPF interop guru, has started a blog: http://blogs.msdn.com/mhendersblog/ . At the PDC, Mike mentioned that WinForms-WPF interop won't be released in final form until the Visual Studio "Orcas" timeframe (sometime after WPF
Posted by
nkramer
|
0 Comments
Friday, September 23, 2005 2:28 AM
The PeterOst CTP
I'm really happy with this latest CTP, it took a lot of hard work and there's a lot of great features in there. But although most people will remember it as the PDC CTP, I'll always remember it as Peter Ostertag 's last CTP. Peter, longtime Avalon member
Posted by
nkramer
|
0 Comments
Thursday, September 22, 2005 1:12 AM
Back from the PDC
Got back in town last night and I'm still recovering, PDC was a lot of fun but it took a lot out of me. It was great to meet Drew and Bonk (I missed Michael -- wanted to go to his Extreme Avalon birds of the feather session, but I had to prepare for my
Posted by
nkramer
|
0 Comments
Tuesday, September 13, 2005 3:45 PM
PDC schedule (repeat)
Weird, apparently this thing timestamps posts based on when you started a post rather than finished, which in this case was several days difference... So to make sure RSS doesn't miss anything: I'm in L.A. and ready for conference! Actually, I've been
Posted by
nkramer
|
0 Comments
Saturday, September 10, 2005 4:07 AM
Interop working set
So I promised awhile back to get some performance numbers on hwnd integration. I started with a very simple MFC application (which doesn't do a whole lot besides use MDI and document-view), and measured the working set of that. Then I recompiled using
Posted by
nkramer
|
0 Comments
Saturday, September 10, 2005 1:29 AM
My PDC schedule
I'm in L.A. and ready for conference! Actually, I've been in L.A. since Saturday, but I've been running around taking pictures most of that time. <g> But now I'm in conference mode. I got my slides done (well, mostly), my sessions picked out, and
Posted by
nkramer
|
0 Comments
Wednesday, September 07, 2005 5:28 AM
Commands between WPF and MFC
When we created the WPF commanding system, we spent a lot of time looking at MFC. So it's not surprising that the two models integrate pretty well. One of the interesting parts of MFC is command routing -- the application as a whole has notions of commands
Posted by
nkramer
|
0 Comments
Saturday, September 03, 2005 3:20 AM
PDC is getting close!
So we're only five working days away from the PDC (at least in the U.S., Monday is a holiday) -- we are in the homestretch! I now have an official code for my presentation: PRS313 Windows Presentation Foundation ("Avalon"): Integrating with Your Win32/MFC
Posted by
nkramer
|
0 Comments