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:
.VB - File Extension for Visual Basic Source Files
What is VB? VB, short name for Visual Basic, is used as the file extension for Visual Basic Source files. .VB files are text files that can be opened by Notepad or any text editors. See the sample .VB file included below.
✍: FYIcenter.com
File Extension: .VB
MIME Type: text/plain
File Content: Visual Basic Source
.VB files are Visual Basic Source files, which contain Visual Basic (VB) programming source codes. Here is a sample .VB Visual Basic Source file, mapInsert.vb, containing some simple C++ statements:
Dim StartPos, Counter As Integer
Dim FindString, ReplaceText As String
FindString = "test"
ReplaceText = "MyString"
For Counter = 1 To Len(Text1.Text)
StartPos = InStr(Text1.Text, FindString)
If StartPos > 0 Then
Text1.SelStart = StartPos - 1
Text1.SelLength = Len(FindString)
Text1.SelText = "" + ReplaceText
End If
Next
.VB Visual Basic Source file sample: Click sample.vb to download.
Since .VB 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 .VB Visual Basic Source files, see links below:
2012-07-08, 7425👍, 0💬
Popular Posts:
Karaoke files storing MIDI music messages and synchronized lyrics to play on Karaoke machines. A KAR...
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...
What is CS? CS, short name for C Sharp, is used as the file extension for C# (C Sharp) files. .CS fi...
What is WMF or EMF? WMF stands for Windows Metafile. EMF stands for Enhanced Windows Metafile WMF or...
What is BIN? BIN, short name for Binary, is used as the file extension for Binary Data files. .BIN f...