autocad vba listbox
autocad vba listbox
(OP)
i created a listbox on a form but i am not able to do anything with it - code such as NameForm.ListBox1.AddItem "8000"
generates a "method or data member not found error"
when i type "me." LISTBOX1 does NOT show up in the properties/methods drop down list.
i'm not having any problems with my combobox using similar code.
does ACAD VBA not recognize listboxes even though i can add 1 to a form?
any advice?
generates a "method or data member not found error"
when i type "me." LISTBOX1 does NOT show up in the properties/methods drop down list.
i'm not having any problems with my combobox using similar code.
does ACAD VBA not recognize listboxes even though i can add 1 to a form?
any advice?





RE: autocad vba listbox
ListBox1.AddItem "8000"
DimensionalSolutions@Core.com
While I welcome e-mail messages, please post all thread activity in these forums for the benefit of all members.