voicecht.vbp

来自「vb中如何进行网络编程的示例,包括:UDP聊天,TCP聊天,UDP,TCP fl」· VBP 代码 · 共 41 行

VBP
41
字号
Type=Exe
Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.0#0; COMCTL32.OCX
Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; MSWINSCK.OCX
Reference=*\G{0E3A2B9B-DE40-11CF-8FDF-D0AF03C10000}#1.0#9#..\..\..\..\school\WaveStream.dll#MS Internet Audio Streaming Support
Form=chat.frm
Module=CHAT_Defs; CHAT_DEF.BAS
Module=TCP_Defs; TCP_DEFS.BAS
Module=TCP_Functions; TCP_FUNC.BAS
Module=CHAT_Functions; CHAT_FUN.BAS
ResFile32="voice.res"
IconForm="frmChat"
Startup="frmChat"
HelpFile=""
Title="Voice Chat"
ExeName32="VoiceChat.exe"
Name="InterNetVoice"
HelpContextID="0"
Description="Internet Voice Chat - Sample Application"
CompatibleMode="0"
MajorVer=1
MinorVer=0
RevisionVer=0
AutoIncrementVer=0
ServerSupportFiles=0
VersionComments="Winsock Voice Chat"
VersionCompanyName="Microsoft Corporation"
VersionProductName="Voice Chat"
CompilationType=-1
OptimizationType=0
FavorPentiumPro(tm)=0
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=0
OverflowCheck=0
FlPointCheck=0
FDIVCheck=0
StartMode=0
Unattended=0
ThreadPerObject=0
MaxNumberOfThreads=1

⌨️ 快捷键说明

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