Programming with windows forms
-
Thiết kế form bằng visual studio. net cho phép chúng ta thiết kế giao diện ứng dụng trực quan bằng cách kéo thả các điều khiển. Bạn có thể điều chỉnh vị trí các điều khiển, thiết lập các thuộc tính thông qua cửa sổ thuộc tính, và tạo các điều kiện cho các điều khiển
14p ruavanguom 17-10-2012 120 22 Download
-
Agenda: Introduction Windows Forms, How to handle events in Windows Forms, Adding controls to forms (design-time), Dynamically adding controls to Forms (runtime), Using Complex Controls, Creating GUI Components, Working with Menu, Creating MDI applications with Windows Forms, Deploying Windows Forms Applications.
18p nguyenvanhi 19-11-2010 200 52 Download
-
DrawTools sample shows how to create a Windows Forms application for drawing graphic objects in a Windows client area using mouse and drawing tools. Drawing tools implemented in this sample are: Rectangle, Ellipse, Line, and Pencil. There are wellknown techniques for creating such type of applications, like: interaction with mouse, flicker-free drawing, implementing of drawing and selection tools, objects selection, managing of objects Z-order etc. MFC developers may learn all this stuff from MFC sample DRAWCLI.
7p mr_nghia88 06-03-2010 141 36 Download