DCSIMG
ApplicationModes - 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 » ApplicationModes (RSS)
Windows Ribbon for WinForms, Part 16 – ApplicationModes
Windows Ribbon for WinForms library now supports Application Modes. The result of this post is a yet another sample, “13-ApplicationModes”, found on the project site. What are application modes? It is best to explain using examples. Applications some times have different “modes” in which they show different GUI, for example: Simple mode VS Advanced mode Regular editor mode VS Print mode The ribbon framework support changing its GUI according to the current application mode. In order to use the ribbon...