Đăng ký Đăng nhập
Trang chủ Công nghệ thông tin Hệ điều hành C# co ban 6 hhk [compatibility mode]...

Tài liệu C# co ban 6 hhk [compatibility mode]

.PDF
15
109
53

Mô tả:

Lập trình trên Windows với Microsoft® .NET Giảng viên : Hồ Hoàn Kiếm Lập trình với Winform User Interface Program Lập trình với Winform  Sử dụng System.Windows.Forms  Dùng chung giao diện với các ứng dụng khác .  Dựa trên nền tảng lập trình hướng đối tượng.  Giao diện winform được kế thừa từ lớp Form  Form gồm nhiều đối tượng Visual Inrterface Component ( gọi là Controls ) Events và EventHandler Tương tác giữa các đối tượng với ứng dụng. Event Handling When Save Clicked() Event { Display Message(“Save Button”); } Event Handler Các control cơ bản  Label  TextBox  Button  ListBox  CheckedListBox  ComboBox Các control cơ bản Label Methods PROPERTIES Image TabStop Events Paint Các control cơ bản TextBox Methods PROPERTIES ReadOnly Passwordchar MaxLength Multiline Events TextChanged Cut Copy Các control cơ bản Button PROPERTIES Methods DialogResult TextAlign Events Các control cơ bản ListBox [1] PROPERTIES Items MultiColumn SelectedItems SelectedIndex SelectedValue SelectedItem Sorted Text Các control cơ bản ListBox [2] Methods ClearSelected GetSelected FindString SetSelected Events SelectedIndexChanged SelectedValueChanged Các control cơ bản CheckedListBox PROPERTIES Methods SetItemChecked CheckedIndices GetItemChecked CheckedItems GetItemCheckState Events SetItemCheckState ItemCheck Các control cơ bản ComboBox Methods PROPERTIES DropDownStyle Select Focused SelectAll MaxDropDownItems Events DropDown Giao diện Từ khóa this  Sử dụng để truy cập các thành phần trong form hiện hành . this.ControlName.PropertyName this.ControlName.MethodName this.ControlName.EventName …
- Xem thêm -

Tài liệu liên quan