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
-
When you write stored procedures, triggers, and user-defined functions, you need to decide whether to use traditional Transact-SQL or a programming language that is compatible with the .NET Framework, such as Visual Basic .NET or C#. Transact- SQL is best for situations in which the code primarily performs data access with little or no procedural logic. Programming languages that are compatible with the .NET Framework are best-suited for computationally-intensive functions and procedures that feature complex logic or for situations where you want to take advantage of the .
80p tailieuvip14 26-07-2012 140 7 Download
-
When you work with Windows Forms, you are working with the System.Windows.Forms namespace Most controls in .NET derive from the System.Windows.Forms.Control class Many of these classes are themselves base classes for other controls, as is the case with the Label and TextBoxBase classes
47p quihaha 14-05-2012 62 10 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