Results 1 to 29 of 29

Thread: [RESOLVED] Outlook Style vertical toolbar

  1. #1

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Resolved [RESOLVED] Outlook Style vertical toolbar

    Afternon all

    I think I have asked this question before, but does anyone know of a place for source code for a vertical "Outlook style" toolbar ?

    I found two. One was for VB.NET and the other wanted several hundred quid !!

    Anyone done anything like this before ?
    Last edited by Hack; Dec 30th, 2005 at 07:25 AM.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Outlook Style vertical toolbar

    Quote Originally Posted by TheBionicOrange
    Anyone done anything like this before ?
    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.

  3. #3

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Re: Outlook Style vertical toolbar

    Hello Hack .... long time no speak.

    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

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Outlook Style vertical toolbar

    Quote Originally Posted by TheBionicOrange
    Hello Hack .... long time no speak.

    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.

  5. #5
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: Outlook Style vertical toolbar

    you can also use the listview control. with 32x32 icons.. and a dark grey backcolor it looks like the same thing
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  6. #6
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Outlook Style vertical toolbar

    You can find "An accurate reproduction of the Microsoft Outlook Bar"
    HERE at vbAccelerator.com

  7. #7
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: Outlook Style vertical toolbar

    Aha!! I knew it was a listview!
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  8. #8
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Outlook Style vertical toolbar

    Very good Static!

  9. #9

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Re: Outlook Style vertical toolbar

    Nice one

    Cheers guys !

  10. #10
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Outlook Style vertical toolbar

    Quote Originally Posted by TheBionicOrange
    Nice one

    Cheers guys !
    Right...I think I am going to bookmark that link for myself as well.

  11. #11

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Re: Outlook Style vertical toolbar

    ha ha ... yeah I would !

    A guy of your age shouldn't rely on his memory ... its too dangerous :P

  12. #12
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Outlook Style vertical toolbar

    Quote Originally Posted by TheBionicOrange
    ha ha ... yeah I would !

    A guy of your age shouldn't rely on his memory ... its too dangerous :P
    So true so true.

  13. #13

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Re: Outlook Style vertical toolbar

    I only say it as I speak from experience

  14. #14

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Re: Outlook Style vertical toolbar

    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 ?!?!!

    Any ideas anyone ?

  15. #15
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Outlook Style vertical toolbar

    Maybe they don't like to include compiled files with their downloads, or maybe their memory is worse than ours.

    Fortunately, Google has a full memory upgrade.

  16. #16

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Re: Outlook Style vertical toolbar

    Yeah I found that too.

    What the hell do I do with it ?!?!!

  17. #17
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Outlook Style vertical toolbar


  18. #18
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Outlook Style vertical toolbar

    Quote Originally Posted by TheBionicOrange
    Yeah I found that too.

    What the hell do I do with it ?!?!!
    I would presume you would open a new ActiveX Control project, dump that code into it, and compile yourself an .OCX

  19. #19
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: Outlook Style vertical toolbar

    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.

  20. #20
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Outlook Style vertical toolbar

    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
    Attached Images Attached Images  
    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."


  21. #21
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Outlook Style vertical toolbar

    Quote Originally Posted by Mark Gambo
    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.

  22. #22
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Outlook Style vertical toolbar

    Quote Originally Posted by Hack
    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."


  23. #23

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Re: Outlook Style vertical toolbar

    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 !

  24. #24
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Outlook Style vertical toolbar

    I see attached images in Mark's post, but not an attached project. Did I miss something?

  25. #25

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Re: [RESOLVED] Outlook Style vertical toolbar

    No .... I based my results on the picture he supplied, added a listview, imagelist, and 2 buttons.

    I CAN be creative when I put my mind to it

  26. #26
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [RESOLVED] Outlook Style vertical toolbar

    Quote Originally Posted by TheBionicOrange
    No .... I based my results on the picture he supplied, added a listview, imagelist, and 2 buttons.

    I CAN be creative when I put my mind to it
    I used to be creative, but now I can't remember what that means.

    I'd like to see what you come up with. When you get it finished, post a sample.

  27. #27

    Thread Starter
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818

    Re: [RESOLVED] Outlook Style vertical toolbar

    OK will do.

  28. #28
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: [RESOLVED] Outlook Style vertical toolbar

    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
    Attached Images Attached Images  
    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."


  29. #29
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [RESOLVED] Outlook Style vertical toolbar

    Thanks for posting. I'll check it out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width