A.方法 B.屬性 C.事件 D.控件
A.Add Object Commandbutton AS command1 B.Command1=Addobject(“commandbutton”,“command1”) C.Myform.Addobject(“commandbutton”,“command1”) D.Myform.Addobject(“command1”,“commandbutton”)
A.?CreateObject(“FORM”) B.CreateObject(“FORM”) C.S=CreateObject(“FORM”) D.M(1)=CreateObject(“FORM”)