Accessing the Windows API in Visual Basic (Page 1 of 6 )
The Windows Application Programming Interface, or API, is a complex set of functions for interacting with Windows. In this article, Jason attempts to shed some light on this topic by explaining what an API is, and providing an example of how to access one through Visual Basic.The Windows Application Programming Interface, or API, is a complex set of functions which allow Visual Basic, C++, Java and Delphi programmers to gain access to many of the functions that windows uses internally, such as printing, thread-based resources, and the registry.
In this article, I will try to help demistify this difficult topic by explaining a bit about API's. I will also provide a working example in Visual Basic to show how to call an API.
Next: What is the Windows API? >>
More Visual Basic Articles
More By Jason Brimblecombe