Advanced Visual Basic 6 : Power Techniques for Everyday Programs by Gary Gary Clarke and Matthew Curland (2000, Trade Paperback)
ThriftBooks (3963708)
98,9% positive Bewertungen
Preis:
US $11,08
(inkl. MwSt.)
Ca.CHF 8,93
+ $24,35 Versand
Lieferung ca. Fr, 19. Sep - Mo, 29. SepLieferung ca. Fr, 19. Sep - Mo, 29. Sep
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen. Bedingungen variieren je nach Versandservice.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Über dieses Produkt
Product Identifiers
PublisherAddison Wesley Professional
ISBN-100201707128
ISBN-139780201707120
eBay Product ID (ePID)1673340
Product Key Features
Number of Pages520 Pages
Publication NameAdvanced Visual Basic 6 : Power Techniques for Everyday Programs
LanguageEnglish
SubjectProgramming Languages / General, Programming Languages / Visual Basic
Publication Year2000
TypeTextbook
Subject AreaComputers
AuthorGary Gary Clarke, Matthew Curland
FormatTrade Paperback
Dimensions
Item Height1.3 in
Item Weight30.9 Oz
Item Length7.4 in
Item Width9.3 in
Additional Product Features
Intended AudienceScholarly & Professional
LCCN00-033149
Dewey Edition21
IllustratedYes
Dewey Decimal005.26/8
Table Of ContentForeword. Preface. 1. Building Blocks. Phantom Pointers. Living Pointers. VBoost Objects. 2. Leveraging Arrays. Array Descriptors. Reading Array Variables. Writing to Array Variables. Array Options: Beyond Fixed or Variable Size. Miscellaneous Tips for Using Arrays. 3. IUnknown: An Unknown Quantity. VB and IUnknown. Declaring IUnknown and Calling Its Functions. 4. Binding Functions to Objects. When are objects bound to? Name Binding at Runtime. VTable-Binding Custom Control Interfaces. 5. Object Design Constructs. Abstraction with Implements. Pluggability of Calling Code. Implements and Implementation Reuse. Aggregation. 6. Circular References. Intermediate Object Solutions. Weak References and Collections. Transferring Object Ownership. Hierarchical Object Models. 7. External Object Creation. Object Creation with Class Factories. Loading DLL Objects Directly. Custom Loading Custom Controls. Custom Class Objects. 8. Lightweight COM Objects. Lightweight Basics. Termination Code on Structures. LastIID Lightweight. ArrayOwner Lightweight. Where''s the Interface? To Err or Not to Err. Returning Errors from Lightweights. Aggregating Lightweight Objects. Coding the QueryInterface Function. 9. Large Systems of Objects. Using a Fixed-Size Memory Manager. Scribble Sample. 10. VB Objects and the Running Object Table. Registering VB Objects with The ROT. ROTHook Implementation Details. 11. Calling Function Pointers. Sample: Calling DllRegisterServer. Sample: QuickSort, Once and for All. Function Pointers in VB for Alpha. Stack Allocation. Generating Your Own In-Line Assembly. Pointers to Class Functions. Using CDECL Functions. 12. Overriding Functions. Cooperative Redirection. Interface Wrapping. Thinner Interface Wrapping. Wrapping Issues. 13. Threads in VB. Thread Local Storage. Can You Avoid the Marshaling Overhead? To Thread or Not to Thread. Creating Threads in a Client EXE. Coordinated Gate-Crashing in STA Apartments. Creating Worker Threads in DLLs. 14. Strings in VB. UNICODE Conversions. String Allocation. Strings as Numbers. 15. Type Libraries and VB. VB-Generated Type Libraries. VB-Friendly Custom Type Libraries. Binary Compatibility. Post-Build Type Library Modifications. 16. Controlling Windows. Subclassing. Custom Window Creation. Windowless Controls. Appendix: VBoost Reference. Assignment and Arithmetic Functions. Memory Allocation Objects. Aggregation Functions. Index. 0201707128T04062001
SynopsisIn Advanced Visual Basic 6 , two of the world's leading VB experts take experienced developers "under the hood" with VB, introducing powerful techniques for writing high-performance, reusable code that leverages the close relationships between VB, COM, and OLE Automation. This book presents advanced VB programming from a COM data type approach, helping developers build more robust, effective code -- and overcome obstacles that appear as they "push the envelope" with VB. Developers learn how VB describes arrays, and how to duplicate that definition manually to perform simple type casting, and gain unprecedented control over how their programs use memory. The authors introduce best practices for interface-based design using normal VB class modules; show how to partition code for optimal reuse; and more. Next, they present advanced techniques for creating COM lightweight objects; and alternate memory management techniques that allow the creation of complex systems with many objects and minimal overhead. The book also covers threading, type libraries, component versioning, and more.