المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : MRU Button List in C#



C# Programming
10-06-2009, 06:02 PM
Hello everyone. I'm trying to create an MRU button list, similar to the one used in Office 2007 software. I've searched for months and all I can find it MRU list examples using menuItem and menuToolbars. I can't see how this would really be that much more difficult but for some reason, I keep drawing a blank.

I have a container like a panel control that will allow for buttons to be dynamically added to it.

Any help would be appreciated.

Preferably in C# but I can convert from C++ and Visual Basic as well.

Thankyou.