Accessing Controls

Discussion in 'AutoCAD' started by dlinford, Dec 21, 2004.

  1. dlinford

    dlinford Guest

    I have some code below that uses an array of Strings (listCollection) to create optionbuttons.

    Having done this the form appears correctly. How can I now access the data from the option buttons outside of this procedure? The Button has a name that relates to the listCollection. Any answers.

    David

    For Each itemCollection In listCollection
    Set t = Me.FrameCollection.Add("Forms.OptionButton.1", "OptionButtonCollection" & itemCollection, True)
    Next
     
    dlinford, Dec 21, 2004
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.