Click here to Skip to main content
15,894,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sorry im newbie .
i want to ask :
how to make delay in vb 6

VB
DerajatJoint(0) = CInt(InputX)
    DerajatJoint(1) = CInt(InputY)
    DerajatJoint(2) = CInt(InputZ)
    DerajatJoint(3) = CInt(InputRX)
    DerajatJoint(4) = CInt(InputRY)
    DerajatJoint(5) = CInt(InputRZ)

('i want take delay here)
VB
DerajatJoint(1) = CInt(InputY)
    DerajatJoint(2) = CInt(InputZ)
    DerajatJoint(3) = CInt(InputRX)
    DerajatJoint(4) = CInt(InputRY)
    DerajatJoint(5) = CInt(InputRZ)



thanks...
sorry for bad english
Posted
Updated 9-Dec-14 23:49pm
v2

1 solution

Why? Strange thing to do, strange place to do it...
But...see here: http://www.freevbcode.com/ShowCode.asp?ID=7556[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900