TAILIEUCHUNG - The book of visual basic 2005 net insight for classic vb developers 2006 - phần 8

Đó là bởi vì FileWatcher các vụ cháy các sự kiện trên một chủ đề, chứ không phải các chủ đề đó là kiểm soát ứng dụng của bạn. Để ngăn chặn một cuộc xung đột, hãy xem xét mã được hiển thị trong các dự án FileWatcher (bao gồm các mẫu mã), trong đó sử dụng () | Dim nodeParent nodeChild As TreeNode Dim rowParent rowChild As DataRow For Each rowParent In Customers .Rows Add the customer node. nodeParent rowParent CompanyName Store the disconnected customer information for later. rowParent For Each rowChild In relCustomersOrders Add the child order node. nodeChild rowChild OrderID Store the disconnected order information for later. rowChild Next Next As an added enhancement this code stores a reference to the associated DataRow object in the Tag property of each TreeNode. When the node is clicked all the information is retrieved from the DataRow and then displayed in the adjacent text box. This is one of the advantages of disconnected data objects You can keep them around for as long as you want. NOTE You might remember the Tag property from Visual Basic 6 where it could be used to store a string of information for your own personal use. The Tag property in VB 2005 is similar except you can store any type of object in it. Private Sub treeDB_AfterSelect ByVal sender As _ ByVal e As _ Handles Clear the textbox. Dim row As DataRow CType DataRow Fill the textbox with information from every field. Dim Field As Object For Each Field In vbNewLine Next End Sub This sample program featured in the chapter examples as the RelationalTreeView project and shown in Figure 10-10 is also a good demonstration of docking at work. To make sure all the controls stay where they should and to allow the user to change the relative screen area given to the TreeView and text box a SplitContainer control is used along with an additional Panel along the bottom. 340 Chapter 10 Figure 10-10 An advanced example of relational data Using a DataSet Object to Update Data The DataSet object stores additional .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã 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.