reklama - zainteresowany?

VB.NET Language Pocket Reference - Helion

VB.NET Language Pocket Reference
ebook
Autor: PhD Steven Roman, Ron Petrusha, Paul Lomax
ISBN: 978-05-965-5222-0
stron: 152, Format: ebook
Data wydania: 2002-12-03
Księgarnia: Helion

Cena książki: 29,67 zł (poprzednio: 34,50 zł)
Oszczędzasz: 14% (-4,83 zł)

Dodaj do koszyka VB.NET Language Pocket Reference

Visual Basic .NET is a radically new version of Microsoft Visual Basic, the world's most widely used rapid application development (RAD) package. Whether you are just beginning application development with Visual Basic .NET or are already deep in code, you will appreciate just how easy and valuable the VB.NET Language Pocket Reference is.VB.NET Language Pocket Reference contains a concise description of all language elements by category. These include language elements implemented by the Visual Basic compiler, as well as all procedures and functions implemented in the Microsoft.VisualBasic namespace. Use it anytime you want to look up those pesky details of Visual Basic syntax or usage. With concise detail and no fluff, you'll want to take this book everywhere.

Dodaj do koszyka VB.NET Language Pocket Reference

 

Osoby które kupowały "VB.NET Language Pocket Reference", wybierały także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka VB.NET Language Pocket Reference

Spis treści

