怎样让user只可以按Ok button或者 Close (X)button 来关掉form2?
for example , when the user click the "About" button then the program don't allow user to click anywhere else except click ok or close button to close the "About"
AhPang
2012-9-6 02:23 PM
回复 AhPang
怎样让user只可以按Ok button或者 Close (X)button 来关掉form2?
for example , ...
EnVenOm_25th 发表于 2012-9-5 09:37 PM
在main form click "About" button --> form2.ShowDialog(this);
在form2的button click-->me.close();