在Unload事件里边把辅助窗体显示出来就可以了
窗体1 Private Sub Command1_Click()Form2.ShowForm1.HideEnd Sub窗体2Private Sub Command1_Click()Form1.ShowUnload Form2End Sub