optionbutton

Z

ZX

If i put this code

Set opt = Frame1.Controls.Add("forms.label.1")

with opt
.Top = 12
.Left = 90
.Visible = True
.Caption = "Test"
.......
end with

i dont see the new optionbutton i add.
Why??
 
Z

ZX

of course i meant
Set opt = Frame1.Controls.Add("forms.optionbutton.1")


with opt
.Top = 12
.Left = 90
.Visible = True
.Caption = "Test"
.......
end with
 

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. After that, you can post your question and our members will help you out.

Ask a Question

Top