messages.bas

来自「Winsock的多客户服务器源代码,比较好的WINSOCK应用示例!」· BAS 代码 · 共 12 行

BAS
12
字号
Attribute VB_Name = "messages"
'in the engine i used some preset message's.
'this stores all the messages so its easyier to edit them.
'if you dont want it to send the message then just leave it
'blank and it wont send it.

'Server Full
Public Const message_1 = "Server Full"

'On Connection Message
Public Const message_2 = ""

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?