A-C Functions

The following table contains a listing of the Visual Basic run-time member functions.

AppActivate

Asc

AscW

Beep

CallByName

CBool

CByte

CChar

CDate

CDbl

CDec

ChDir

ChDrive

Choose

Chr

ChrW

CInt

CLng

CObj

Command

CreateObject

CShort

CSng

CStr

CType

CurDir

 

 

The math functions Abs, Atn, and Cos that were available as Visual Basic run-time member functions in version 6.0 and earlier have been replaced by methods (Abs, Atan, Cos) in the Math class of the .NET Framework class library. For more information, see Math Functions (Visual Basic).

Smart Device Developer Notes

The following functions are not supported in smart device applications: AppActivate, Beep, CallByName, ChDir, ChDrive, CreateObject, and CurDir.

See Also

Reference

D-G Functions

H-L Functions

M-R Functions

S-Z Functions

Other Resources

Visual Basic Reference