A definitive guide to Visual Basic shell programming demonstrates how to design and create shell extensions and furnishes advanced coverage of COM programming with Visual Basic. Original. (Intermediate/Advanced)
Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.
Preface; The Book’s Audience; Developing Your Own Shell Extensions; Organization of This Book; Software Requirements; Obtaining the Sample Code; The VB Shell Type Library; Conventions Used in This Book; Request for Comments; Acknowledgments; Introduction to the Shell and the Basics of COM; Chapter 1: Introduction; 1.1 COM and the Shell; 1.2 Programming for the Shell; 1.3 Kinds of Shell Extensions; 1.4 Conclusion; Chapter 2: COM Basics; 2.1 What Is COM?; 2.2 Interfaces; 2.3 Classes; 2.4 Type Libraries; 2.5 IUnknown; 2.6 IDispatch; 2.7 Conclusion; Chapter 3: Shell Extensions; 3.1 Folders and File Objects; 3.2 Shell Extensions; 3.3 Registry Settings; 3.4 The .rad File; 3.5 The Shell Extension Project; 3.6 Restarting the Shell; 3.7 When the Shell Crashes; Shell Extensions; Chapter 4: Context Menu Handlers; 4.1 Static Context Menus; 4.2 Static Context Menus in IE 5.0; 4.3 Dynamic Context Menus; 4.4 Context Menu Handler Interfaces; 4.5 Creating a Context Menu Handler; Chapter 5: Icon Handlers; 5.1 How Icon Handlers Work; 5.2 Icon Handler Interfaces; 5.3 Creating an Icon Handler; Chapter 6: Property Sheet Handlers; 6.1 How Property Sheet Handlers Work; 6.2 Property Sheet Handler Interface; 6.3 Creating a Property Sheet Handler; 6.4 Registering the Property Sheet Handler; Chapter 7: Drop Handlers; 7.1 How Drop Handlers Work; 7.2 Drop Handler Interfaces; 7.3 Creating a Drop Handler; 7.4 Registering the Drop Handler; Chapter 8: Data Handlers; 8.1 How Data Handlers Work; 8.2 Data Handler Interfaces; 8.3 Creating a Data Handler; 8.4 Adding Additional Formats; Chapter 9: Copy Hook Handlers; 9.1 How Copy Hook Handlers Work; 9.2 Copy Hook Handler Interface: ICopyHook; 9.3 Implementing ICopyHook; 9.4 Registering Copy Hook Handlers; 9.5 Testing the Handler; Chapter 10: InfoTip Handler; 10.1 How InfoTip Handlers Work; 10.2 InfoTip Interfaces; 10.3 The Project; Namespace Extensions; Chapter 11: Namespace Extensions; 11.1 Namespace Fundamentals; 11.2 Explorer Architecture; 11.3 The PIDL; 11.4 Namespace Interfaces; 11.5 Creating the Namespace Extension; 11.6 The PIDL Manager; 11.7 Registering DemoSpace; 11.8 Practical Coding Examples; Browser Extensions; Chapter 12: Browser Extensions; 12.1 Browser Helper Objects; 12.2 Browser Extensions; Chapter 13: Band Objects; 13.1 How Band Objects Work; 13.2 Band Object Interfaces; 13.3 The Project: FileSpider; 13.4 Registry; 13.5 Tool Bands; Chapter 14: Docking Windows; 14.1 How Docking Windows Work; 14.2 Docking Window Interfaces; 14.3 The Project; 14.4 Registration; Appendixes; VBShell Library Listing; Pointers; CopyMemory; The Undocumented VBA Functions; Some CopyMemory Examples; Colophon;
Book by Hamilton JP
Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.
EUR 5,93 per la spedizione da Regno Unito a Italia
Destinazione, tempi e costiEUR 32,45 per la spedizione da Cile a Italia
Destinazione, tempi e costiDa: Better World Books Ltd, Dunfermline, Regno Unito
Condizione: Good. Ships from the UK. Former library book; may include library markings. Used book that is in clean, average condition without any missing pages. Codice articolo GRP66106622
Quantità: 1 disponibili
Da: WorldofBooks, Goring-By-Sea, WS, Regno Unito
Paperback. Condizione: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged. Codice articolo GOR002290134
Quantità: 1 disponibili
Da: Bahamut Media, Reading, Regno Unito
Paperback. Condizione: Very Good. Shipped within 24 hours from our UK warehouse. Clean, undamaged book with no damage to pages and minimal wear to the cover. Spine still tight, in very good condition. Remember if you are not happy, you are covered by our 100% money back guarantee. Codice articolo 6545-9781565926707
Quantità: 1 disponibili
Da: AwesomeBooks, Wallingford, Regno Unito
Paperback. Condizione: Very Good. VB Shell Programming: Integrating Applications with the Windows Shell (Visual Basic) This book is in very good condition and will be shipped within 24 hours of ordering. The cover may have some limited signs of wear but the pages are clean, intact and the spine remains undamaged. This book has clearly been well maintained and looked after thus far. Money back guarantee if you are not satisfied. See all our books here, order more than 1 book and get discounted shipping. . Codice articolo 7719-9781565926707
Quantità: 1 disponibili
Da: ThriftBooks-Atlanta, AUSTELL, GA, U.S.A.
Paperback. Condizione: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.45. Codice articolo G1565926706I3N00
Quantità: 1 disponibili
Da: ThriftBooks-Dallas, Dallas, TX, U.S.A.
Paperback. Condizione: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.45. Codice articolo G1565926706I3N00
Quantità: 1 disponibili
Da: SecondSale, Montgomery, IL, U.S.A.
Condizione: Good. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc. Codice articolo 00051238656
Quantità: 1 disponibili
Da: SecondSale, Montgomery, IL, U.S.A.
Condizione: Acceptable. Item in acceptable condition including possible liquid damage. As well, answers may be filled in. Lastly, may be missing components, e.g. missing DVDs, CDs, Access Code, etc. Codice articolo 00030469296
Quantità: 1 disponibili
Da: LIBRERIA LEA+, Santiago, RM, Cile
Blanda. Condizione: New. Condizione sovraccoperta: Nuevo. No Aplica (illustratore). 1. Visual Basic's outstanding set of resources for rapidly developing stand-alone applications doesn't include shell extensions for integrating those applications or their data files with the Windows shell. Typically, such extensions as customized context menu handlers, per instance icons (such as a data file icon that's based on the contents of the file), and customized property sheets are written in C++, and all of the available documentation focuses on using C++ for shell extensions.But even C++ programmers find the task rough going, given the woefully inadequate state of the documentation. Very few programmers know that writing shell extensions is not tied to a single language or development environment, and that Visual Basic is an excellent tool for creating shell extensions that more closely tie an application to the Windows shell.That, however, is precisely the focus of Visual Basic Shell Programming. It shows how to take advantage of shell services to develop shell extensions and it provides the basic documentation needed for accomplishing this. Each major type of shell extension gets attention, including: Context menu handlers that can add items to the popup menu that appears when the user right clicks a file. con handlers for displaying per instance icons that, like the standard Recycle Bin icon, vary depending on some condition. Property sheet pages, which appear when the user selects the Properties option from a file's context menu. InfoTip handlers, which display tooltips, or "info" tips for a file object on a per instance basis. In showing how to integrate applications with the Windows shell by building shell extensions, author J.P. Hamilton provides a concrete tutorial on COM programming with Visual Basic. And while developing their own shell extensions, readers get to learn advanced VB concepts and techniques such as: Pointers. Since VB tends to hide pointers from the programmer, Hamilton shows how to take advantage of the undocumented VarPtr, StrPtr, and ObjPtr functions, as well as the Win32. RtlMoveMemory function. Using class identifiers (CLSIDs) from Visual Basic. VTable modification, which allows control of the HRESULT (or status code) returned by a call to a COM method. Visual Basic Shell Programming ventures where none have gone before by giving readers both the know-how to develop shell extensions and an advanced treatment of COM programming with Visual Basic. 590 gr. Libro. Codice articolo 9781565926707LEA14882
Quantità: 1 disponibili
Da: Once Upon A Time Books, Siloam Springs, AR, U.S.A.
paperback. Condizione: Good. This is a used book in good condition and may show some signs of use or wear . This is a used book in good condition and may show some signs of use or wear . Codice articolo mon0001239194
Quantità: 1 disponibili