|
 |
Tutorial : Using DLLs and The Windows API
|
Total Hit (2434) |
Windows provides a number of function calls, in the form of DLLs, that are useful to VB programmers. You can also co-opt DLLs from other programs to do work for you. We'll concentrate on using the Windows DLLs here, but what we learn is widely applicable
....Read More |
Rating
 |
|
 |
Creating and using your own VC++ dlls
|
Total Hit (1045) |
Using the Windows API is a wonderful way to speed up your applications when they need to perform processor intensive tasks like graphics manipulation. However, the Windows API doesn’t always provide all the functionality you need for your application. Perhaps some 3rd party control does what you wan
....Read More |
Rating
 |
|
|
|