
high accuracy clock with visual basic
You might want to try making an external program in BASIC or C and having
the VB prog open the external prog and have it write to a .txt or .dat the
current time.... in other words.....
VB.mak
DO
RUN C:/GetTime.exe
MsgBox "GetTime.dat"
LOOP UNTIL INKEY$ <> ""
GetTime.exe
OPEN GetTime.dat
GetTime.dat = TIME$
CLOSE
This is a mix of Actual code and "talk"
Puter Wiz
http://members.xoom.com/VBStarr
ICQ# 7740457
P.S.
If you have to E-Mail remove the capital letters