Adding controls to forms
-
Lesson 1: Adding and configuring Windows Forms Adding Forms to the project Properties of Windows Forms Creating non-rectangular Windows Forms Lesson 2: Managing control layout with container controls
28p batman_1 10-01-2013 102 9 Download
-
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
-
Thêm Controls Mẫu các Cho đến nay bạn đã tạo ra một hình thức, thiết lập một số thuộc tính của nó, và kiểm tra code mà Visual Studio 2005 tạo ra. Để thực hiện các hình thức hữu ích, bạn cần phải thêm các điều khiển và viết một số mã của riêng bạn.
9p golly_tit 11-08-2010 79 6 Download
-
[ Team LiB ] Recipe 7.14 Using a DataView to Control Edits, Deletions, or Additions in Windows Forms Problem You need to selectively prevent users from editing, deleting, or adding data in a Windows Forms application. Solution Bind a DataView to Windows Forms controls. The sample code contains four event handlers
3p luvpro 04-08-2010 96 10 Download
-
[ Team LiB ] Recipe 7.15 Adding Search Capabilities to Windows Forms Problem You need to use a search criteria specified by a user to locate a record displayed in a DataGrid without executing a query against the database. Solution Use the Find( )
3p luvpro 04-08-2010 95 7 Download