日期:2014-05-20  浏览次数:20547 次

VB的东西拿到.NET来,该怎么改?在线等,马上结帐
Public   Type   gDoorM_t                              
        door_key                         As   Long                  
        TC_no                               As   Integer            
        CG_No                               As   Integer             'C/G   No

End   Type


------解决方案--------------------
应该是结构把。
------解决方案--------------------
Public Structure gDoorM_t
door_key As Integer
TC_no As Short
CG_No As Short 'C/G No
End Structure