Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.VBS - File Extension for Visual Basic Script Files
What is VBS? VBS, short name for Visual Basic Script, is used as the file extension for Visual Basic Script code files. .VBS files are text files that can be opened by Notepad or any text editors. See the sample .VBS file included below.
✍: FYIcenter.com
File Extension: .VBS
MIME Type: text/plain
File Content: Visual Basic Script
.VBS files are Visual Basic Script files, which contrain Visual Basic Script source code. Here is a sample .VBS Visual Basic Script file that displays message box:
Dim objTest
Set objTest = WScript.CreateObject("First.WSC")
MsgBox objTest.SayHello, vbInformation, "Test"
objTest.YourName = "world"
MsgBox objTest.SayHello, vbInformation, "Test"
objTest.YourName = "world again"
MsgBox objTest.SayHello, vbInformation, "Test"
.VBS Visual Basic Script file sample: Click sample.vbs to download.
Since .VBS text files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .VBS Visual Basic Script files, see links below:
2012-07-10, 9492👍, 0💬
Popular Posts:
What is MDB? MDB, short name for Microsoft Database, is used as the file extension for Microsoft Acc...
What is XLSB? XLSB, short name for Excel Spreadsheet Binary, is used as the file extension for sprea...
What is XLSB? XLSB, short name for Excel Spreadsheet Binary, is used as the file extension for sprea...
What is VSD? VSD, short name for Visio Drawing, is used as the file extension for Visio Drawing file...
What is VDX? VDX, short name for Visio Drawing XML, is used as the file extension for Visio Drawing ...