leilarazavi2000
Member level 2
vb6 to parallel port
Any body knows how to access parallel port in vb6 (for win98 and xp)
tnx
Any body knows how to access parallel port in vb6 (for win98 and xp)
tnx
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Bukitoo said:However, I would like an accurate delay routine in VB.
Thanks !
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
' Suspend program execution for 1 second (1000 milliseconds)
Sleep 1000
leilarazavi2000 said:Any body knows how to access parallel port in vb6 (for win98 and xp)
tnx