急需,谁用过VB6中的IMGSCAN 控件跟扫描仪连接并能保存文档资料?

jinke 2000-06-07 08:49:00
我用IMGSCAN中的一些属性(OPENSCANNER)可调用并使扫描仪工作后,便停下了.
各位好友告知用这个控件调用扫描仪的过程,希望您能给代码.
或者用别的什么方法主要是要扫描一些文件并要归档.
急需,先谢谢了.
...全文
128 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
一川烟草123 2001-08-09
  • 打赏
  • 举报
回复
下面的代碼不知道是不是妳想要的
Private Sub Command1_Click()
' scanner available?
ImgScan1.ScannerAvailable
' open scanner port
ImgScan1.OpenScanner
' start scanning

End Sub

Private Sub ImgScan1_PageDone(ByVal PageNumber As Long)
debug.print= "status: page " & PageNumber & " done."
End Sub
Private Sub ImgScan1_ScanDone()
debug.print= "status: scan done."
End Sub
Private Sub ImgScan1_ScanStarted()
debug.print= "status: scan started."
End Sub
一川烟草123 2001-08-09
  • 打赏
  • 举报
回复
下面的代碼不知道是不是妳想要的
Private Sub Command1_Click()
' scanner available?
ImgScan1.ScannerAvailable
' open scanner port
ImgScan1.OpenScanner
' start scanning

End Sub

Private Sub ImgScan1_PageDone(ByVal PageNumber As Long)
debug.print= "status: page " & PageNumber & " done."
End Sub
Private Sub ImgScan1_ScanDone()
debug.print= "status: scan done."
End Sub
Private Sub ImgScan1_ScanStarted()
debug.print= "status: scan started."
End Sub
outer2000 2001-08-09
  • 打赏
  • 举报
回复
gz
ExitWnidows 2001-08-09
  • 打赏
  • 举报
回复
up

1,451

社区成员

发帖
与我相关
我的任务
社区描述
VB 控件
社区管理员
  • 控件
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