VB.NET Language Pocket Reference eBook -- spis treści

  • VB.NET Language Pocket Reference
    • SPECIAL OFFER: Upgrade this ebook with OReilly
    • 1. Visual Basic .NET Language Pocket Reference
      • 1.1. Introduction
      • 1.2. Font Conventions
      • 1.3. Visual Basic Conventions
      • 1.4. Data Types
      • 1.5. Variables
      • 1.6. Operators and Precedence
      • 1.7. Constants
        • 1.7.1. Call Type Constants
        • 1.7.2. Comparison Constants
        • 1.7.3. Date and Time Constants
        • 1.7.4. Date Format Constants
        • 1.7.5. Error Constant
        • 1.7.6. File Attributes
        • 1.7.7. Logical and Tristate Constants
        • 1.7.8. Message Box Constants
          • 1.7.8.1. Buttons constants
          • 1.7.8.2. Default button constants
          • 1.7.8.3. Icon constants
          • 1.7.8.4. Modality constants
          • 1.7.8.5. Return value constants
          • 1.7.8.6. Miscellaneous constants
        • 1.7.9. Special Character Constants
        • 1.7.10. Variable Subtype Constants
        • 1.7.11. Window Style Constants
      • 1.8. Enumerations
        • 1.8.1. AppWinStyle Enumeration
        • 1.8.2. CallType Enumeration
        • 1.8.3. CompareMethod Enumeration
        • 1.8.4. ControlChars Class
        • 1.8.5. DateFormat Enumeration
        • 1.8.6. DateInterval Enumeration
        • 1.8.7. DueDate Enumeration
        • 1.8.8. FileAttribute Enumeration
        • 1.8.9. FirstDayOfWeek Enumeration
        • 1.8.10. FirstWeekOfYear Enumeration
        • 1.8.11. MsgBoxResult Enumeration
        • 1.8.12. MsgBoxStyle Enumeration
        • 1.8.13. OpenAccess Enumeration
        • 1.8.14. OpenMode Enumeration
        • 1.8.15. OpenShare Enumeration
        • 1.8.16. TriState Enumeration
        • 1.8.17. VariantType Enumeration
        • 1.8.18. VbStrConv Enumeration
      • 1.9. Object Programming
        • 1.9.1. .NET Framework Class Library
        • 1.9.2. Custom Types and Classes
        • 1.9.3. Fields, Properties, and Methods
      • 1.10. Program Structure
      • 1.11. Array Handling
        • Erase Statement
        • IsArray Function
        • Join Function
        • LBound Function
        • ReDim Statement
        • UBound Function
        • VBFixedArray Attribute
      • 1.12. Collection Objects
        • Collection.Add Method
        • Collection.Count Property
        • Collection.Item Method
        • Collection.Remove Method
      • 1.13. Conditional Compilation
        • #Const Directive
        • #If . . . Then . . . #Else Directive
        • CBool Function
        • CByte Function
        • CChar Function
        • CDate Function
        • CDbl Function
        • CDec Function
        • CInt Function
        • CLng Function
        • CObj Function
        • CSng Function
        • CStr Function
        • CType Function
        • DateValue Function
        • DirectCast Function
        • Option Strict Statement
        • Str Function
        • TimeValue Function
        • Val Function
        • ValDec Function
      • 1.14. Other Conversion
        • Fix Function
        • Hex Function
        • Int Function
        • Oct Function
        • QBColor Function
        • RGB Function
      • 1.15. Date and Time
        • DateAdd Function
        • DateDiff Function
        • DatePart Function
        • DateSerial Function
        • DateString Property
        • Day Function
        • GetTimer Function
        • Hour Function
        • Minute Function
        • Month Function
        • MonthName Function
        • Now Property
        • Second Function
        • TimeOfDay Property
        • Timer Property
        • TimeSerial Function
        • TimeString Property
        • TimeValue Function
        • Weekday Function
        • WeekdayName Function
        • Year Function
      • 1.16. Declaration
        • Class . . . End Class Statement
        • Const Statement
        • Declare Statement
        • Dim Statement
        • Enum Statement
        • Friend Keyword
        • Function Statement
        • Option Explicit Statement
        • Private Statement
        • Property Statement
        • Protected Keyword
        • Public Statement
        • Static Statement
        • Structure...End Structure Statement
        • Sub Statement
      • 1.17. Error Handling
        • Erl Property
        • Err.Clear Method
        • Err.Description Property
        • Err.GetException Method
        • Err.HelpContext Property
        • Err.HelpFile Property
        • Err.LastDLLError Property
        • Err.Number Property
        • Err.Raise Method
        • Err.Source Property
        • ErrorToString Function
        • IsError Function
        • On Error Statement
        • Resume Statement
        • Throw Statement
        • Try...Catch...Finally Statement
      • 1.18. Filesystem
        • ChDir Procedure
        • ChDrive Procedure
        • CurDir Function
        • Dir Function
        • FileCopy Procedure
        • FileDateTime Function
        • GetAttr Function
        • Kill Procedure
        • MkDir Procedure
        • Rename Procedure
        • RmDir Procedure
        • SetAttr Procedure
        • Unlock Procedure
        • Write Procedure
        • WriteLine Procedure
      • 1.19. Financial
        • DDB Function
        • FV Function
        • IPmt Function
        • IRR Function
        • MIRR Function
        • NPer Function
        • NPV Function
        • Pmt Function
        • PPmt Function
        • PV Function
        • Rate Function
        • SLN Function
        • SYD Function
      • 1.20. Information
        • Erl Property
        • IsArray Function
        • IsDate Function
        • IsDBNull Function
        • IsError Function
        • IsNothing Function
        • IsNumeric Function
        • IsReference Function
        • RGB Function
        • Rem Statement
        • ScriptEngine Property
        • ScriptEngineBuildVersion Property
        • ScriptEngineMajorVersion Property
        • ScriptEngineMinorVersion Property
        • SystemTypeName Function
        • TypeName Function
        • VarType Function
        • VbTypeName Function
      • 1.21. Input/Output
        • EOF Function
        • FileAttr Function
        • FileClose Procedure
        • FileGet, FileGetObject Procedures
        • FileLen Function
        • FileOpen Procedure
        • FilePut, FilePutObject Procedures
        • FileWidth Procedure
        • FreeFile Function
        • Input Procedure
        • InputString Function
        • LineInput Function
        • Loc Function
        • Lock Procedure
        • LOF Function
        • Print, PrintLine Procedures
        • Reset Procedure
        • Seek Function
        • Seek Procedure
        • Spc Function
        • Tab Function
      • 1.22. IDE
        • #Region...#End Region Directive
      • 1.23. Interaction
        • AppActivate Procedure
        • Beep Procedure
        • Choose Function
        • Command Function
        • Environ Function
        • IIf Function
        • InputBox Function
        • MsgBox Function
        • Partition Function
        • Shell Function
        • Switch Function
      • 1.24. Mathematics
        • Abs Function
        • Acos Function
        • Asin Function
        • Atan Function
        • Atan2 Function
        • Ceiling Function
        • Cos Function
        • Cosh Function
        • E Field
        • Exp Function
        • Fix Function
        • Floor Function
        • IEEERemainder Function
        • Int Function
        • Log Function
        • Log10 Function
        • Max Function
        • Min Function
        • Mod Operator
        • Partition Statement
        • Pi Field
        • Pow Function
        • Randomize Procedure
        • Rnd Function
        • Round Function
        • Sign Function
        • Sin Function
        • Sinh Function
        • Sqrt Function
        • Tan Function
        • Tanh Function
      • 1.25. Program Structure and Flow
        • Call Statement
        • CallByName Function
        • Do...Loop Statement
        • End... Statement
        • Exit . . . Statement
        • For . . . Next Statement
        • For Each...Next Statement
        • GoTo Statement
        • If...Then...Else Statement
        • Return Statement
        • Select Case Statement
        • Stop Statement
        • While...End While Statement
      • 1.26. Programming
        • AddHandler Statement
        • AddressOf Operator
        • Class...End Class Statement
        • COMClass Attribute
        • CreateObject Function
        • Declare Statement
        • Event Statement
        • Environ Function
        • Get Statement
        • GetObject Function
        • Handles Keyword
        • Implements Keyword
        • Implements Statement
        • Imports Statement
        • Inherits Statement
        • Interface Statement
        • Is Operator
        • Len Function
        • Me Operator
        • MyBase Keyword
        • MyClass Keyword
        • Namespace Statement
        • Property Statement
        • RaiseEvent Statement
        • RemoveHandler Statement
        • Shadows Keyword
        • SyncLock Statement
        • WithEvents Keyword
      • 1.27. Registry
        • DeleteSetting Procedure
        • GetAllSettings Function
        • GetSetting Function
        • SaveSetting Procedure
      • 1.28. String Manipulation
        • Asc, AscW Functions
        • Chr, ChrW Functions
        • Filter Function
        • Format Function
        • FormatCurrency, FormatNumber,FormatPercent Functions
        • FormatDateTime Function
        • GetChar Function
        • InStr Function
        • InStrRev Function
        • Join Function
        • LCase Function
        • Left Function
        • Len Function
        • Like Operator
        • LSet Function
        • LTrim Function
        • Mid Function
        • Mid Statement
        • Option Compare Statement
        • Replace Function
        • Right Function
        • RSet Function
        • RTrim Function
        • Str Function
        • Spc Function
        • Space Function
        • Split Function
        • StrComp Function
        • StrConv Function
        • StrDup Function
        • StrReverse Function
        • Trim Function
        • UCase Function
        • Val Function
        • VBFixedString Attribute
    • About the Authors
    • SPECIAL OFFER: Upgrade this ebook with OReilly

Dodaj do koszyka VB.NET Language Pocket Reference

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.