| 发表于:2007-03-29 16:49:29 楼主 |
public structure individual public gene() as double end structure dim oripool(60) as individual private sub button3_click(byval sender as system.object, byval e as system.eventargs) handles button3.click oripool(59).gene(1) =23 msgbox(oripool(59).gene(1)) end sub 运行提示“未将对象引用设置到对象的实例” 怎么回事???? |
|
|
|
|