November 2007
Intermediate to advanced
408 pages
11h 3m
English
IN THIS CHAPTER
API Calls You Can Use from Access 362
Knowing When to Use the Windows API 364
Case Study: Capturing a Filename to Use for Processing 365
One function of an operating system such as Windows is to act as an interface between productivity applications, such as Microsoft Office, and the system hardware. Windows makes the programmer’s job easier because she doesn’t have to write code to control the printer or to control how the screen displays what she needs the user to see. Instead, the programmer just needs to tell Windows what she wants Windows to do, and Windows handles the translation to the hardware.
This means a programmer can use ...
Read now
Unlock full access