eHow launches Android app: Get the best of eHow on the go.

Visual Basics Programming

Sort by:
Best Match
Most Popular
Newest

Showing 1-50 of 65 results

  • How to Take a Screenshot on your moniter

    Would you like to know how to be able to capture what you're looking at on your computer screen? This article will show you how to take a screen shot of whatever you're viewing and turn it into...

  • How to Delete a Photo From Your Computer

    Is there a saved photo or image on your computer that you no longer want on your personal or work computer? This article will give you the steps to take to delete photos off of your computer if...

  • How to Export an ASP.Net GridView contents to Excel

    The ASP.Net GridView control is an excellent way to represent tabular data on a web page. Did you know there is an easy way to export the contents of the control as an Excel spread sheet...

  • How to Write XLS Data in ASP

    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...

  • How to Convert Source Code from Csharp to vb.Net and Back with Free Software

    Software developers who use the current Microsoft Visual Studio .Net programming languages of Visual Basic .Net (VB.Net) and Csharp .Net (C#) need to be able to find code examples online. Many...

  • How to Create a Web Form Dynamically in Asp.Net

    Creating web forms dynamically in ASP.NET can be achieved by using VBScript, a language often used in writing ASP pages, to output HTML code that displays a web form. Besides creating the form...

  • How to create a web browser in Microsoft VB6 using two different ways to navigate the web

    Okay well i am going to be teaching you the reader of this article how to create a web browser two different ways using Microsoft VB6 and you will learn the basics of web browsing by my step by...

  • How to Populate a DropDownList from the Database

    This is a code in VB.NET to create a function to populate a DropDownList in ASP.NET from the SQL Server 2005 Database.

  • Word Tutorials With VB

    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...

  • Visual Basic 6.0 SQL Tutorial

    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...

  • How to Calculate Leap Year With Microsoft Visual Basic

    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...

  • Tutorial for Adding Visual Basic Word Tables

    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...

  • Visual Basic Projects

    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...

  • How to Write a Script to Make Your Computer Talk

    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...

  • Microsoft Visual Basic Projects

    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...

  • MS Excel Visual Basic Help

    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...

  • VBA Tutorial for Word

    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...

  • Excel VBA Control Tutorial

    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...

  • Excel Macro's VBA Tutorial

    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...

  • How to Make a Web Browser With Visual Basic

    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...

  • Microsoft Excel Visual Basic Macros Made Easy

    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...

  • How to Make a Shortcut Icon

    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...

  • Help With Visual Basic

    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...

  • Tutorial of Visual Basic 6

    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 LINQ Tutorial

    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,...

  • Basic Help for Microsoft Visual

    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...

  • How to Remove an Image From Its Background Using Photoshop

    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.

  • Graphics Tutorial for Visual Basic 6

    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...

  • Tutorial for Visual Basic 6

    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 Step-by-Step

    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...

  • Visual Basic Properties

    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...

  • How to Use Visual Basic Toolbar

    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...

  • 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 context-sensitive, pop-up help as...

  • Characteristics of Visual Basic

    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...

  • Basics of Visual Basic

    Visual Basic is a widely used programming language developed by Microsoft. Microsoft created Visual Basic to make it easy to write programs for its Windows operating system.

  • Tips for Using Visual Basic

    Visual Basic's features have attracted both novice and pro programmers to it for five incarnations of the language. Such features include rich IDE, drag and drop form design, step-by-step...

  • VB Basics

    Visual Basic is a popular programming language that has endured since its introduction in the early 1990s. You can find it used in corporate web applications and simple 10-line utilities for MS...

  • How to Create Exe in Vb

    In this tutorial, we will learn how to create an exe for a visual basic project. Exe means an executable file which will run on any pc without the need to install any software. Before doing this,...

  • How to Handle Errors in Visual Basic.Net

    As many complaints are you can level against Microsoft, you really can't find much to fault them concerning most of the programming languages and development environments they provide under their...

  • How to Increase the Performance of a Visual Basic Listview

    Some time ago, I started writing a Visual Basic application that would potentially load hundreds of thousands of records into a listview control. I initially started using the control in standard...

  • How to Add Google Ads to Your Officelive Website

    How to add google ads to your office live website using an iframe code. Step by Step guide to placing your google adsense ads to your website! Remember to view the resource site below for the...

  • How to simplify making a Microsoft Access schema.ini based on a table

    Although Microsoft support provides two functions to read and write schema.ini files, the articles stop short of explaining how to add flexibility in using the functions. Here I will show a few...

  • How to create an alternate Microsoft Access switchboard form

    The Microsoft Access switchboard does not allow the user much flexibility in making a menu options form. Plus, it is boring. I will show you how to make your own customizable switchboard form...

  • How to Run a Batch File as a Process

    In case you don't know what a batch file is I'll explain it now. They have a .bat extension and execute commands in CMD a windows command shell. If you have linux you want a shell script. I'll...

  • How to Write Data to a File with Classic ASP

    Writing data to a file in Classic ASP is simple, and can be an invaluable tool for logging and troubleshooting web applications. VBScript provides all of the methods needed to write to files, and...

  • How to Change Int to String

    Most programming languages have routines to convert integer (Int) values to string values, although some languages may require more steps than others. For example, the C language compilers do not...

  • How to Use an Open File Dialog Box in VisualBasic.Net

    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...

  • How to Use the “Select Case” Statement in Visual Basic.Net

    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...

  • How to Learn Programming using Microsoft Small Basic

    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...

  • How to Assign Macros in PowerPoint 2007

    If you used to assign macros to your PowerPoint slide elements by right clicking on them and choosing the 'Action' option then you are in for an unpleasant surprise when you transition to Office...

  • 1
  • 2

Copyright © 1999-2010 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy .   en-US Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License. † requires javascript

Demand Media