I want to replicate the scroll bars/updown arrows found in W98 menus when the amount of programs gets too much for the screen.
I have tried to find out the classname of the control, but cant.

I think the functionality is embedded somewhere in the windows common controls API, maybe they (MS) managed to buddy an updown control to a menu bar or something - damned if I can find out how to do it.

I even installed C++ and tried looking through the OLE/COM viewer to find something, still no luck - any ideas appreciated.

Thanks in advance