Showing 1-50 of 289 results
VBScripts are easy mini applications that one can run on their computers to do simple to harder tasks by a click of a button. Ever need to sort a MS Excel file through VBScript? Follow my...
This is a code in VB.NET to create a function to populate a DropDownList in ASP.NET from the SQL Server 2005 Database.
Microsoft Word has a powerful scripting language called Visual Basic, which you can use to automate any task in Word. You can create Visual Basic scripts, called macros, by recording them, or by...
Microsoft Visual Basic 6.0 is a development environment for building business applications with diverse needs, including data access. Visual Basic has several functions for querying database...
Visual Basic was born in 1991. It is the creation of a team headed by Microsoft's Tom Button, the group product manager for Applications Programmability. This team combined Microsoft's QuickBASIC...
If you are writing a visual basic application that you intend to sell, and you want to include image files within the program and have the image change based on a selection from something like a...
Microsoft .NET is used by many software developers who use a variety of programming languages. It's an all-in-one stop shop for the most part that allows a computer programmer to build a software...
Have you ever wanted to copy a lot of charts, tables, or cells to powerpoint? Then you know that it can take a lot of time. You have to copy then you have select paste special in powerpoint and...
You can learn Visual Basic by using several methods. Which one you choose will depend on how much time and money you are able to spend and if you have a computer in your home. You will also need...
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...
Tables are an essential feature of Word. They appear in all kinds of documents to help Word users visually organize data. It can be time-consuming to create tables to your liking, but if you know...
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...
Microsoft Visual Basic is a programming language used to extend the functionality of Microsoft Word and Excel. Coding Visual Basic projects that perform essential Excel tasks will teach you how to...
In college I had a class called Windows Directory Scripting. It was a blast and it was sad, because the class only met two days a week. But we learned how to make automation scripts, which are...
Visual Basic (VB) is a programming language used for rapid development of computer programs. You can develop these programs within Microsoft Word and Excel. Doing so lets you leverage the many...
Microsoft Excel employs a programming language called Visual Basic for Applications, with which users can enhance Excel's standard functionality. In writing program code, users typically use...
Functions in the Visual Basic language cause the software to perform tasks and provide results back to the computer program, display it for the user or both. Functions always provide some sort of...
Visual Basic for Applications (VBA) is a programming language used to automate tasks in Microsoft Word. With Visual Basic you can do any operation that you can do in Word without Visual Basic, but...
Microsoft Excel's abilities are greatly enhanced through the use of Visual Basic script, which lets you tailor Excel's default tools to your project's specific needs. Using custom user forms, with...
Reading an individual pixel from a picture is not difficult. In fact, VB (Visual Basic) has specific functions built-in that allow the programmer to view and edit pixels quickly and easily. There...
Working behind the scenes of Microsoft Excel is a scripting language called Visual Basic for Applications (VBA). With VBA, you can automate any aspect of Excel's functionality to minimize the...
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...
Microsoft Excel includes a built-in programming language called Visual Basic, which lets you create scripts that perform tasks that aren't built into Microsoft Excel. These scripts are called...
Is there a website that you visit several times a day, week or month? Is your favorite websites list full. Do you have to waste time browsing for that favorite site every time you want to view or...
Visual Basic is a programming language for quickly developing applications with a GUI-intensive (graphical user interface) design. Visual Basic's help content is extensive, which creates a...
Microsoft Visual Basic 6.0 is a development environment that you can use to create applications involving extensive user interaction. In terms of such applications, Visual Basic is different from...
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...
LINQ, which stands for Language-Integrated Query, is a feature of the Visual Basic language that lets you perform queries and other operations on data sources. One type of data source is XML code,...
Visual Basic, the widely used development environment for creating Windows programs, has a wealth of features to help you code quickly and cleanly. These include graphical form designer, debugger...
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...
Heres my version of how to easily remove an image from its background using photoshop. It might take time but its very simple and once you get the hang of it it'll become second nature.
Without importing any external code, Visual Basic 6 itself has many functions for drawing simple graphics onto a Windows form: rectangles, lines and similar shapes. Besides learning what those...
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...
So you know how to draw a line, highlight a cell manually in Excel, but you have no idea how to do it with a Macro. Well this is the article for you. This article will show you how to record you...
Visual Basic 6 (VB6) has ample resources for creating a variety of applications, from database-intensive projects to dynamically generated Web content. Visual Basic's ample control toolbox and...
Visual Basic is a widely used programming language developed by Microsoft to create programs for their Windows operating systems. Visual Basic's core language is BASIC, which makes it easy to...
Each programmable control in the Visual Basic toolbox has a set of attributes you can define. These attributes are called properties. You choose selected properties for a control based on how you...
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...
Visual Basic is not widely known as a development platform for games. But, the simplicity of its core language, BASIC, makes it suitable for many types of games, including traditional guessing...
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.
With Visual Basic, you can create applications for the Web, the desktop and handheld computers. Visual Basic's IDE (integrated development environment) provides context-sensitive, pop-up help as...
Visual Basic's longstanding popularity is a result of several of its features, including its core language, BASIC, a language created specifically for beginning programmers. Another key Visual...
Visual Basic, like any other programming language, employs special keywords known as commands. Unlike variables, which are named and defined within your code, command names are defined by the...
Database programming using Visual Basic 6.0 relies on the ADO (ActiveX Data Objects) Object Model architecture. This is a less complicated architecture than the previous DAO (Data Access Objects)...
VBScript is an older language used in classic ASP applications. Classic ASP was the predecessor for ASP.NET, so calling the database from the application is very similar to newer programming...
When programming in Visual Basic (VB), it's important to understand how to connect and query a database server. Database servers are the central components for dynamic content, and they are also...