Forms("窗口1").Open() '这一句就可以打开窗口
为什么还要用下面一组代码呢?在程序中如果不定义窗口直接用上面一句有什么问题么?
Dim frm As WinForm.Form frm = Forms("窗口1") frm.Open()