raskew
Programmer
- Oct 18, 2000
- 488
As a rule of thumb, I don't subscribe to 'shot-gunning' the same question to multiple forums. In this case, however, I'll risk breaking my own rule and will take the heat.
As a MS Access application developer, I've benefited greatly from API calls and subsequent code posted in various forums. Question is: What is the master source that delineates these API calls and how they are used? Web site, book(s), whatever.
I'd love to be able to use all of the available API calls, but don't know where to look to educate myself. In other words, how did that individual know that you could use:
'API calls for event timer
Private Declare Function a2Ku_apigettime Lib "winmm.dll" _
Alias "timeGetTime" () As Long
Dim lngstartingtime As Long
...and come up with a Timer event?
Any pointers greatly appreciated.
Thanks,
Bob
As a MS Access application developer, I've benefited greatly from API calls and subsequent code posted in various forums. Question is: What is the master source that delineates these API calls and how they are used? Web site, book(s), whatever.
I'd love to be able to use all of the available API calls, but don't know where to look to educate myself. In other words, how did that individual know that you could use:
'API calls for event timer
Private Declare Function a2Ku_apigettime Lib "winmm.dll" _
Alias "timeGetTime" () As Long
Dim lngstartingtime As Long
...and come up with a Timer event?
Any pointers greatly appreciated.
Thanks,
Bob