本文介绍了关闭时保存复选框设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨
我有一个程序可以向选定的收件人发送电子邮件。
我有两种表格。一个用于创建和发送电子邮件,另一个用于选择收件人和其他信息。
该程序运行良好但每次关闭程序时我都会丢失收件人的所有设置其他信息。
使用复选框选择收件人,电子邮件的其他信息在文本框中。
无论如何都要保存这些设置当程序关闭时。
解决方案
Hi
I have a program that sends an email to selected recipients.
I have two forms. One that creates and send the email and another that is used to select recipients and other information.
The program works great but everytime I close the program I lose all the settings for the recipients and other information.
The recipients are selected using checkboxes and other information for email is in text boxes.
Is there anyway to save these settings when the program is closed.
解决方案
这篇关于关闭时保存复选框设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!