Difference between revisions of "Books"

From HashVB
Jump to: navigation, search
(Wikibook "Programming VIsual Basic")
m (Used Booksource links rather than direct to Amazon)
Line 3: Line 3:
  
 
===Advanced techniques===
 
===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.
+
* [[Special:Booksources/0201707128|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===
 
===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.
+
* [[Special:Booksources/0672315904|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.
+
* [[Special:Booksources/1893115011|Win32 API puzzle book]] (Dan Appleman) - A guide to interpreting Microsoft Win32 API documentation in a novel puzzle format.

Revision as of 01:08, 13 June 2006

Visual Basic 6

Advanced techniques

API references