Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pick box (optionbuttons)

Status
Not open for further replies.

RufussMcGee

Technical User
Jan 7, 2005
117
US
Cna anyone tell and show me an example of how to return the tabindex ID. Made a 5 optionbutton inside a frame but do not know where to go from here.

Thanks.
 
Try creating your option buttons as a control array. Then you can reference the index property.

You should also probably tell us more about what you're wanting to accomplish.
 
Using VisualBasic in AutoCad so not sure how to create a control array. On my user form (userform1) all I do is click on the optionbutton icon in the toolbox and insert 5 of them. Each choose represents a different frame size that once known will be able to 1) insert the part and 2) place the part at a known location depending on the user choice.

Hope that helps.
 
You're actually using VBA, not VB. Try forum707 or forum687. Also see faq222-2244 to find how to get the best from the foorums

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top