Yeah, I did one for a project a few years back (the source was propreitary to the company I was contracted out to, so I don't have it anymore). However, it wasn't that difficult as I recall.
I used some Pictureboxs, icons and command buttons. I had a different picturebox for each "menu" and moved the command buttons up and down using .Move
Although (again, as I recall), it wasn't that hard but it did take a while to get it right.
Yeah ... I had thought of going down that route, but it seemed a bit crude.
But then crude is my middle name so what the hell
Just thought I would ask first in case anyone had invented anything jazzy
Yeah ... I had thought of going down that route, but it seemed a bit crude.
But then crude is my middle name so what the hell
Just thought I would ask first in case anyone had invented anything jazzy
What's happening Steve?
I've often thought of building a UserControl that mimiked an Outlook toolbar. The problem is, what would I put on it?
It would seem that each toolbar would have to be application specific.
Also, it may sound crude, but after you are done with it, it looks pretty cool, and customers won't know the difference between a purchased third party control or something you make on your own.
Hmmm ... I downloaded the full source code for that Listbar control, but when I run the project I get "vbalTbar6.ocx could not be loaded".
The zip file containing all the files doesn't haev that ocx in it ?!?!!
for some reason they make you download the OCX separately.
Also there are several runtime dependencies listed on the page that have to be downloaded if you don't already have them. Such as vbalIml6.ocx and ssubtmr6.dll.
I made one about six months ago I used a Picture box, two (2) command buttons and a listview. I'll see if I can find the code but if I remember it wasn't hard to build. Here is a link to my post
Here is a picture of Control
Last edited by Mark Gambo; Dec 29th, 2005 at 12:42 PM.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
I made one about six months ago I used a Picture box, two (2) command buttons and a listview. I'll see if I can find the code but if I remember it wasn't hard to build. Here is a link to my post
That would be cool. As I said earlier, I no longer have the source to the one I made. If you can find yours, it would be worth posting and letting everyone have a look at with an eye towards suggestions and whatnot. I wouldn't mind seeing a finished something like this in the CodeBank.
That would be cool. As I said earlier, I no longer have the source to the one I made. If you can find yours, it would be worth posting and letting everyone have a look at with an eye towards suggestions and whatnot. I wouldn't mind seeing a finished something like this in the CodeBank.
Not a problem, but I am currently using it in a project I have completed and I have to separate the Outlook Bar code from the remaining code.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
Well I played around with the various options in this thread, and due to the amount of messing around I had to do with OCX's from the example in vbAccelerator I decided to keep it simple, and went along the same route as Marks example.
Piece of cake really. I think I was making more out of this than I needed to.
Anyway ... thanks to all for the input ... much appreciated !
Well here is a copy of my project. Take a look and please feel free to suggest changes and to make comments. Here is a picture of the control
Thanks
Mark
Last edited by Mark Gambo; Dec 30th, 2005 at 02:04 PM.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."