Les Smith
Writing Add-ins for Visual Studio .NET (eBook, PDF)
35,95 €
35,95 €
inkl. MwSt.
Sofort per Download lieferbar
18 °P sammeln
35,95 €
Als Download kaufen
35,95 €
inkl. MwSt.
Sofort per Download lieferbar
18 °P sammeln
Jetzt verschenken
Alle Infos zum eBook verschenken
35,95 €
inkl. MwSt.
Sofort per Download lieferbar
Alle Infos zum eBook verschenken
18 °P sammeln
Les Smith
Writing Add-ins for Visual Studio .NET (eBook, PDF)
- Format: PDF
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei
bücher.de, um das eBook-Abo tolino select nutzen zu können.
Hier können Sie sich einloggen
Hier können Sie sich einloggen
Sie sind bereits eingeloggt. Klicken Sie auf 2. tolino select Abo, um fortzufahren.
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei bücher.de, um das eBook-Abo tolino select nutzen zu können.
This book is designed to teach add-in development using Visual Studio.NET to the novice as well as the experienced developer, with real code examples to demonstrate how.
- Geräte: PC
- ohne Kopierschutz
- eBook Hilfe
- Größe: 47.93MB
Andere Kunden interessierten sich auch für
- Eric HansenEnterprise Development with Visual Studio .NET, UML, and MSF (eBook, PDF)43,95 €
- Nick SymmondsGDI+ Programming in C# and VB .NET (eBook, PDF)51,95 €
- Deborah KurataBest Kept Secrets in .NET (eBook, PDF)26,95 €
- Andrew TroelsenCOM and .NET Interoperability (eBook, PDF)48,95 €
- Dan ClarkBeginning Object-Oriented Programming with VB 2005 (eBook, PDF)30,95 €
- David WellerBeginning .NET Game Programming in VB .NET (eBook, PDF)40,95 €
- Heather WrightADO.NET (eBook, PDF)27,95 €
-
-
-
This book is designed to teach add-in development using Visual Studio.NET to the novice as well as the experienced developer, with real code examples to demonstrate how.
Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in A, B, BG, CY, CZ, D, DK, EW, E, FIN, F, GR, HR, H, IRL, I, LT, L, LR, M, NL, PL, P, R, S, SLO, SK ausgeliefert werden.
Produktdetails
- Produktdetails
- Verlag: Apress
- Seitenzahl: 552
- Erscheinungstermin: 29. Juli 2002
- Englisch
- ISBN-13: 9781430211013
- Artikelnr.: 44000249
- Verlag: Apress
- Seitenzahl: 552
- Erscheinungstermin: 29. Juli 2002
- Englisch
- ISBN-13: 9781430211013
- Artikelnr.: 44000249
- Herstellerkennzeichnung Die Herstellerinformationen sind derzeit nicht verfügbar.
Les Smith is an independent consultant specializing in the development of Visual Basic .NET and ASP.NET applications. He is the president of HHI Software, Inc., and develops tools for developers using Visual Studio. He has been developing add-ins since the release of Visual Basic 4.0 and has been developing applications in Visual Basic for over 12 years. Prior to his PC development experience, which included the use of C and Clipper, he had 20 years of experience in the development of mainframe operating systems for a major mainframe manufacturer. Smith also managed several large development projects, both on mainframes and PCs.
1 What Is an Add-in?.- 2 Getting Started with the Add-in Wizard.- 3 The Smart Desktop Add-in.- 4 Debugging an Add-in.- 5 Manipulating Code in Windows.- 6 Manipulating Controls on Forms.- 7 The User Interface.- 8 The Macro Explorer and the Macros IDE.- 9 Manipulating Projects.- 10 Multiple Languages in Add-ins.- 11 Handling Automation Events.- 12 Putting It Together: Let's Build a Real Add-in.- 13 Migrating VB 6.0 Add-ins to .NET.- Appendixes.- Appendix A Extensibility Objects.- Build Objects.- CodeModel.- Commands.- Debugger.- Documents.- DTE.- Project.- Solution.- Window Objects.- WinForms.- Appendix B Quick Reference: How Do I ...?.- Get Code from a Code Editor Window.- Retrieve a Whole Procedure from a Code Editor Window.- Put Code Back into a Code Editor Window.- Add a New Method to the End of a Module.- Reference Properties of a Form.- Change a Property on a Form.- Reference Properties of a Control on a Form.- Change a Property of a Control on a Form.- Reference All of the Selected Controls on a Form.- Create a Windows Application Project from an Add-in.- Add an Item to a Project.- Delete an Item from a Project.- Add a Menu Item to the IDE.- Add an Add-in Toolbar to the IDE.- Add Tool Buttons to a Toolbar.- Add Multilevel Menus to the IDE.- Capture Events in the IDE.- Add a New Class, Form, or Module.- Persist My Own Clipboard Ring.- Access the Tool Options Dialog Box Programmatically.- Manually Register an Add-in Not Created with the Add-in Wizard on My Computer.- Manually Make the Registry Entries for the Add-in Manager Dialog Box for Add-ins Not Created by the Wizard on My Computer.- Create a Setup Project for an Add-in Not Created on My Computer.- Debug an Add-in When I Only Have the Add-in Project.- Recognize When a Form Has Been Added to the Project.-Recognize When a Component Has Been Added to a Form.- Reload a Component.- Close All Saved Windows in the IDE.- Close and Save All but the Active Document.- Make a Backup Copy of the Current Window.- Open All Code and Designer Windows.- Use the CodeModel Object to Analyze Code.- Display a Variable or Method Declaration Line in a Code Window.
1 What Is an Add-in?.- 2 Getting Started with the Add-in Wizard.- 3 The Smart Desktop Add-in.- 4 Debugging an Add-in.- 5 Manipulating Code in Windows.- 6 Manipulating Controls on Forms.- 7 The User Interface.- 8 The Macro Explorer and the Macros IDE.- 9 Manipulating Projects.- 10 Multiple Languages in Add-ins.- 11 Handling Automation Events.- 12 Putting It Together: Let's Build a Real Add-in.- 13 Migrating VB 6.0 Add-ins to .NET.- Appendixes.- Appendix A Extensibility Objects.- Build Objects.- CodeModel.- Commands.- Debugger.- Documents.- DTE.- Project.- Solution.- Window Objects.- WinForms.- Appendix B Quick Reference: How Do I ...?.- Get Code from a Code Editor Window.- Retrieve a Whole Procedure from a Code Editor Window.- Put Code Back into a Code Editor Window.- Add a New Method to the End of a Module.- Reference Properties of a Form.- Change a Property on a Form.- Reference Properties of a Control on a Form.- Change a Property of a Control on a Form.- Reference All of the Selected Controls on a Form.- Create a Windows Application Project from an Add-in.- Add an Item to a Project.- Delete an Item from a Project.- Add a Menu Item to the IDE.- Add an Add-in Toolbar to the IDE.- Add Tool Buttons to a Toolbar.- Add Multilevel Menus to the IDE.- Capture Events in the IDE.- Add a New Class, Form, or Module.- Persist My Own Clipboard Ring.- Access the Tool Options Dialog Box Programmatically.- Manually Register an Add-in Not Created with the Add-in Wizard on My Computer.- Manually Make the Registry Entries for the Add-in Manager Dialog Box for Add-ins Not Created by the Wizard on My Computer.- Create a Setup Project for an Add-in Not Created on My Computer.- Debug an Add-in When I Only Have the Add-in Project.- Recognize When a Form Has Been Added to the Project.-Recognize When a Component Has Been Added to a Form.- Reload a Component.- Close All Saved Windows in the IDE.- Close and Save All but the Active Document.- Make a Backup Copy of the Current Window.- Open All Code and Designer Windows.- Use the CodeModel Object to Analyze Code.- Display a Variable or Method Declaration Line in a Code Window.