eHow launches Android app: Get the best of eHow on the go.
Showing 1-50 of 74 results
Visual Basic Scripting (VB Scripts) is a type of Visual Basic programming that is used in text files. The Windows operating system recognizes the scripts as executables and runs the lines of code...
Lets say you have several charts copy-pasted from Excel to PowerPoint across several slides. It would be time consuming to change size of each chart one-by-one. Using the macro shown in this...
It often is helpful to display some additional information in the bottom portion of the window in computer application software. An easy way to do this in Visual Basic is with a control called the...
Pointers are defined in computer science as a variable that contains the memory address of another variable. Many languages such as "C" , "C++" or Pascal use pointers extensively when more...
Writing web content that opens up in Excel can be a fairly simple process involving two key actions. The first action is that the initial content that your ASP outputs must tell the browser that...
Microsoft Visual Basic has a variety of built-in functions, including for calculating and converting dates. A little thought applied to the definition of a leap year, combined with the Visual...
Soundslides Plus is the perfect way to make a compelling project for any genre or forte. You can use it to create a picture slideshow, or you can create sound slides with pictures and audio. Below...
When creating audio software using Visual Basic, you need to call the Windows operating system function that allows the application to use internal processes that play music. Although the function...
Visual Basic is Microsoft's flagship event-driven programming language. Legacy versions of Visual Basic were used to create programs for the COM programming environment; current releases of the...
XMLTextWriter is a Microsoft .NET class used to write XML files. The class creates a file, writes the XML elements to the file, and then saves it to a folder on the server. This is helpful for...
Menus are a part of all desktop application programming. Menus are the main navigation area for users to find screens, print and save files. Through Visual Studio, programmers are able to create...
Visual Basic is a software development language. It's included in Microsoft's .NET framework. When you first begin programming in the language, it can be overwhelming with the syntax and object...
Using stored procedures in VB.NET is needed in applications that use a database for dynamic content. Using stored procedures is faster than inline SQL. It also prevents SQL injection attacks from...
Vertical scroll bars are components in Visual Basic that allow users to move a text box or form up or down. It's used mainly in applications where there is more information on the screen than can...
When creating accounting or billing applications, formatting the number to show decimals is part of the process. Visual Basic automatically truncates the zeros that show in numbers after the...
Visual Basic's development environment is rich with customizable commands. This huge array of commands can overwhelm even experienced programmers. But if you take some time to organize and...
Need how to add some graphics to your Excel Charts? This will take you through the basics you need to know to do this, using a simple letter counting program.
Adding a line into a textbox is a very simple process, but like anything in coding, it is simple after you know how to do it. Once you know how to add text to a textbox, you can start adding...
This article deals with as how to create a dataform in vb 6.0. The dataform can be created for any table which is available in the database. A form with the controls such as label, textboxes and...
Visual Basic (VB) is Microsoft's event-driven programming language designed for the COM programming model environment. It is designed to be easy to use and was based on the programming model used...
Visual Basic is an event-driven programming language produced by Microsoft. The original programming language and integrated development environment was designed to support the COM programming...
Whether you're typing a letter to a friend or writing a book, Microsoft Word will meet your needs. Sometimes you need to manipulate this data in ways that just aren't practical using conventional...
Just about every program these days requires network communication in one way or another using the TCP/IP protocol such as DNS, DHCP, IM and other IP related services. Some of the challenges that...
Creating a Visual Basic database on the fly is a method used by programmers to quickly save data to a file. The file can be distributed for reports or used later in the application. A Visual Basic...
You can create a windows system service by using Visual Studio. When the service is complete, Visual Studio offers a service that automatically creates an installation package for the program. The...
Random access files are generated in the Visual Basic programming language to give the programmer the ability to read or write data anywhere in the file. For most common files, the application...
Creating Excel spreadsheets in Visual Basic 6 is beneficial for organizations that export these files through email or for presentations. Microsoft compilers like Visual Basic 6 can create, open,...
Excel spreadsheets are popular files used to store finances and sales analytical data. Programmers can use these spreadsheets to automate process and import data to an application, manipulate the...
Microsoft Visual Basic is a popular programming language and Integrated Development Environment (IDE) for creating Windows applications and components. Standard Visual Basic stopped being sold at...
Microsoft Visual Basic is a programming language based on the BASIC language, originally developed to make programming easier to learn. Visual Basic takes the familiar commands of BASIC and adds...
Visual C can become a very unorganized and cumbersome program with frequent use. This can cause some issues with debugging. Luckily, there is a relatively simple fix available. This fix should...
Visual Basic 6 is a developer program manufactured by Microsoft. When you learn how to use Visual Basic, you will have access to numerous programming tools. You can use the program to apply...
In the 1990s, Adobe created the PDF file format to provide a common format that could be used on multiple operating systems without translation. Creating a PDF file from other documents has become...
Visual Studio is the Integrated Development Environment (IDE) deployed by Microsoft that supports software development for the .NET family of programming languages. It is a complete set of tools...
Visual Basic gives programmers the ability to create, manipulate, and delete database records and objects. Several database objects are included in the compiler supplied by Microsoft. Using a few...
Compiling your Visual Basic applications is a process that happens throughout the development phase. You compile applications when debugging, setting flags to stop code to follow it through the...
Programmers call "checking" Visual Basic debugging. This involves meticulously working through each line of code to track down errors. By paying sufficient attention to error trapping operations...
Visual Basic (VB) includes two types of modules---BAS modules and Class modules. A BAS module is a simple way to create reusable BASIC code snippets saved in files with an extension of bas. Class...
The current version of Visual Basic Express (VBE) is 2008. If you already have VBE 2005, then with the exception of some enhancements, using either one involves essentially the same skills. If you...
Visual Basic (VB) is considered a very easy programming language to learn. Visual Basic is a derivative of the old DOS Basic programming language. Visual Basic 6.0 was released in 1998, and...
Using ping in a network application helps limit connection failures and errors. Ping is a process in which the computer sends a signal to another computer. This computer can be a server on an...
Even if modems have been replaced with high speed Internet access, some computers still use them for communication. If you're programming an application that uses a modem, verifying it exists and...
Environment variables are saved settings for the operating system. For instance, a common environment variable is the location of the operating system files. The environment variable allows other...
The Timer control in Visual Basic is a very useful device that sends a pulse to an application at pre-determined intervals. The control can display updates of how long an install is taking by...
Functions are reusable pieces of code in an application. They save the programmer coding time by providing a way to perform the same process by simply calling the function, passing a variable, and...
Are you learning how to use Visual Basic.Net? Would you like your VB.Net application to look more professional? When reading or writing to a file, you can use the OpenFileDialog control to make...
Part of programming is making your application easy for users. Interacting with the current file system is important for some applications where the user adds, edits and deletes files. Knowing how...
Just learning Visual Basic.Net or need a refresher on the “Select Case” statement? You’ve come to the right place. This is a very useful command when you need to set define several choices for a...
Would you like to learn programming? Or perhaps you have a student/child that you would like to teach how to program. Even though some of the graphical development environments like Microsoft...
It's a common task for websites to deliver reports to the user as downloaded documents. Frequently, users will want Microsoft Word files. Setting up an ASP-based website to deliver Word files is...