Skip to content

xojo/VB

Repository files navigation

VB

A library of Visual Basic functions for use with the Xojo programming language.

To use this library in your projects:

  • Any Xojo version: Copy the VB module and paste it into your project.
  • 2025r3 or later: Build this project as a Library and use the VBLib.xojo_library file in your projects. Alternatively, download the xojo_library file from the Releases section.

All functions are accessed by using the VB prefix, so to get the current directory:

Var dir As String = VB.CurDir

String Functions

  • Filter
  • InStrRev
  • LCase
  • Like
  • LSet
  • Mid
  • Replace
  • RSet
  • StrReverse
  • UCase

Date Functions

  • Date
  • Day
  • Hour
  • Minute
  • Month
  • Now
  • Second
  • Time
  • Timer
  • Year

File Functions

  • ChDir
  • ChDrive
  • CurDir
  • FileCopy
  • Kill
  • MkDir
  • Name
  • RmDir

Number Functions

  • ATn
  • Fix
  • FV
  • Int
  • IPmt
  • Pmt
  • PPmt
  • PV
  • Randomize
  • Rnd
  • Sgn

Settings

  • DeleteSetting
  • GetAllSettings
  • GetSetting
  • SaveSetting

Other Functions

  • AppActivate
  • ASCIIToScanKey
  • Command
  • IsObject
  • QBColor
  • SavePicture
  • SendKeys
  • Stop

About

A library of Visual Basic functions for use with the Xojo programming language.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages