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

You've Selected
Category
» Computers » Computer Programming remove
tags
» form remove
clear your selections

Computer Programming

Computer Programming

Remove the mystery from computer programming by researching eHow’s expert collection of programmer How Tos. Whether looking for a basic overview of various computer programming languages or attempting to bulk up a software engineering resume by improving your Java skills, eHow can help. Neck deep in damaged binary code and need a helpful shortcut? eHow can show you how to switch the values of two variables without using a temporary variable.

Sort by:
Best Match
Most Popular
Newest

Showing 1-43 of 43 results

  • How to Build a Hangman Game in Visual Basic

    In the classic guessing game of Hangman, a hidden word is revealed one letter at a time as the player guesses the letter. If the player guesses a letter not in the word, a drawing of a man on a...

  • How to Create Registration Forms in Java

    Creating registration forms with Java by hand-coding them is a time-consuming and error-prone process. Fortunately, a number of free integrated development environments (IDEs) have intuitive...

  • How to Create Free Contact Forms

    Many people and businesses are creating their own websites for personal or business purposes. Regardless of the reason you are creating a website, you may want to create a contact form so that...

  • How to Create a Drop Box With Prices

    Creating a drop-down list box can be a bit overwhelming if you are not sure where you should start. But it is not as difficult as it seems. Before you can create a drop-down list to hold your...

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

  • JavaScript Form Validation Email Tutorial

    Validating a form from a website is crucial to making sure that you get the proper information. There are several ways to accomplish this, but the easiest is by using Javascript. Javascript is a...

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

  • How to Use Form Action

    The action property of a form is the element that tells the compiler where to process the entered information. When users enter information on a web page form and click "Submit," the entered...

  • C++ Microsoft Tutorial Visual

    Microsoft Visual C++ is a development environment that uses C++ as its core language to create applications for Windows operating systems. C++ is an object-oriented language, and Visual C++ treats...

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

  • How to Program a Vertical Scroll Bar in Visual Basic 6.0

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

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

  • Microsoft Visual C# Net Step-by-Step

    Microsoft C# is an object-oriented computer programming language used to write interactive applications for the Web and offline environments. Object-oriented languages involve objects and events...

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

  • Visual Basic 6.0 Database Tutorial

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

  • Definition of Visual Basic Forms

    Visual Basic is a Microsoft programming language that allows you to create desktop applications. The language has been replaced by VB.NET, but it is still used in the market for older software...

  • JavaScripts Tutorials

    Javascript is a client-side programming language that allows programmers to run code on the local machine. It's distinct from server-side programming, since it is run on the user's browser rather...

  • How to Create Forms With Visual Basic

    Since it was first released by Microsoft in 1987, Visual Basic (VB) has developed into one of the United States' leading programming languages. Although VB is a great programming tool, it does has...

  • How to Make Graphs With Visual Basic

    Visual Basic is the Microsoft sponsored, event-based, programming language that supports the .NET and .COM programming models. Since Visual Basic is component-based, software developers are able...

  • How to Program Using Visual Basic 6

    Visual Basic is the Microsoft-sponsored event-driven programming language. Visual Basic 6 was the next to last version created of the language to support the COM programming model before the...

  • How to create dataform in VB6.0

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

  • 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 Create and Use a Form in a Word Document

    Creating a form to gather data for output into a word document is a great feature of MS Word, creating entire programs is possible with the very powerful visual basic object oriented programming...

  • How to Capture the Mouse Click Event X and Y Coordinates in Microsoft Visual C# (C Sharp)

    Get the mouse's X and Y coordinates during a click event in Microsoft Visual C#.

  • How to Perform Computer Animation with a Timer and the Paint Method in Microsoft Visual C# (C Sharp)

    Add computer animation to your program by using a Timer object and the Paint event of a form in Microsoft Visual C#.

  • How to Create a Form for a Webpage

    Creating forms for your web pages is a beneficial task that allows you to collect data from your web visitors in an efficient manner. Forms can be used for a variety of purposes, such as a contact...

  • How to Study Visual Basic

    Prepare to learn Visual Basic so that you can create user interfaces for any number of industries. Apply your learned skills in the BASIC language to create databases, user logins, online forms...

  • How to Change Form Action

    Normal static Web pages written in HTML do not do anything per se except serve as input vehicles for information. Each interactive form in a Web page must call an external program to do something...

  • How to Build a Register Page in PHP

    When building a web site with php, it is often done to customize a site, and to create dynamic HTML pages that change for each user. To do this, you need to have a database that can be read by the...

  • How to Create a Great Form in a Database

    Every form in a database serves a purpose to the users of that database. If you create a form that does not work properly or only leaves incomplete data, that will not be helpful to the database...

  • How to Create a Simple Program in Visual Basic

    Here i am going to teach you how to create a simple program using Visual Basic 2008. the name of the program is called Hello World. This is one of the simplest things that you are able to do. This...

  • How to Create an HTML Email Form

    Email forms allow visitors to your site to contact you without having to open up their email client. It's a good way to add a professional look to your site, and it doesn't have to be difficult at...

  • How to make a form submit button return false in Javascript and HTML

    Forcing a form to return false in HTML can be very useful. Returning false for a form just means that it's normal sumbit action gets canceled. There are two main times that you would want to do...

  • How to Prevent MySQL Injection Attacks with PHP Forms

    If you're coding a web form for your website, you should be concerned with MySQL injection attacks. These leave you vulnerable to hacking and unauthorized access to password protected areas....

  • How to Create a Form on a Web Page With Dreamweaver

    Creating a form on a Web page with Dreamweaver involves typing in the basic outline of the form, clicking on "Forms" under "Insert Panel" and following the prompts to enter in the desired...

  • How to Create a Form Object in VB.net

    One of the great benefits of working in a .Net environment is the ability to create really anything from an object. Although this particular example is very basic, it will give you an...

  • How to Clear a Listbox in VB.net

    Now that you can fill up your listbox in VB.net with a bunch of goodies, how do you erase what you have in there in case the user needs to start over? Here is how you can clear all of the...

  • How to Add a Textbox in VB.net

    This is as about as easy as it gets to programming. The ability to drag and drop controls onto a form. In this example I am going to show you how to add a textbox to a blank form in VB.net.

  • How to Create Radio Buttons With HTML Programming

    Putting radio buttons on your website will enhance its appeal and give visitors the ability to select several options. This guide will teach you a very simple method of using HTML code to add...

  • How to Create a Text Box With HTML Programming

    HTML, or hypertext markup language, is a computer language that is used to create web pages. Websites and web pages are written in HTML code. Whether you are setting up a personal web page or a...

  • How to Remove the Border From a Form

    There is no rule set in stone that forces people to keep a border on their application forms. That's why there's an option to turn it off.

  • How to Set Up a Visual Basic Form

    The Visual Basic form is a primary element of an application that functions as the visual "window." It can include a lot of code. Setting up a form impacts the way you choose to develop any...

  • 1
  • 1

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