
VB.NET Language Pocket Reference
Description
Alles über E-Books | Antworten auf Fragen rund um E-Books, Kopierschutz und Dateiformate finden Sie in unserem Info- & Hilfebereich.
More details
Other editions
Additional editions

Content
- Intro
- Contents
- Visual Basic .NET Language Pocket Reference
- Introduction
- Font Conventions
- Visual Basic Conventions
- Data Types
- Variables
- Operators and Precedence
- Constants
- Call Type Constants
- Comparison Constants
- Date and Time Constants
- Date Format Constants
- Error Constant
- File Attributes
- Logical and Tristate Constants
- Message Box Constants
- Buttons constants
- Default button constants
- Icon constants
- Modality constants
- Return value constants
- Miscellaneous constants
- Special Character Constants
- Variable Subtype Constants
- Window Style Constants
- Enumerations
- AppWinStyle Enumeration
- CallType Enumeration
- CompareMethod Enumeration
- ControlChars Class
- DateFormat Enumeration
- DateInterval Enumeration
- DueDate Enumeration
- FileAttribute Enumeration
- FirstDayOfWeek Enumeration
- FirstWeekOfYear Enumeration
- MsgBoxResult Enumeration
- MsgBoxStyle Enumeration
- OpenAccess Enumeration
- OpenMode Enumeration
- OpenShare Enumeration
- TriState Enumeration
- VariantType Enumeration
- VbStrConv Enumeration
- Object Programming
- .NET Framework Class Library
- Custom Types and Classes
- Fields, Properties, and Methods
- Program Structure
- Array Handling
- Erase Statement
- IsArray Function
- Join Function
- LBound Function
- ReDim Statement
- UBound Function
- VBFixedArray Attribute
- Collection Objects
- Collection.Add Method
- Collection.Count Property
- Collection.Item Method
- Collection.Remove Method
- 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
- Other Conversion
- Fix Function
- Hex Function
- Int Function
- Oct Function
- QBColor Function
- RGB Function
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- IDE
- #Region.#End Region Directive
- Interaction
- AppActivate Procedure
- Beep Procedure
- Choose Function
- Command Function
- Environ Function
- IIf Function
- InputBox Function
- MsgBox Function
- Partition Function
- Shell Function
- Switch Function
- 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
- 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
- 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
- Registry
- DeleteSetting Procedure
- GetAllSettings Function
- GetSetting Function
- SaveSetting Procedure
- 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
System requirements
File format: ePUB
Copy protection: Adobe-DRM (Digital Rights Management)
System requirements:
- Computer (Windows; MacOS X; Linux): Install the free reader Adobe Digital Editions prior to download (see eBook Help).
- Tablet/smartphone (Android; iOS): Install the free app Adobe Digital Editions or the app PocketBook before downloading (see eBook Help).
- E-reader: Bookeen, Kobo, Pocketbook, Sony, Tolino and many more (not Kindle).
The file format ePub works well for novels and non-fiction books – i.e., „flowing” text without complex layout. On an e-reader or smartphone, line and page breaks automatically adjust to fit the small displays.
This eBook uses Adobe-DRM, a „hard” copy protection. If the necessary requirements are not met, unfortunately you will not be able to open the eBook. You will therefore need to prepare your reading hardware before downloading.
Please note: We strongly recommend that you authorise using your personal Adobe ID after installation of any reading software.
For more information, see our ebook Help page.