What Is a Cal Package in Visual Basic?
Computer-assisted learning (CAL) has come a long way since its inception in the 1970s. These days, it is used for everything from core subjects to teaching about computers themselves. Programming...
View ArticleHow to Convert VBS With Freebasic
FreeBasic is a small development program used to compile Visual Basic code. A Visual Basic Script (VBS) file contains Visual Basic code you can compile into an executable program using FreeBasic. The...
View ArticleHow to Convert WMA to MP3 in Visual Basic 2008
Visual Basic doesn't contain the necessary libraries to convert WMA files into the MP3 format. However, it can call upon other tools to achieve the task. More than one MP3 encoder exists that supports...
View ArticleHow to Calculate Course & Distance in VB
The distance and course between two points on a globe can be calculated using two formulas. The problem is well defined and serves as an easy task for a programming language like Visual Basic. However,...
View ArticleHow to Use a Remote Debugger
You develop an application and then deploy it onto a remote server. However, the code is not working on the server, but it is working fine on your development machine. Since you do not want to install...
View ArticleXML Encoding & ASP
Because various computers use different numerical values to represent character sets, XML provides a means for defining which character set is being used. Set this value programatically from Active...
View ArticleHow to Make a Visual Basic Application for Password Protected Thumb Drives
Visual Basic is a programming language that lets you access drives on your computer. If your USB flash drive is password protected, you must create a prompt for a user name and password before you can...
View ArticleHow to Create an IPO Chart
An input-process-output, or IPO, chart is simply a way to describe how your business processes information. Usually, an IPO chart is the precursor to using software for specific purposes. The chart has...
View ArticleHow to Sync Services Using WCF
Microsoft Sync Framework is data synchronization software used to synchronize application data with databases. It allows you to plug into synchronization services provider data stores and manage data...
View ArticleVB Projects for School
Visual Basic, or VB, has gotten more powerful since developers worked with Version 6.0 of the software language. Today, it runs on runs on Microsoft's .NET platform. Developers use VB to create...
View ArticleHow to Execute BAT VBS Shells
Windows has a shell that allows you to communicate with the operating system. Using a scripting language such as VBS, you can perform complex tasks such as reading directories and managing the system...
View ArticleHow to check Access 2007 If Query Exists
Save time using Visual Basic for Applications (VBA) to check if a database query exists. A query retrieves records from one or multiple database tables. It's time-consuming looking through a list of...
View ArticleHow to Find the Number of Columns in GridView Control
When using the ASP.NET programming language in your Web development, several advanced capabilities in table control are available to you. Sometimes, however, you might not understand how to perform...
View ArticleHow to Edit the Primary Key
Having the knowledge on how to edit a column with a primary key constraint can save you time when working with a Microsoft Access database. Rows in a table are uniquely identified using a primary key...
View ArticleHow to Use Convert.Frombase64string in VBS
Visual Basic Scripts (VBS) are text files used to run code on a Windows computer. VBS files are typically used by network administrators to run applications on several computers at once. The...
View ArticleProperties of Visual Basic
Visual Basic is a programming language developed by Microsoft in the late 1980s. It was meant to be a simpler programming language to compete with other languages in use at the time, including C and...
View ArticleHow to Add an MSG Block
A "Msg" block is a line of code in your Visual Basic code that sends an alert message to your users. The Msg block is typically used to warn a user or display important information while using the...
View ArticleHow to Populate a Text Box From Combo in Access 2007
A user interface (UI) with a ComboBox and TextBox control can make your application more dynamic and more user-friendly. A ComboBox is a combination of a text box and a list box. The user can enter...
View ArticleHow to Load a Table From a CSV File with Visual Basic
Visual Basic (VB) is a computer programming language created by Microsoft. VB makes significant additions to the set of primitives available in the original BASIC programming language, such as...
View ArticleBasics of Visual Basic 6
Visual Basic is a programming language produced by Microsoft. The language was one of the earliest programming systems to write Graphical User Interfaces (GIUs). A GUI is a colorful windows-style...
View Article