这是做出来的介面
现在要改成下次打开的时候,之前打的资料还是会存在,就是卡在这里,
我不知道怎么将上次的资料读入以及存取,
希望有人可以顺便教教我 ~没教读取与存取!
#pragma endregion
ref class cust {
public:
String^ name;
DateTime^ birth;
String^ sex;
String^ job;
int job_num;
};
array<cust^>^ membercust;
int no;
private: System::Void Form1_Load(System::Object^ sender, System::EventArgs^ e) {
membercust = gcnew array<cust^>(100);
no=0;
array<String^>^ a = { "学生", "公教", "服务", "制造", "家管", "其它" };
cbxYear->Text = "1911";
cbxMonth->Text = "01";
cbxDay->Text = "01";
..
访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容