Difference between revisions of "Books"
From HashVB
(Added more books and categorised) |
|||
Line 1: | Line 1: | ||
− | [http://www.amazon.co.uk/exec/obidos/ASIN/0201707128 | + | ==Visual Basic 6== |
+ | ===Advanced techniques=== | ||
+ | * [http://www.amazon.co.uk/exec/obidos/ASIN/0201707128/ref=pd_ecc_rvi_1/026-3311604-5982022 Advanced Visual Basic 6] (Matthew Curland) - A very good book explaining numerous advanced techniques in VB6 including [[multithreading|multi threading]], [[subclassing|sub classing]], and advanced COM. | ||
+ | |||
+ | ===API references=== | ||
+ | * [http://www.amazon.co.uk/exec/obidos/ASIN/0672315904/ref=pd_ecc_rvi_2/026-3311604-5982022 Visual Basic Programmers Guide to the Win32 API] (Dan Appleman) - The authorative VisualBasic and Win32 API reference. | ||
+ | * [http://www.amazon.co.uk/exec/obidos/ASIN/1893115011/ref=pd_ecc_rvi_2/026-3311604-5982022 Win32 API puzzle book] (Dan Appleman) - A guide to interpreting Microsoft Win32 API documentation in a novel puzzle format. |
Revision as of 21:02, 10 November 2005
Visual Basic 6
Advanced techniques
- Advanced Visual Basic 6 (Matthew Curland) - A very good book explaining numerous advanced techniques in VB6 including multi threading, sub classing, and advanced COM.
API references
- Visual Basic Programmers Guide to the Win32 API (Dan Appleman) - The authorative VisualBasic and Win32 API reference.
- Win32 API puzzle book (Dan Appleman) - A guide to interpreting Microsoft Win32 API documentation in a novel puzzle format.