简体   繁体   中英

How do I click the cross button (the cancel button) on the sub form and go to the main form?

I know how to close a sub form and go to main form by clicking "close" button under file menu bar, but I don't know how to cancel a subform and go to main form by clicking the cross button --"cancel" which is located on the upper right corner.

在此处输入图片说明

and then back to the main form

在此处输入图片说明

Update:

I have tried go to form property, under Event,there is an item called, FormClosing, write a click event funcation name,ie cancel_Click, and then press enter. Then I can write code under cancel_click, but it rises another problem. Since I want use same code here as the one under "close" on the menu (both can redirect back to the main form), when I close on menu bar, it appears two main form. How can I fix this?

use Form.Closing event and then do what ever you want to do. link

Set the FormClosing event for the sub-form to go to the main form. Set the FormClosing event for the main form to exit the program.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM