Menus on UserForms

Menus on UserForms

Anonymous
Not applicable
148 Views
4 Replies
Message 1 of 5

Menus on UserForms

Anonymous
Not applicable
Dear all,

I am using VBA and within my vba project I have several forms. I would like
to add a menu to one of these forms. Is this possible?
Do I understand correctly that the MenuGroups collection only deals with
the menus appearing in the main AutoCAD menu?

Many thanks

Claire
0 Likes
149 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Claire,

If you are referring to a menu across the top [like you can do using the
menu editor in VB] the answer is no. However, you could use an ActiveX
control that implements a menu structure. Hum, sounds like a good topic for
the next issue of Sources.

Yes, the MenuGroups collection is for AutoCAD application menus, not VBA
application menus. Hope this helps. Thanks!

Joe Sutphin
Author of "AutoCAD 2000 VBA Programmers Reference"
ISBN #1861002564

Checkout Sources - The magazine dedicated to AutoCAD customization
http://vbdesign.hypermart.net/sources/

Claire Adam wrote in message
news:8767jk$ia71@adesknews2.autodesk.com...
> Dear all,
>
> I am using VBA and within my vba project I have several forms. I would
like
> to add a menu to one of these forms. Is this possible?
> Do I understand correctly that the MenuGroups collection only deals with
> the menus appearing in the main AutoCAD menu?
>
> Many thanks
>
> Claire
>
>
0 Likes
Message 3 of 5

Anonymous
Not applicable
Thanks Joe,

Do you know off-hand of an ActiveX component that can do this
0 Likes
Message 4 of 5

Anonymous
Not applicable
No, unforturnately I tried to get the ActiveToolbarsPlus from Sheridan to
work, but they don't. Sorry.

Joe

Claire Adam wrote in message
news:876vdb$l0g10@adesknews2.autodesk.com...
> Thanks Joe,
>
> Do you know off-hand of an ActiveX component that can do this
>
>
>
0 Likes
Message 5 of 5

Anonymous
Not applicable
from the Visual basic Help files of VB Design
http://vbdesign.hypermart.net/cadpages/

Hi Claire,
I have an OCX that I built for a single Menu item (with as many sub menus as
you want) you can add more than one if you need to. If you would like a copy
just ask my better fhalf (Marie) at rwrath75@worldnet.att.net

Joe, would you like the source for "Sources"?

Randall Rath
VB Design
0 Likes