Results 1 to 9 of 9

Thread: Tool Bar

  1. #1

    Thread Starter
    Addicted Member Rally2000's Avatar
    Join Date
    Dec 2003
    Location
    Central USA
    Posts
    134

    Tool Bar

    Hi.
    This is sort of embarrassing and I did not want to ask, but now I have to.
    I have looked and looked and keep on missing it.
    I created a tool bar for my note pad and am unable to find how to 1. Change the color of the tool bar and 2. How to change the appearance of the buttons (i.e. Icons).
    Would someone please help?
    Thanks!
    Code:
    Dim R1 As Fast 
    Dim Kawasaki As crap
    Dim rash As necessary
    If Kawasaki onRoad = True Then
        R1.runoverKawasaki
    Kawasaki = rash

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    1-For the color , I believe you can't unless you create your own Toolbar Class .

    2-Add your buttons , add ImageList to your proj , add icons to it .
    Assign it to the toolbar component , then go the buttons collection , change ImageIndex and appearance as you like .

  3. #3

    Thread Starter
    Addicted Member Rally2000's Avatar
    Join Date
    Dec 2003
    Location
    Central USA
    Posts
    134
    Thanks Pirate!!
    Just as I thought, it was a stupid question.
    I should have been able to figure it out myself. Oh well!
    However, I do have another question. Is there some kind of master Icon List?? Just wondering since the Icons that I need do not come with VS.
    Thanks!!!
    Code:
    Dim R1 As Fast 
    Dim Kawasaki As crap
    Dim rash As necessary
    If Kawasaki onRoad = True Then
        R1.runoverKawasaki
    Kawasaki = rash

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by Rally2000
    Thanks Pirate!!
    Just as I thought, it was a stupid question.
    I should have been able to figure it out myself. Oh well!
    However, I do have another question. Is there some kind of master Icon List?? Just wondering since the Icons that I need do not come with VS.
    Thanks!!!
    What do you mean by master icon list ?

  5. #5

    Thread Starter
    Addicted Member Rally2000's Avatar
    Join Date
    Dec 2003
    Location
    Central USA
    Posts
    134
    Well, I said List and that is not what I meant. What I would like to have is a bundle of Icons. Something that has all office Icons and more. I really don’t know how to explain it, but it seems that the Icons that come with VS are never suitable for the Job.
    Code:
    Dim R1 As Fast 
    Dim Kawasaki As crap
    Dim rash As necessary
    If Kawasaki onRoad = True Then
        R1.runoverKawasaki
    Kawasaki = rash

  6. #6
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    I have something like that. I exracted all the icons i could find and put them in my class library as emmbeded resources and add the to an image list via a method that return an ImageList....... I am thinking of adding a set enum ie windows, office, FileTypes......
    Magiaus

    If I helped give me some points.

  7. #7
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Edneeis has posted some icons here and more on the forum if you just do little search .
    http://www.vbforums.com/showthread.p...ighlight=icons

  8. #8
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Here you can download some icon set .http://www.skinbase.org/section.php?sections=icon

  9. #9

    Thread Starter
    Addicted Member Rally2000's Avatar
    Join Date
    Dec 2003
    Location
    Central USA
    Posts
    134
    Thanks! I appreciate that.
    Code:
    Dim R1 As Fast 
    Dim Kawasaki As crap
    Dim rash As necessary
    If Kawasaki onRoad = True Then
        R1.runoverKawasaki
    Kawasaki = rash

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