C++ Windows Form 只能數入數字功能
本帖最後由 Aronqaz 於 2017-1-18 21:59 編輯小弟原本只會VB.Net 剛剛轉來學C++不久
寫了個Windows Form只能輸入數字的函式
滿缺楓幣的..就賣個10塊吧
https://www.youtube.com/watch?v=tFofPFtmRKU&feature=youtu.be
調用方法:textbox之類可以讓使用者輸入字的東東 在他的屬性=>KeyPress按兩下
程式碼內插入
Num_Only(e);
例如我的物件名是 textbox1
KeyPress的程式碼是private: System::Void textBox1_KeyPress(System::Object^ sender, System::Windows::Forms::KeyPressEventArgs^ e) {
}插入後是private: System::Void textBox1_KeyPress(System::Object^ sender, System::Windows::Forms::KeyPressEventArgs^ e) {
Num_Only(e);
} 謝大大 十分有用 厲害我也來學習一下
頁:
[1]