DCSIMG
UICC.xsd - Arik Poznanski's Blog

Arik Poznanski's Blog

It CAN be done with .NET

News

MVP

MCC

CodeProject MVP

MCPD

MCTS

Subscribe to my blog by email

Arik Poznanski LinkedIn Profile

Email: arik.com at gmail dot com
or, use this form

Locations of visitors to this page


Sela Group

Sela Canada

DZone MVB

Links

Official Blogs

WPF / SL Blogs

Developers Blogs

Browse by Tags

All Tags » UICC.xsd (RSS)
Windows Ribbon for WinForms, Part 18 – ContextPopup
Windows Ribbon for WinForms library now supports using a Context Popup. The result of this post is a yet another sample, “15-ContextPopup”, found on the project site. What is a Context Popup? A context popup is a combination of a small toolbar (called MiniToolbar) and a context menu, which a ribbon enabled application can provide. This popup usually appears when right-clicking an application surface and it usually provide common operation relevant for the clicked surface. Basically it’s just another...
Windows Ribbon for WinForms, Part 3 - First WinForms Ribbon Application
So let's see how to use the Ribbon class to add ribbon support to an empty WinForms application. Step 0 – Download Windows Ribbon for WinForms As I’ve mentioned in previous posts, you can download the code for my ribbon wrapper library along with numerous samples (currently one..) from windowsribbon.codeplex.com Also, I remind you to download the helper library, Windows API Code Pack . Update (18.11.2009) : The project doesn’t depends anymore on Windows API Code Pack. In this post I'll review...