当前位置: 代码迷 >> ASP.NET >> VB的东西拿到.NET来,该如何改?马上结帐
  详细解决方案

VB的东西拿到.NET来,该如何改?马上结帐

热度:1705   发布时间:2013-02-26 00:00:00.0
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
  相关解决方案