# ReactOS RShell

DevFeed: [ReactOS RShell](<https://devfeed.tech/articles/reactos-rshell-33007.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/reactos-rshell/>)

Published: 2014-03-10T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [WINE](<https://devfeed.tech/topics/wine.md>), [implementation](<https://devfeed.tech/topics/implementation.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [bug](<https://devfeed.tech/topics/bug.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [free](<https://devfeed.tech/tags/free.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [testing](<https://devfeed.tech/tags/testing.md>), [toolbar](<https://devfeed.tech/tags/toolbar.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>), [windows](<https://devfeed.tech/tags/windows.md>), [wine](<https://devfeed.tech/tags/wine.md>)

## AI overview

A ReactOS developer investigates start-menu issues in rshell, including misaligned submenu glyphs, missing menu items, and submenus that fail to open. The investigation links the functional problems to incorrect use of MENUITEMINFO flags and button IDs, while the visual issue is attributed to the replacement Marlett font.

## Source excerpt

I began the week by testing the progress of the start menu in ReactOS. You may remember this screenshot from last weekend's report. In it, you can see the results of implementing vertical menus in a different, more documented, way. This method requires more work to be done per item, to make them all wrap into a new row, but it is supported by the Wine toolbar implementation ReactOS uses.