VB6.0中,显示一个窗体可用Show 方法,隐藏一个窗体可用Hide 方法。或使用窗体的Visible 属性,指定该窗体是否可见。Show 方法,用以显示 MDIForm 或 Form 对象。不支持命名参数。Hide 方法,用以隐藏 MDIForm 或 Form 对象,但不能使其卸载。
VB6.0中,显示一个窗体可用Show 方法,隐藏一个窗体可用Hide 方法。或使用窗体的Visible 属性,指定该窗体是否可见。Show 方法,用以显示 MDIForm 或 Form 对象。不支持命名参数。Hide 方法,用以隐藏 MDIForm 或 Form 对象,但不能使其卸载。