VBA created Toolbar features (textbox, checkbox, etc.)

VBA created Toolbar features (textbox, checkbox, etc.)

Anonymous
Not applicable
349 Views
2 Replies
Message 1 of 3

VBA created Toolbar features (textbox, checkbox, etc.)

Anonymous
Not applicable
I have been doing some research on VBA created toolbars.

It seems like a VBA created toolbar CANNOT contain textboxes, checkboxes, or comboboxes. They can only hold buttons.

Is this true? if so, is there anyway to create a toolbar with these features using another program?
0 Likes
350 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Shouldn't you use a form instead

--
--------------------------------
Joe Parker
Tel. 353 1 453 1672
Fax 353 1 453 1672
www.Floorcad.com
wrote in message news:5022286@discussion.autodesk.com...
I have been doing some research on VBA created toolbars.

It seems like a VBA created toolbar CANNOT contain textboxes, checkboxes, or
comboboxes. They can only hold buttons.

Is this true? if so, is there anyway to create a toolbar with these features
using another program?
0 Likes
Message 3 of 3

Anonymous
Not applicable
Unfortunately, we are trying to create a realtime display of some important information about each drawing.
We were hoping to bring this data into a toolbar upon opening the drawing and maybe incorporate a few simple option tools.
0 Likes