1、VB编程中网格控件的选用及使用方法内容提要: The software of visual basic developed by Microsoft corporation is becoming one of the main develop tools at today。 As it’s remarkable peculiarity, the Grid control has very great practical and active use。 This topic discusses how to use the grid contro
2、l of VB to develop pratical software and how to use it conveniently and simply。 微软公司的面对对象的程序开发软件VB(Visual Basic)日益成为当前所流行的主流开发工具。作为其显著的特色之一,VB所提供的网格类控件,在实际的数据库管理系统的开发过程中具有很大的实用性和灵活性。本文旨在讨论在使用VB的实际开发过程中,如何有选择的使用VB所提供的网格类控件以及如何方便、简洁的去使用。关键词汇: Component-Based Development Virtual
7、: Type M_Hard Number As String OrderNum As String MachKind As String MachKindName As String … … End Type ;Private Hards() As M_Hard Hards(),此时就作为数据的传输变量,进行Grid与TextBox之间的数据传输。 数据向类内写入: If > 0 Then Do Until ReDim Preserve Hards(H%)// H%为记数变量。 Hards(H%).OrderNum = HardComp!
8、[ OrderNum]//输入编号 Hards(H%).MachKind = HardComp![ MachKind]//种类 Hard