moduu.bas
来自「< VB高级网络编程技术>>随书源代码第2章,里面有很多有用的」· BAS 代码 · 共 17 行
BAS
17 行
Attribute VB_Name = "modUU"
Option Explicit
'Type InByte
' Byte1 As Byte
' Byte2 As Byte
' Byte3 As Byte
'End Type
'
'Type OutByte
' Byte1 As Byte
' Byte2 As Byte
' Byte3 As Byte
' Byte4 As Byte
'End Type
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?