代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/333045/12704906
frm form6.frm
VERSION 5.00
Begin VB.Form Form6
Caption = "病人管理"
ClientHeight = 7680
ClientLeft = 60
ClientTop = 450
ClientWidth = 10500
LinkTopic
www.eeworm.com/read/246528/12720706
txt vbcom3.txt
Private Sub Form_Load()
MSComm1.CommPort = 1 '使用串行口1
MSComm1.Settings = "4800,N,8,1" '波特率4800,无校验,8个数据位,1个停止位。
MSComm1.InputLen = 1 '当使用MSComm1.Input时,每次从接收缓冲区取一个字节。
TestTi
www.eeworm.com/read/332691/12743686
bas pbmove.bas
'*********************************************************************
'
'Purpose: Demo code showing how to move through a database with and
' without an index. Without an index, movement t
www.eeworm.com/read/332691/12743697
bas pbquery.bas
'*********************************************************************
'
'Purpose: Demo code showing how to perform queries. Uses a very large
' sample database.
'
'Paul Squires (2000-200
www.eeworm.com/read/332691/12743704
bas pbmisc.bas
'*********************************************************************
'
'Purpose: Demo code showing the miscellaneous functions.
'
'Paul Squires (2000-2003)
'
'*********************************
www.eeworm.com/read/332691/12743707
bas pbupdate.bas
'*********************************************************************
'
'Purpose: Demo code showing how to retrieve the values of each field
' in a record and how to update those field val
www.eeworm.com/read/332691/12743721
bas pbdelete.bas
'*********************************************************************
'
'Purpose: Demo code showing how to delete records from the database
' and then traverse through the database ignorin
www.eeworm.com/read/332691/12743724
bas pbrindex.bas
'*********************************************************************
'
'Purpose: Demo code showing how to reindex databases.
'
'Paul Squires (2000-2003)
'
'************************************
www.eeworm.com/read/332691/12743730
bas pbmemo.bas
'*********************************************************************
'
'Purpose: Demo code showing how to add and delete memo records. Memo
' fields are created using the "M" or "Z" fiel
www.eeworm.com/read/332691/12743733
bas pbinsert.bas
'*********************************************************************
'
'Purpose: Demo code showing how to move through a database with and
' without an index. Without an index, movement t