Browse by Tags
All Tags »
Ribbon (
RSS)
Thanks for all of you that despite the traffic jams, made it and came to the first meeting. And thanks again for your feedbacks, all of them were excellent! Here are the links for the resources that we talked about: Windows 7 Training Kit Visual Studio 2010 Training Kit – The kit contains the MFC labs for the Windows 7 features XP2Win7 – stay tuned for a new release next week, or two. Removing the Kernel Dispatcher lock by Arun Kishan Mark Russinovich: Inside Windows 7 Mark Russinovich: Inside Windows...
תגים:C++/CLI, C++, VC, MVP, Win32, Internal, COM+, COM, Interop, MFC, C++0x, C#, DEV, Server 2008 R2, Server Core, Windows 7, Multitouch, Multi-touch, Taskbar, Shell Libraries, Sensor and Location, Ribbon, Debbug, Windows Internals, XP2Win7, User Group
As the co-author of the “ Introducing Windows® 7 for Developers ” book I wrote the two chapters about the new Windows Ribbon Framework. The first Ribbon chapter deals with the Ribbon markup language and the second chapter deals with the code behind. To let the reader the ability to understand and play with the markup language before reading the code behind chapter, I have created an open source project named RibbonExpolorer . The Ribbon team from Microsoft has also created such a tool named...
תגים:C++, Win32, Codeplex, COM, Interop, Sela, C#, DEV, Windows 7, Ribbon Explorer, Ribbon, Book
Windows 7 introduces a new Windows Ribbon framework, a framework that enables creating of a modern rich user interface and user experience based on the Office 2007 fluent UI concepts. The Windows Ribbon framework adopted the Model-View-Controller pattern. The UI is written using XAML like language, the controller is a COM based code and the Model is your business logic. To enable developing the Ribbon markup we have created the Ribbon Explorer program. These are the feature of Ribbon...
Moving applications to new platform is not an easy decision to make. Sometimes you have no choice, new desktops and laptops run the new operating system and you have to support your clients. Sometimes you do have a choice, you install your application with the system and you can choose the operating system that your code will run on. There are two factors in this dilemma: first is the investment effort on making the application compatible with the new O/S comparing to the benefit (ROI). Second is...
תגים:C++/CLI, C++, Vista, Win32, Interop, WPF, Sela, C#, DEV, Windows 7, Multitouch, Multi-touch, Library, Taskbar, Shell Libraries, Sensor and Location, Ribbon, XP2Win7, S&L
In these days I am finishing writing the second chapter of two in a book about Windows 7 Developmen t. I have joined the other authors of the book to assist and I am writing about developing the Windows Ribbon . The first chapter deals with the XAML language of the native Ribbon, while the second chapter deals with the code behind. The first chapter is already went to the editor. About couple of days ago, I have got a mail from the editor that says that other writers found some differences between...
We have released the Beta 1.0 of Ribbon Explorer , A win7 application which takes a ribbon markup (XML) and shows the resulting ribbon. The application compiles the Ribbon XML, (UICC.exe, RC.exe Link.exe). loads it and instantiate a window with the resulting Ribbon. The application controls the Ribbon and shows the Ribbon events. Features: Read a Ribbon markup file which its full path is provided in the first argument of the command line. Enable editing of the supply XML file, or a new XML file Show...
תגים:C++, VC, MVP, Win32, Codeplex, COM, TR1, Sela, DEV, Server 2008 R2, Windows 7, Ribbon Explorer, Ribbon