-
I would like to assemble a small program launcher that would have an outlook toolbar (various categories) that I could then add/remove/modify shortcuts to. I have found code for a toolbar, but was hoping someone might be able to point me to a project that already has implemented this. Does any one know of such a project maybe on PlanetSourceCode or somewhere else?
Additionally, if I end up writing this myself, I'd also like to be able to roll the toolbar into the title bar (like a toolbar in a Corel Draw app.)
Any ideas where I might be able to find a control that would perform this action?
I know I'm being lazy here, but it's a short week and I'd love to get something going on this.
I appreciate your help!!!
Dan
-
hhmmmm...
at one point I had a control for this....I found it for free on a stie..since then I can't remember where I found it nor do i have it...couldn't figure out how to use it...got mad....delete!
:)
if i can find it again...i'll let you know.
-
http://www.zarr.net/vb/download/download.asp?id=21
should go right to it....
if not then go here...
http://www.zarr.net/vb/download/topdownloads.asp
it not the same one i got before...and this one has a whole lot of stuff in it to show how it works...good luck.I tried this one..it does work. If i find the other one...i'll post it
-
Thanks Geoff. This looks like it will work for what I want to do. I have a feeling that I'll have to work on the dynamic adding and removing icons. But that's okay. First things first, I need to figure out where the menus and menuitems are defined. Hmmmm ....
Thanks again!!!
Dan
-
Hmmm ... anyone else run across something similar to this? I have been playing around with this code, but everything is put together at design-time. I would like to be able to start out with an empty menu structure, and then build the menu's dynamically. (Add menus and menu items.)
Microsoft Outlook allows this functionality, but I haven't found any code pieces that emulate the full functionality.
Any one have any suggestions?
Thanks!!!
Dan