-
How to Access 2007 Command Line Options
If you want to open Access 2007 using special parameters, you can do so with command-line switches. These switches are typed commands...
-
How to Create a Message Box in Visual Basic
Message boxes are Windows components that display some kind of dialog with the user. A message box is used to give the...
-
How to Use Visual Basic for Access 2007
Knowing how to use Visual Basic in Access 2007 can give you great flexibility when developing database applications. Access 2007 gives you...
-
How to Add a Text box in Visual Basic
The text box is a staple of Visual Basic because it functions as a vital repository of user input. The user can...
-
How to Create a Drop Down Box in Word
Drop down boxes are a common option used for creating document forms. Microsoft Word has the ability to generate a Word document...
-
Visual Basic Tutorial: Msgbox
The MsgBox function exists in both Visual Basic 6.0 and Visual Basic.NET. In both versions, it provides a simple way for the...
-
How to Make a Timer in Visual Basic
A timer in Visual Basic will permit the developer to have a predetermined activity happen on his operating system after a certain...
-
How to Populate an Option Group With Check Boxes Using Visual Basic
Populating an option group box with check boxes is also known as populating a group box with check boxes. Putting check boxes...
-
How to Use MsgBox For Excel VBA
When programming Microsoft Excel functions, you can use a language called Visual Basic for Applications (VBA). VBA is a stripped down version...
-
How to Create an Option Box in Visual Basic
When they want to create an interface that extracts information from the user, Visual Basic is a common solution for programmers. Visual...
-
How to Change Msgbox Title in Visual Basic Excel
The various Microsoft Office applications, such as Access or Excel, include a version of the Visual Basic programming language called Visual Basic...
-
How to Center a Message Box in Visual Basic
Microsoft Visual Basic controls allow you to display program messages in a user form dialog box. You use message boxes when you...
-
How to Print Multiple Lines in Visual Basic
Microsoft Visual Basic provides you with the tools to create Windows desktop applications. You use the "MsgBox" function to print text to...
-
Microsoft Visual Basic Tutorial
With Visual Basic, you can create applications for the Web, the desktop and handheld computers. Visual Basic's IDE (integrated development environment) provides...
-
What Is a Dialog Form in Visual Basic?
A dialog form, more commonly known as a dialog box, is a form with its "FixedDialog" as its "FormBorderStyle" property. You use...
-
How to Print a Number as a Percentage in Visual Basic
Programmers often need to format a decimal to a percentage for reporting purposes in their computer programs. In Visual Basic, you can...
-
How to Populate a Field With the Same Data in Access VB
Microsoft Access is a database program that can create tables consisting of columns called "fields" and rows called "records." Users have the...
-
How to Create a Single Instance VB6 Program
Forcing single instance mode in a Visual Basic 6.0 (VB6) program is important when a second instance of the program will cause...
-
How to Display Message in Visual Basic
You can change "OKOnly" to another value in order to indicate what buttons will appear on the message box. "OKOnly" indicates that...
-
How to Connect VB to Excel
It's easy to learn how to connect and use Visual Basic (VB) inside of the Microsoft Excel application. VB is an excellent...