2

I downloaded Office 2010 and have been fiddling with Excel and found the UI to be excellent. However, unless I'm missing it, menus are nowhere to be found. Are they done?

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311

3 Answers3

6

In summary:

  1. Office doesn't use WPF or Winforms, it uses Win32 (unmanaged C++).
  2. The ribbon was added and menus gone in 2007.
  3. Menus still exist in WPF.
  4. Menus were replaced in office because the ribbon does a better job at exposing features and making common tasks easy by reducing the need to dig through menu hierarchies. Most people like the ribbon better after adjusting to it.
1

Office doesn't use WPF for UI. menus were removed in office 2007! replaced with the ribbon

0

Office has menus. It's just it uses the ribbion interface. This means everything is avaialble in the same vertical and hoizontal space.

If anything, Office is taking the route that they way we use menus is changing. Not the fact menus are dead.

Another example is Firefox. They are lookng for new ways of handling many tabs in one screen. Whatever method hey choose, it's still menus and tabs.

Finglas
  • 101