這是做出來的介面
現在要改成下次打開的時候,之前打的資料還是會存在,就是卡在這裡,
我不知道怎麼將上次的資料讀入以及存取,
希望有人可以順便敎敎我 ~沒敎讀取與存取!
#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 可以看到全部內容