|
|
|
|
| Author | Document | Description |
|
| Coding a DLL in Visual C++ | Writing a simple, dynamic DLL in C/VC++ |
|
| C++: A Start: Compiling and Types | Introduction to C++: variables and constants |
| FatboyJoe | Cancel Buttons in Single-Threaded Applications | The very elusive information on creating a cancel button in a single-threaded application |
| FatboyJoe | The C Pre-Processor | A basic introduction to how the C pre-processor works |
|
| Introduction to Visual C++ For People Moving on From C/C++ | Incorporating .mid and .wav files via APIs |
| [Basic] | Local API Hooks | How to hook the api calls of a given process, by searching the pe's Import Address Table for the hooked functions and patching it so dwRVAFunctionAddressList will point into the vxd. |
| FatboyJoe | Low-Level Hard Drive Operations | Methods of resolving HD problems, with some Assembly programs |
|
| Pascal Programming: an Introduction | Basic functions and how Pascal works |
| FatboyJoe | Playing Silly Games With VC++ | Fatboy had too much time on his hands, and wrote this little snippet about easily creating a button that slides away from you when you try to click it :) |
| Lord Soth | Protecting Your Shareware with Bifurcation | A look into an intuitive method of protection |
| FatboyJoe | TCP/IP Application Programming | Introduction to TCP/IP programming with C |
| alpine | Win32 Assembly Coding (Part 1) | Assembly coding for Win32 - coding a patcher |
| [yAtEs] |
Windows VxD Coding [Part I] [Part II] [Part III] | A series on how to code Windows VxD's |
|
Last Modified January 13, 2001. |