| 发表于:2007-03-27 01:45:30 楼主 |
dim str as string = "windowsapplication1.form2 " dim typ as system.type = system.type.gettype(str) dim frm as form = activator.createinstance(typ) frm.show() 有错!!! 我用msgbox(typ)测试,弹出对话框的值为空 这是为什么??? qq:88981904 e-mail:xiebinren1013@163.com 谢彬仁再些表示感谢各位指导! |
|
|
|
|