摘要:
Show:Use Show to set the form Visible property to true and to bring the form to the front of other forms on the screen.ShowModal:Use ShowModal to show a form as a modal form. A modal form is one where the application can continue to run until the form is closed. Thus, ShowModal does not return until 阅读全文