Converting An MFC Ribbon To Designer Format |
- Converting An MFC Ribbon To Designer Format
- Herb Sutter Shares Perspectives on the New C++ Standard
- Should I use HTML5 or Silverlight? One man's opinion.
- Should I use HTML5 or Silverlight? One man's opinion.
- Something "sort" of handy... [IListExtensions adds easy sorting to .NET list types - enabling faster search and removal, too!]
- Step-by-Step Using ImplicitDataType in Silverlight 5 Beta
- Silverlight Cream for May 03, 2011 -2 -- #1083
- Jeremy Likness on Clean Design-Time Friendly ViewModels: A Walkthrough
Converting An MFC Ribbon To Designer Format Posted: 04 May 2011 11:40 AM PDT Hello, I'm Pat Brenner, a developer on the Visual C++ Libraries team, and I primarily work on MFC. In Visual Studio 2010, a ribbon designer was added which allows you to visually edit the ribbon used in your MFC application. This doesn't help you, however, if you adopted the ribbon user interface with Visual Studio 2008 SP1 and you're creating your ribbon UI entirely with code in your application. We did consider that scenario, however, and added functionality to MFC to allow conversion of a "code" ribbon to an XML ribbon resource. I've been meaning to post an article on how to do this, so here it is. I'll use the conversion of the ribbon in the MSOffice2007Demo sample as an example:
I hope you find this information helpful.
Pat Brenner |
Herb Sutter Shares Perspectives on the New C++ Standard Posted: 04 May 2011 10:27 AM PDT Hi, I'm Charles Torre, Sr. Technographer with Channel 9. I'm back with an interview made last week with Herb Sutter, Principal Architect on the Visual C++ team at Microsoft and chairman of the ISO committee which recently approved the final technical changes to the C++0x standard – the publication of which is expected this summer. Go C++11!!! :-) It's always great to talk to Herb. In this specific conversation, it's uplifting to see how excited Herb is for the future of one of the world's most capable and widely used general purpose programming languages. C++ is a modern programming language for power and performance, but it's also a highly abstracted general purpose language for building user mode applications, mobile apps, etc. The amazing part is how C++ can provide rich general programming abstractions and also ensure that your code can run at machine speeds. We talk about this, of course. See below for the specific questions that were asked. You can simply click on a link to move directly to that point in the conversation. I do, however, strongly recommend that you watch the entire thing. Tune in. Learn. Go native!
1:37 -> What were the goals of the C++0x standard, at a high level? 07:17 -> C++0x or can we now call it C++11? 09:21 -> Standards committees and real world user representation... 10:39 -> Who comes up with the new features that get standardized (or not...)? 13:01 -> What were the goals of the C++0x standard (non-canned answer)? 14:21 -> What does Bjarne mean by C++0x being a better C++ for novice programmers? 15:51 -> Why can't C++ look more like C#? 23:12 -> What are some of the most significant new features in C++0x? 25:05 -> What can VC++ developers expect to see in terms of C++0x implementation in Visual C++ next? 27:09 -> C++ and type safety... 29:05 -> C++0x and backwards compatibility: any big breaking changes? 34:16 -> C++0x in the Standard Library... 37:01 -> Any thinking in the Committee about doing more frequent experimental releases C++? 41:45 -> Are you comfortable with C++'s current state? Is it modern enough? |
Should I use HTML5 or Silverlight? One man's opinion. Posted: 04 May 2011 01:25 PM PDT I was in Belgium and The Netherlands this last week presenting and talking to folks in the community. After I presented on ASP.NET MVC 3, HTML5 and jQuery, one fellow came up after and said, "Should I use Silverlight or HTML5. I don't understand...( read more )...(read more) |
Should I use HTML5 or Silverlight? One man's opinion. Posted: 04 May 2011 01:25 PM PDT I was in Belgium and The Netherlands this last week presenting and talking to folks in the community. After I presented on ASP.NET MVC 3, HTML5 and jQuery, one fellow came up after and said, "Should I use Silverlight or HTML5. I don't understand Read More......(read more) |
Posted: 04 May 2011 09:58 AM PDT If you want to display a dynamically changing collection of items in WPF, Silverlight, or Windows Phone, there are a lot of collection classes to pick from - but there's really just one good choice: ObservableCollection(T) . Although nearly all the IList...( read more )...(read more) |
Step-by-Step Using ImplicitDataType in Silverlight 5 Beta Posted: 04 May 2011 02:55 AM PDT ImplicitDataType is a new feature in Silverlight 5. Using ImplicitDataType, you can declare multiple Data Templates for your control and based on the data type, you can load the proper data template automatically. In this article we will discuss...( read more )...(read more) |
Silverlight Cream for May 03, 2011 -2 -- #1083 Posted: 03 May 2011 10:35 PM PDT In this Issue: Max Paulousky , Roy Dallal , Colin Eberhardt , Deborah Kurata , David Anson , Mike Taulty ( -2- ), Jesse Liberty , and Jeremy Likness . Above the Fold: Silverlight: "The BestFitPanel collection of layout containers provides flexible, easy...( read more )...(read more) |
Jeremy Likness on Clean Design-Time Friendly ViewModels: A Walkthrough Posted: 03 May 2011 10:13 PM PDT Jeremy provides a quick walkthrough to demonstrate clean design-time view models. These are view models that provide design-time data for your application, but don't embed that date in the final product. The release DLL and XAP files will only contain...( read more )...(read more) |
You are subscribed to email updates from "microsoft" via Ehsan in Google Reader To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment