Quantcast
Channel: eHow - Visual Basics Programming How To's
Browsing all 106 articles
Browse latest View live

Text Function in VBA

Visual Basic for Applications (VBA) is a programming language developed by Microsoft which allows the development of user-defined functions and the automation of certain processes and calculations. VBA...

View Article


How to Combine Images From Two Bitmaps in VB.Net

Visual Basic code allows programmers and software designers to create interactive visual responses from code. Various command strings allow you to draw images and place them inside image boxes or...

View Article


Image may be NSFW.
Clik here to view.

How to Make a Reset Button on VBA

VBA (Visual Basic for Applications) is used in programs such as Microsoft Excel to add helpful features. The reset button is particularly useful since it can clear and restart code or program inputs....

View Article

Image may be NSFW.
Clik here to view.

How to Use a Matrix in Vb.Net

A matrix is a grid and each location in this grid contains a piece of information. Take a chessboard for example: It is a matrix and each square is one of its elements. Matrices are useful in real life...

View Article

How to Parse XML in VBScript

XML provides standard formatting for several different languages, so you can parse, export and edit data across different Web and database languages. VBScript is an older language used in Classic ASP....

View Article


Image may be NSFW.
Clik here to view.

How to Make a Pong Game With the Code in VB

Simplicity is the key to brilliance. Video games have continued to grow in complexity since their inception, but the title that is a household name among gamers of all generations still continues to...

View Article

How to Convert a String to INT in Classic ASP

Classic ASP requires programmers to write Web pages in the VBScript language. VBScript includes the "CInt" function, which converts a string to an integer value. The string must be a numeric value for...

View Article

How to Nest a Sub in VBA

Visual Basic programmers use nested subroutines, or nested subs, to isolate the execution of certain bits of code in their applications. A nested subroutine is a coded procedure that sits inside a...

View Article


Image may be NSFW.
Clik here to view.

What Is UBound and LBound in Visual Basic?

Incorporating arrays in your Visual Basic (VB) application can become very handy if you know how to use them. VB is a computer programming language engineered by Microsoft to develop desktop, Web and...

View Article


How to Screen Scrape in VBA

When creating an application by using the Visual Basic for Applications language, you can add a module to it to screen scrape a specific Web page. VBA is a programming language developed by Microsoft...

View Article

How to Use MSFlexGrid in VB6

The Visual Basic 6 "MSFlexGrid" control lets you organize data into a spreadsheet to display the data on a Windows desktop form. The MSFlexGrid control does not automatically parse a data set as the...

View Article

Different Ways to Format Dates in VBA

Different ways of formatting dates in VBA include those for creating date strings with spelled out months, formatting with just numbers, with weekdays, and with customized formats. You can see the...

View Article

The VBA Max Functions

The VBA Max functions are Max, MaxA, and Dmax, all of which your VBA programs can access from Excel's programming environment. You can find descriptions of these functions in the "Function library"...

View Article


How to Create a GPA Calculator in Visual Basic 2008

Visual Basic is an application development language created by Microsoft that's used to develop desktop software applications. Like most programming languages, VB can be used to execute mathematical...

View Article

Image may be NSFW.
Clik here to view.

How to Code a Login/Registration Form in VB

Coding a login and a registration form in Microsoft Visual Basic.NET (VB.NET) can make your applications more secure. A program that uses a login page often also uses a database to keep track of...

View Article


Image may be NSFW.
Clik here to view.

What Is a Variant in VB?

Learning how to use variant variables is a good idea if you’re planning to start programming in Visual Basic. Programmers often have a misunderstanding of variant variables by thinking that they don’t...

View Article

How Can I Change Regional Settings by VBA?

The VBA language lets you call internal Windows functions, including the function that changes regional settings. Include the DLL function in Windows that makes the change on the system, then call the...

View Article


Image may be NSFW.
Clik here to view.

How to Make a Blinking Button in VB

Learning how to make a blinking button in your Visual Basic.NET (VB.NET) application can make your application more appealing to the user. You’re going to need to repeat a section of code to change the...

View Article

Image may be NSFW.
Clik here to view.

How to Pass a Collection to a Function in VBA

Passing a collection to a function in Visual Basic for Applications (VBA) is very similar to passing other variable data types. A collection is an object that’s used for grouping similar objects or...

View Article

Image may be NSFW.
Clik here to view.

How to Use VB VBA to Perform a Ping Test

Automating the process of pinging different addresses using Visual Basic for Applications (VBA) can save you a lot of time, especially when you have to ping many addresses. To ping an address means to...

View Article
Browsing all 106 articles
Browse latest View live