Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ComboBox?

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
333 Views, 3 Replies

ComboBox?

In Visual Basic there is a "List" in the properties. Not in VBA for
Inventor. How do you do your list without it?

Ole
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

Ole

I just placed a combo box, and highlighted it, then hit F1, and went to Properties.
Inside of Properties is "List Property" which says it Returns or sets the list entries of
a ListBox or ComboBox

Is that not what you want?

--
Kent
Member of the Autodesk Discussion Forum Moderator Program


"Ole Germer" wrote in message
news:195FF44FF4B10272142D475FBFD49AC6@in.WebX.maYIadrTaRb...
> In Visual Basic there is a "List" in the properties. Not in VBA for
> Inventor. How do you do your list without it?
>
> Ole
>
>
Message 3 of 4
Anonymous
in reply to: Anonymous

Are you sure about hitting F1? After all that is help!!
Inside properties there is no List Properties . If I use Alphabetic setting
in the properties -ComboBox1 there is a Left, ListRows, ListStyle,
ListWidth and then Locked. That is all the L s.

Ole


"Kent Keller" wrote in message
news:FD3BBF5514AA2C8433A87FAABFCBED2F@in.WebX.maYIadrTaRb...
> Ole
>
> I just placed a combo box, and highlighted it, then hit F1, and went to
Properties.
> Inside of Properties is "List Property" which says it Returns or sets the
list entries of
> a ListBox or ComboBox
>
> Is that not what you want?
>
> --
> Kent
> Member of the Autodesk Discussion Forum Moderator Program
>
>
> "Ole Germer" wrote in message
> news:195FF44FF4B10272142D475FBFD49AC6@in.WebX.maYIadrTaRb...
> > In Visual Basic there is a "List" in the properties. Not in VBA for
> > Inventor. How do you do your list without it?
> >
> > Ole
> >
> >
>
>
Message 4 of 4
Anonymous
in reply to: Anonymous

The properties you are referring to Ole are the display properties of the
box.

In the code environment you need to type

combobox1.list

Not all properties are listed in the properties box...

--
Sean Dotson, PE
http://www.sdotson.com
Check the Inventor FAQ for most common questions
http://www.sdotson.com/faq.html
-----------------------------------------
"Ole Germer" wrote in message
news:6AEE84EE77BFABECFA518A9D58F69EB0@in.WebX.maYIadrTaRb...
> Are you sure about hitting F1? After all that is help!!
> Inside properties there is no List Properties . If I use Alphabetic
setting
> in the properties -ComboBox1 there is a Left, ListRows, ListStyle,
> ListWidth and then Locked. That is all the L s.
>
> Ole
>
>
> "Kent Keller" wrote in message
> news:FD3BBF5514AA2C8433A87FAABFCBED2F@in.WebX.maYIadrTaRb...
> > Ole
> >
> > I just placed a combo box, and highlighted it, then hit F1, and went to
> Properties.
> > Inside of Properties is "List Property" which says it Returns or sets
the
> list entries of
> > a ListBox or ComboBox
> >
> > Is that not what you want?
> >
> > --
> > Kent
> > Member of the Autodesk Discussion Forum Moderator Program
> >
> >
> > "Ole Germer" wrote in message
> > news:195FF44FF4B10272142D475FBFD49AC6@in.WebX.maYIadrTaRb...
> > > In Visual Basic there is a "List" in the properties. Not in VBA for
> > > Inventor. How do you do your list without it?
> > >
> > > Ole
> > >
> > >
> >
> >
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report