开发学院数据库MySQL 查询分析器中开发代码测试检查 阅读

查询分析器中开发代码测试检查

 2007-11-11 16:08:17 来源:WEB开发网   
核心提示: Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)Const theScree

Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)
Const theScreen = 1
Const theForm = 0

Private Sub Command1_Click()
   Call keybd_event(vbKeySnapshot, theForm, 0, 0)
   '若theForm改成theScreen则Copy整个Screen
   DoEvents
   Picture1.Picture = Clipboard.GetData(vbCFBitmap)
End Sub

上一页  3 4 5 6 7 8 9 10  下一页

Tags:查询 分析器 开发

编辑录入:coldstar [复制链接] [打 印]
[]
  • 好
  • 好的评价 如果觉得好,就请您
      0%(0)
  • 差
  • 差的评价 如果觉得差,就请您
      0%(0)
赞助商链接