Developer, Former MVP, now at Microsoft - Best of 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
Option Strict
Option Explicit
Try..Catch
On Error Goto/Resume Next/Err.Xxxx
AndAlso
OrElse
And
Or
<<
>>
Project->Properties->General
Return X
FunctionName = X
PropertyGetname = X
Exit Sub/Function/Property
stringA = stringB
String.Equals(stringA, stringB)
Shared
DllImport
Declare
WithEvents
Handles
AddHandler
RemoveHandler
CType
DirectCast
Convert.ToXxx
CInt
CXxx
ComClassAttribute
Microsoft.VisualBasic.Compatibility
Project->Properties->Imports
Microsoft.VisualBasic
Strings
DateAndTime
FileSystem
VBMath
Collection