matrox meteor_II standard 卡接触发,代码如下,非常简单,但要查询,没有事件驱动.将卡的42脚和39脚直接短路即可.

前端之家收集整理的这篇文章主要介绍了matrox meteor_II standard 卡接触发,代码如下,非常简单,但要查询,没有事件驱动.将卡的42脚和39脚直接短路即可.前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


matrox meteor_II standard 卡接触发,VB6代码如下,非常简单,但要查询,没有事件驱动.将卡的42脚和39脚直接短路即可.

Dim ab As Boolean
Private Sub a_Click()
Do
Me.Caption = Digitizer1.UserBits.Item(1).Value
DoEvents
Loop Until ab = True

End Sub

Private Sub b_Click()ab = TrueEnd Sub

原文链接:https://www.f2er.com/vb/264382.html

猜你在找的VB相关文章