Click to See Complete Forum and Search --> : [RESOLVED] GetTickCount - ????
JohnSavage
Jul 14th, 2007, 06:23 AM
I want to use GetTickCount to do a stopwatch app, which imports do I need to make it work?
jmcilhinney
Jul 14th, 2007, 06:38 AM
You don't need any imports because its an API function. You shouldn't be using it anyway because the Environment.TickCount property gives you the same value.
JohnSavage
Jul 14th, 2007, 12:50 PM
That's sorted then, thank you
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.