Results 1 to 5 of 5

Thread: Add Tool or MenuBar to VBIDE

  1. #1

    Thread Starter
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Add Tool or MenuBar to VBIDE

    I would like to add a tool (or Menu) bar to the IDE?

    Each button needs to be a list of choices....(See Screenshot below)

    I have found how to add a toolbar & a button
    but no menu...

    Thanks!
    Attached Images Attached Images  
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Add Tool or MenuBar to VBIDE

    I think that the click event of the buttons just call PopMenu on a (hidden) form menu, eg:
    VB Code:
    1. With [i]ButtonName[/i]
    2.   me.PopupMenu [i]MenuName[/i], vbPopupMenuLeftAlign, .Left + .Width, Top
    3. End With

  3. #3

    Thread Starter
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: Add Tool or MenuBar to VBIDE

    im not so sure about that....

    while the menu is open the button stays pressed.. I dont think that would happen with a popupmenu...

    I think its a style of button.. maybe?
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Add Tool or MenuBar to VBIDE

    They could well be image/picturebox controls, with the 'button' effect as images (being reset on LostFocus I guess).

  5. #5

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