PDA

Click to See Complete Forum and Search --> : W98 Start Menu Scrolling...


crispin
Oct 5th, 2000, 05:14 PM
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

Oct 5th, 2000, 05:40 PM
The class is SysPager

crispin
Oct 6th, 2000, 04:15 AM
Thanks!
Once I work it out i'll post the code (for what it's worth)


And so it begins...

crispin
Oct 6th, 2000, 03:06 PM
http://www.mvps.org/ccrp

These guys bundled it into an ocx, and saved me the trouble - the pager control. Ive been going to this site for a while now, I can't understand how I missed it :confused:
Brain is still on back order....

Thanks for your help!