今天看到了221頁,10.4.5節看完了。
學到的知識:
主要是學會了一些控制項的操作方法。
程式設計方式新增控制項:
textbox mytext = new textbox();
mytext.location =new point(25,25);
this.controls.add(mytext);
設定「接受」和「取消」按鈕:
this.acceptbutton = button1;
this.cancelbutton = button2;
linkclicked事件中編寫事件處理程式:system.diagnostics.process.start(e.linktext);
標籤控制項,按鈕控制項,文字框控制項,下拉組合框控制項,核取方塊控制項,單選按鈕控制項,數值選擇控制項,列表控制項的基本使用
學習日誌6
學習日誌 姓名 黃佳華 日期 2018.06.25 今日學習任務 安裝軟體 protues和keil4 protues 和keil4編寫 今日任務完成情況 用keil4編寫了helloworld,beep,key和數碼管這幾個基本程式,並且在protues中進行了 今日開發中出現的問題彙總 矩陣按鍵...
C語言學習日誌6
函式體後加 其中 表示乙個空語句。程式設計習慣 使用 時把常量放到左邊。作業1輸入年,月,輸出這個月多少天 include include include include bool get leap year int year else int main else else else switch ...
C 學習日誌
文字 str1.replace 需要被替換的內容 需要替換的內容 str1.indexof 沒找到返回 1 int str1 強制轉換型別 convert 文字型別轉換 文字分割 string str1 我 是 飛 雪 陣列 double可換型別 double balance balance 0 2...