Đang chuẩn bị liên kết để tải về tài liệu:
Bài giảng Lập trình môi trường Window: Chương 3 - Ngô Thanh Hùng

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Chương 3 Bao gồm nội dung về lập trình GUI; cấu trúc ứng dụng Window Form; các lớp cơ sở; menu, dialog cùng các ví dụ về câu lệnh và giao diện. Mời quý đọc giả xem chi tiết bài giảng. | Lập trình GUI 1 CuuDuongThanCong.com https fb.com tailieudientucntt Lập trình GUI User interface modeling User interface architecture User interface coding 2 CuuDuongThanCong.com https fb.com tailieudientucntt The Control class hierarchy 3 CuuDuongThanCong.com https fb.com tailieudientucntt Windows Forms Application Structure A Windows Forms application has three pieces the application itself forms in the application controls on the form Application MyForm Label label1 Hell mainForm Button button1 OK 4 CuuDuongThanCong.com https fb.com tailieudientucntt GUI Tree Structure GUI Internal structure Form Form containers Button Panel Button Panel Label Label 5 CuuDuongThanCong.com https fb.com tailieudientucntt Cách tạo WinForm bằng Console Application 6 CuuDuongThanCong.com https fb.com tailieudientucntt Project Add Reference 7 CuuDuongThanCong.com https fb.com tailieudientucntt Form Một form là một cửa sổ màn hình - một đơn vị giao diện người dùng do Microsoft đưa ra kể từ Windows 1.0 Một ứng dụng Windows Forms WinForms phải có ít nhất một cửa sổ main form cửa sổ chính Form có thể chứa các component Form có thể có các file resource 8 CuuDuongThanCong.com https fb.com tailieudientucntt Ví dụ 1 class Program static void Main string args Form f new Form Application.Run f 9 CuuDuongThanCong.com https fb.com tailieudientucntt Ví dụ 2 class Program static void Main string args MessageBox.Show quot Hello World quot 10 CuuDuongThanCong.com https fb.com tailieudientucntt Application class Exit Stops all running message loops and closes all windows in the application. Note that this may not force the application to exit Run Starts a standard message loop on the current thread. If a Form is given also makes that form visible. DoEvents Processes any Windows messages currently in the message queue. 11 CuuDuongThanCong.com https fb.com tailieudientucntt Ví dụ 3 public static void Main Form form1 new Form Form form2 new Form form1.Text quot Form passed to Run quot form2.Text quot .

crossorigin="anonymous">
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.