Hello,
I'm not used to program in VC6.0 so this (probably) won't be difficult questions.
1) How do I build a delay that can time seconds and/or milliseconds
(Now i use a self-written routine that checks the system time, but
that doesn't work for milliseconds and isn't that accurate.
2) How do i convert a double to a CString.
(I can convert an int to ascii with itoa but ftoa(float to ascii)
doesn't exist in my help files.
does anybody knows a routine for this?
THX.
BDC