View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Prasad Vanka Prasad Vanka is offline
external usenet poster
 
Posts: 28
Default API GetTickCount and API for sound

Hi,

Declare Function GetTickCount& Lib "Kernel32"

The above API function returns the no. of milli seconds since the
sytem was booted.

Can someone provide me a simple code to use the above function to
simulate a stopwatch. Also, in the same code snippet, can you use an
API for sound and any other API's.

This way I will get an idea how to use API's in VB programs.

Thanks in advance.
Prasad Vanka