1. 首页
  2. 课程学习
  3. 软件测试
  4. VB出入院管理系统

VB出入院管理系统

上传者: 2021-05-05 17:49:46上传 ZIP文件 472.57KB 热度 11次
VB代码,一起共享 Private Sub tv_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeyDelete And Shift = 1 And (Not tv.SelectedItem Is Nothing) Then If MsgBox("要强制释放床位吗?", vbExclamation Or vbOKCancel, "SETNULL") = vbOK Then myConn.Execute "Update CWXXB set ZYH=NULL where ZYH='" + tv.SelectedItem
下载地址
用户评论